From b3f44c21ea1a842eda757282d79e7c27efbf1f62 Mon Sep 17 00:00:00 2001 From: Joe Hershberger Date: Thu, 13 Oct 2011 13:03:48 +0000 Subject: common: cosmetic: CONFIG_BOOTFILE checkpatch compliance Remove MK_STR from places that consume CONFIG_BOOTFILE to force all definitions to be string literals. Signed-off-by: Joe Hershberger Cc: Joe Hershberger Cc: Wolfgang Denk Acked-by: Mike Frysinger --- include/configs/idmr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/configs/idmr.h') diff --git a/include/configs/idmr.h b/include/configs/idmr.h index 3fe8f70..50dd918 100644 --- a/include/configs/idmr.h +++ b/include/configs/idmr.h @@ -56,7 +56,7 @@ #define CONFIG_GATEWAYIP 192.168.1.1 #define CONFIG_NETMASK 255.255.0.0 #define CONFIG_HOSTNAME idmr -#define CONFIG_BOOTFILE /tftpboot/idmr/uImage +#define CONFIG_BOOTFILE "/tftpboot/idmr/uImage" #define CONFIG_PREBOOT "echo;echo Type \\\"run flash_nfs\\\" to mount root " \ "filesystem over NFS; echo" -- cgit v1.1