Cuboxi: updated bootenv files

This commit is contained in:
jenkins101 2014-04-13 01:03:30 +02:00 committed by Stephan Raue
parent 88e8443d9f
commit 2abad30bbc
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
setenv bootargs 'console=ttymxc0,115200 video=mxcfb0:dev=hdmi,1920x1080M@60,if=RGB24,bpp=32'
setenv bootargs 'boot=/dev/mmcblk0p1 disk=/dev/mmcblk0p2 debugging ssh quiet console=ttymxc0,115200 video=mxcfb0:dev=hdmi,1920x1080M@60,if=RGB24,bpp=32'
fatload mmc 0:1 0x10800000 /KERNEL
bootz 0x10800000

View File

@ -1,3 +1,3 @@
zImage=/KERNEL
bootfile=/KERNEL
mmcargs=setenv bootargs 'boot=/dev/mmcblk0p1 disk=/dev/mmcblk0p2 debugging ssh quiet video=mxcfb0:dev=hdmi,1920x1080M@60,if=RGB24,bpp=32'
mmcargs=setenv bootargs 'boot=/dev/mmcblk0p1 disk=/dev/mmcblk0p2 debugging ssh quiet console=ttymxc0,115200 video=mxcfb0:dev=hdmi,1920x1080M@60,if=RGB24,bpp=32'