summaryrefslogtreecommitdiffstats
path: root/include/configs/MPC8360ERDK.h
diff options
context:
space:
mode:
authorJoe Hershberger <joe.hershberger@ni.com>2011-10-13 13:03:47 +0000
committerWolfgang Denk <wd@denx.de>2011-10-22 01:21:15 +0200
commit8b3637c662e8a322f542942e5ee76b95ed9d9e39 (patch)
tree4cf79290fd343ec2fd8a407f7cce3293f14cb4ea /include/configs/MPC8360ERDK.h
parent4c34b2a090b8418fd6b2e91b5e9dd8d36206384f (diff)
downloadtalos-obmc-uboot-8b3637c662e8a322f542942e5ee76b95ed9d9e39.tar.gz
talos-obmc-uboot-8b3637c662e8a322f542942e5ee76b95ed9d9e39.zip
common: cosmetic: CONFIG_ROOTPATH checkpatch compliance
Remove MK_STR from places that consume CONFIG_ROOTPATH to force all definitions to be string literals. Signed-off-by: Joe Hershberger <joe.hershberger@ni.com> Cc: Joe Hershberger <joe.hershberger@gmail.com> Cc: Wolfgang Denk <wd@denx.de> Acked-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'include/configs/MPC8360ERDK.h')
-rw-r--r--include/configs/MPC8360ERDK.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/MPC8360ERDK.h b/include/configs/MPC8360ERDK.h
index 909e8ab3c6..cbe5a49f39 100644
--- a/include/configs/MPC8360ERDK.h
+++ b/include/configs/MPC8360ERDK.h
@@ -501,7 +501,7 @@
#define CONFIG_HOSTNAME mpc8360erdk
#define CONFIG_BOOTFILE uImage
-#define CONFIG_ROOTPATH /nfsroot/
+#define CONFIG_ROOTPATH "/nfsroot/"
#define CONFIG_BOOTDELAY 2 /* -1 disables auto-boot */
#undef CONFIG_BOOTARGS /* the boot command will set bootargs */
OpenPOWER on IntegriCloud