summaryrefslogtreecommitdiffstats
path: root/include/configs/vpac270.h
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel@ziswiler.com>2015-03-01 00:53:12 +0100
committerMarek Vasut <marex@denx.de>2015-03-02 10:59:50 +0100
commit50dea4626f8687f9a77e95e3e7d2d1cc6bd70dc7 (patch)
tree672c1d01ee3e6b04bacdc0df1f499adba5d4c099 /include/configs/vpac270.h
parent44d6db6fc498f4f0337993d7343bab6f893c7979 (diff)
downloadtalos-obmc-uboot-50dea4626f8687f9a77e95e3e7d2d1cc6bd70dc7.tar.gz
talos-obmc-uboot-50dea4626f8687f9a77e95e3e7d2d1cc6bd70dc7.zip
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>
Diffstat (limited to 'include/configs/vpac270.h')
-rw-r--r--include/configs/vpac270.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/vpac270.h b/include/configs/vpac270.h
index e54601d4dd..887433b16f 100644
--- a/include/configs/vpac270.h
+++ b/include/configs/vpac270.h
@@ -221,7 +221,7 @@
#else /* No flash */
#define CONFIG_SYS_NO_FLASH
-#define CONFIG_SYS_ENV_IS_NOWHERE
+#define CONFIG_ENV_IS_NOWHERE
#endif
/*
OpenPOWER on IntegriCloud