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/p1_p2_rdb_pc.h | |
| parent | 4c34b2a090b8418fd6b2e91b5e9dd8d36206384f (diff) | |
| download | olio-uboot-2014.01-8b3637c662e8a322f542942e5ee76b95ed9d9e39.tar.xz olio-uboot-2014.01-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/p1_p2_rdb_pc.h')
| -rw-r--r-- | include/configs/p1_p2_rdb_pc.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/configs/p1_p2_rdb_pc.h b/include/configs/p1_p2_rdb_pc.h index 4a1e9e9db..c51cbffa5 100644 --- a/include/configs/p1_p2_rdb_pc.h +++ b/include/configs/p1_p2_rdb_pc.h @@ -841,7 +841,7 @@   * Environment Configuration   */  #define CONFIG_HOSTNAME		unknown -#define CONFIG_ROOTPATH		/opt/nfsroot +#define CONFIG_ROOTPATH		"/opt/nfsroot"  #define CONFIG_BOOTFILE		uImage  #define CONFIG_UBOOTPATH	u-boot.bin /* U-Boot image on TFTP server */ |