9
0
Fork 0

defenv-2: migrate guf-vincell to config-board

Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Michael Olbrich 2013-01-25 10:30:08 +01:00 committed by Sascha Hauer
parent b043950ccc
commit 13b0a5a271
3 changed files with 7 additions and 16 deletions

View File

@ -1,8 +0,0 @@
#!/bin/sh
if [ "$1" = menu ]; then
init-menu-add-entry "$0" "Base bootargs"
exit
fi
global.linux.bootargs.base="console=ttymxc0,115200"

View File

@ -0,0 +1,7 @@
#!/bin/sh
# board defaults, do not change in running system. Change /env/config
# instead
global.hostname=vincell
global.linux.bootargs.base="console=ttymxc0,115200"

View File

@ -1,8 +0,0 @@
#!/bin/sh
if [ "$1" = menu ]; then
init-menu-add-entry "$0" "hostname"
exit
fi
global.hostname=vincell