]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
pxa: balloon3/colibri_pxa270: fix environment optionally being nowhere
authorMarcel Ziswiler <marcel@ziswiler.com>
Sat, 28 Feb 2015 23:53:12 +0000 (00:53 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:10:24 +0000 (14:10 +0200)
I couldn't quite figure out whether or not CONFIG_SYS_ENV_IS_NOWHERE
actually ever worked but nowadays this is called CONFIG_ENV_IS_NOWHERE.

Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
include/configs/balloon3.h
include/configs/colibri_pxa270.h
include/configs/vpac270.h

index e7f0345ec8eaf96166d7747b0c0c68eea72d170c..848a15832fe8e8c83bfadfa02cacbc5b368ea335 100644 (file)
 #define        CONFIG_ENV_IS_IN_FLASH
 #else
 #define        CONFIG_SYS_NO_FLASH
-#define        CONFIG_SYS_ENV_IS_NOWHERE
+#define        CONFIG_ENV_IS_NOWHERE
 #endif
 
 #define        CONFIG_SYS_MONITOR_BASE         0x000000
index 08bd276b440a9f9d59d3d58c8c404decd969b2b2..b8df89cc57822daef700c17753bc96069ccb5b6e 100644 (file)
 
 #else  /* No flash */
 #define        CONFIG_SYS_NO_FLASH
-#define        CONFIG_SYS_ENV_IS_NOWHERE
+#define        CONFIG_ENV_IS_NOWHERE
 #endif
 
 #define        CONFIG_SYS_MONITOR_BASE         0x0
index e54601d4dde15dc815e56b6802f8afac0812dd86..887433b16f4bac6b4d2a3fde11d7b284e5711ca5 100644 (file)
 
 #else  /* No flash */
 #define        CONFIG_SYS_NO_FLASH
-#define        CONFIG_SYS_ENV_IS_NOWHERE
+#define        CONFIG_ENV_IS_NOWHERE
 #endif
 
 /*