summaryrefslogtreecommitdiffstats
path: root/arch/arm/configs
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2014-06-12 08:25:19 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-06-13 06:22:38 +0200
commit1e7380517bbaa5a4859923a69bff03272f352e81 (patch)
treed5b646463782f58f7797b91833e0dfdb5128ed9e /arch/arm/configs
parent352ddc86aeabef5aee5d7a78a433dbeb9c1c509f (diff)
downloadbarebox-1e7380517bbaa5a4859923a69bff03272f352e81.tar.gz
barebox-1e7380517bbaa5a4859923a69bff03272f352e81.tar.xz
ARM: Phytec-phyCORE-imx27: Register board env during runtime
Register the board specific environment during runtime using defaultenv_append_directory() to make it available for multi image support. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r--arch/arm/configs/phytec-phycore-imx27_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/phytec-phycore-imx27_defconfig b/arch/arm/configs/phytec-phycore-imx27_defconfig
index 277d21c6fc..b3cd0bcace 100644
--- a/arch/arm/configs/phytec-phycore-imx27_defconfig
+++ b/arch/arm/configs/phytec-phycore-imx27_defconfig
@@ -17,7 +17,7 @@ CONFIG_CMDLINE_EDITING=y
CONFIG_AUTO_COMPLETE=y
CONFIG_MENU=y
CONFIG_DEFAULT_ENVIRONMENT_GENERIC_NEW=y
-CONFIG_DEFAULT_ENVIRONMENT_PATH="arch/arm/boards/phytec-phycore-imx27/env"
+CONFIG_DEFAULT_ENVIRONMENT_PATH=""
CONFIG_LONGHELP=y
CONFIG_CMD_IOMEM=y
CONFIG_CMD_MEMINFO=y