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/am3517_evm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/configs/am3517_evm.h') diff --git a/include/configs/am3517_evm.h b/include/configs/am3517_evm.h index 72dd6f0..1c70b9d 100644 --- a/include/configs/am3517_evm.h +++ b/include/configs/am3517_evm.h @@ -186,7 +186,7 @@ /* Environment information */ #define CONFIG_BOOTDELAY 10 -#define CONFIG_BOOTFILE uImage +#define CONFIG_BOOTFILE "uImage" #define CONFIG_EXTRA_ENV_SETTINGS \ "loadaddr=0x82000000\0" \ -- cgit v1.1