diff options
author | Amit Virdi <amit.virdi@st.com> | 2012-05-07 13:07:02 +0530 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-07-07 14:07:42 +0200 |
commit | 9b382b43a1db000a78822ad9e1814577dd2e1a19 (patch) | |
tree | 99a4fd69382fa6648a751fec7e693a1816fee409 /include/configs/spear6xx_evb.h | |
parent | bc0bdf4c2296d02802ddfa76f349cbba3a869138 (diff) | |
download | u-boot-9b382b43a1db000a78822ad9e1814577dd2e1a19.tar.gz |
cleanup/SPEAr: Define configuration flags more elegantly
In SPEAr, some of the configuration flags eg. CONFIG_SPEAR_EMI, were given value
"1", which isn't required. Define the flags without assigning any value
Signed-off-by: Amit Virdi <amit.virdi@st.com>
Acked-by: Stefan Roese <sr@denx.de>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs/spear6xx_evb.h')
-rw-r--r-- | include/configs/spear6xx_evb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/spear6xx_evb.h b/include/configs/spear6xx_evb.h index 4a761341a8..31b872552c 100644 --- a/include/configs/spear6xx_evb.h +++ b/include/configs/spear6xx_evb.h @@ -28,7 +28,7 @@ * High Level Configuration Options * (easy to change) */ -#define CONFIG_SPEAR600 1 +#define CONFIG_SPEAR600 #if defined(CONFIG_usbtty) #define CONFIG_SPEAR_USBTTY |