Skip to content
Snippets Groups Projects
Commit 50dea462 authored by Marcel Ziswiler's avatar Marcel Ziswiler Committed by Marek Vasut
Browse files

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: default avatarMarcel Ziswiler <marcel@ziswiler.com>
parent 44d6db6f
No related branches found
No related tags found
No related merge requests found
...@@ -134,7 +134,7 @@ ...@@ -134,7 +134,7 @@
#define CONFIG_ENV_IS_IN_FLASH #define CONFIG_ENV_IS_IN_FLASH
#else #else
#define CONFIG_SYS_NO_FLASH #define CONFIG_SYS_NO_FLASH
#define CONFIG_SYS_ENV_IS_NOWHERE #define CONFIG_ENV_IS_NOWHERE
#endif #endif
#define CONFIG_SYS_MONITOR_BASE 0x000000 #define CONFIG_SYS_MONITOR_BASE 0x000000
......
...@@ -142,7 +142,7 @@ ...@@ -142,7 +142,7 @@
#else /* No flash */ #else /* No flash */
#define CONFIG_SYS_NO_FLASH #define CONFIG_SYS_NO_FLASH
#define CONFIG_SYS_ENV_IS_NOWHERE #define CONFIG_ENV_IS_NOWHERE
#endif #endif
#define CONFIG_SYS_MONITOR_BASE 0x0 #define CONFIG_SYS_MONITOR_BASE 0x0
......
...@@ -221,7 +221,7 @@ ...@@ -221,7 +221,7 @@
#else /* No flash */ #else /* No flash */
#define CONFIG_SYS_NO_FLASH #define CONFIG_SYS_NO_FLASH
#define CONFIG_SYS_ENV_IS_NOWHERE #define CONFIG_ENV_IS_NOWHERE
#endif #endif
/* /*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment