From 8b3637c662e8a322f542942e5ee76b95ed9d9e39 Mon Sep 17 00:00:00 2001 From: Joe Hershberger Date: Thu, 13 Oct 2011 13:03:47 +0000 Subject: 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 Cc: Joe Hershberger Cc: Wolfgang Denk Acked-by: Mike Frysinger --- include/configs/bf537-minotaur.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/configs/bf537-minotaur.h') diff --git a/include/configs/bf537-minotaur.h b/include/configs/bf537-minotaur.h index c6ae4f1506..ef9d236b1d 100644 --- a/include/configs/bf537-minotaur.h +++ b/include/configs/bf537-minotaur.h @@ -85,7 +85,7 @@ #endif #define CONFIG_SYS_AUTOLOAD "no" -#define CONFIG_ROOTPATH /romfs +#define CONFIG_ROOTPATH "/romfs" /* Uncomment next line to use fixed MAC address */ /* #define CONFIG_ETHADDR 02:80:ad:20:31:42 */ -- cgit v1.2.3