diff options
author | Joe Hershberger <joe.hershberger@ni.com> | 2011-10-13 13:03:47 +0000 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-10-22 01:21:15 +0200 |
commit | 8b3637c662e8a322f542942e5ee76b95ed9d9e39 (patch) | |
tree | 4cf79290fd343ec2fd8a407f7cce3293f14cb4ea /include/configs/pm9263.h | |
parent | 4c34b2a090b8418fd6b2e91b5e9dd8d36206384f (diff) | |
download | u-boot-imx-8b3637c662e8a322f542942e5ee76b95ed9d9e39.zip u-boot-imx-8b3637c662e8a322f542942e5ee76b95ed9d9e39.tar.gz u-boot-imx-8b3637c662e8a322f542942e5ee76b95ed9d9e39.tar.bz2 |
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/pm9263.h')
-rw-r--r-- | include/configs/pm9263.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/pm9263.h b/include/configs/pm9263.h index 57a0416..1f7543c 100644 --- a/include/configs/pm9263.h +++ b/include/configs/pm9263.h @@ -352,7 +352,7 @@ #define CONFIG_SYS_JFFS2_FIRST_SECTOR 11 #define CONFIG_BOOTCOMMAND "run flashboot" -#define CONFIG_ROOTPATH /ronetix/rootfs +#define CONFIG_ROOTPATH "/ronetix/rootfs" #define CONFIG_AUTOBOOT_PROMPT "autoboot in %d seconds\n" #define CONFIG_CON_ROT "fbcon=rotate:3 " |