forked from OERV-BSP/u-boot
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>
This commit is contained in:
committed by
Wolfgang Denk
parent
4c34b2a090
commit
8b3637c662
@@ -59,7 +59,7 @@
|
||||
#define CONFIG_SERVERIP 10.10.69.49
|
||||
#define CONFIG_NETMASK 255.255.255.0
|
||||
#define CONFIG_HOSTNAME QUANTUM
|
||||
#define CONFIG_ROOTPATH /opt/eldk/pcc_8xx
|
||||
#define CONFIG_ROOTPATH "/opt/eldk/pcc_8xx"
|
||||
|
||||
#define CONFIG_BOOTARGS "root=/dev/ram rw"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user