pxa: balloon3/colibri_pxa270: fix environment optionally being nowhere
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>
This commit is contained in:
parent
44d6db6fc4
commit
50dea4626f
@ -134,7 +134,7 @@
|
||||
#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
|
||||
|
@ -142,7 +142,7 @@
|
||||
|
||||
#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
|
||||
|
@ -221,7 +221,7 @@
|
||||
|
||||
#else /* No flash */
|
||||
#define CONFIG_SYS_NO_FLASH
|
||||
#define CONFIG_SYS_ENV_IS_NOWHERE
|
||||
#define CONFIG_ENV_IS_NOWHERE
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user