9
0
Fork 0

eukrea_cpuimx51: updated env

Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Eric Bénard 2012-05-18 09:41:39 +02:00 committed by Sascha Hauer
parent 0fdcd18331
commit 9c47e19035
1 changed files with 3 additions and 7 deletions

View File

@ -2,9 +2,11 @@
# otg port mode : can be 'host' or 'device'
otg_mode="device"
# video mode : can be 'CMO-QVGA' or any modefb mode
# video mode : can be 'CMO-QVGA' or 'URT-WVGA' or any modefb mode
# ex : 640x480M-16@60 800x600M-24@60 1024x768M-16@60
video="CMO-QVGA"
# screen type : can be 'tft' or 'dvi'
screen_type="tft"
hostname=eukrea-cpuimx51
@ -38,12 +40,6 @@ nfsroot="$eth0.serverip:/srv/nfs/$hostname"
autoboot_timeout=1
if [ x$video = xCMO-QVGA ]; then
screen_type="tft"
else
screen_type="dvi"
fi
bootargs="console=ttymxc0,115200 otg_mode=$otg_mode video=$video screen_type=$screen_type"
nand_parts="256k(barebox)ro,128k(bareboxenv),3M(kernel),-(root)"