summaryrefslogtreecommitdiffstats
path: root/defaultenv-2
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-01-31 19:29:45 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2013-02-14 08:50:43 +0100
commite55f9d10b4ba852782709a9f03dd8f2a7f62475c (patch)
tree3d2bc3b595f20cd0c3b037eb09e6eae42eb1ee4d /defaultenv-2
parent6a256321b839534cb3da4b8ffc06c126871a78e3 (diff)
downloadbarebox-e55f9d10b4ba852782709a9f03dd8f2a7f62475c.tar.gz
barebox-e55f9d10b4ba852782709a9f03dd8f2a7f62475c.tar.xz
defenv2: move config-board out of /env/init
Having the board config file in /env/init has the problem that the settings in /env/config are overwritten in the init sequence. This moves the config-board files to /env/ and sources them explicitly from /env/bin/init before sourcing /env/config Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'defaultenv-2')
-rw-r--r--defaultenv-2/base/bin/init1
1 files changed, 1 insertions, 0 deletions
diff --git a/defaultenv-2/base/bin/init b/defaultenv-2/base/bin/init
index b606b634a2..e4a7feef79 100644
--- a/defaultenv-2/base/bin/init
+++ b/defaultenv-2/base/bin/init
@@ -13,6 +13,7 @@ global linux.bootargs.dyn.ip
global linux.bootargs.dyn.root
global editcmd=sedit
+/env/config-board
/env/config
if [ -e /env/menu ]; then