[boot/arm] update BeagleBoard xM bootloader

This commit is contained in:
Fabio Erculiani
2013-05-27 12:19:43 +02:00
parent e3065a0af0
commit 0d529fffed
3 changed files with 6 additions and 1 deletions
Binary file not shown.
Binary file not shown.
+6 -1
View File
@@ -1 +1,6 @@
optargs=run_hardware_tests quiet earlyprintk=serial,uart1,115200 omapfb.mode=dvi:1280x720MR-24@50 console=tty1
devtree=/boot/omap3-beagle-xm.dtb
fdtaddr=0x80000000
ramdiskfile=/boot/uInitrd
bootfile=/boot/uImage
optargs=consoleblank=0 earlyprintk=serial,uart1,115200 omapfb.mode=dvi:1280x720MR-24@50
uenvcmd=run mmcargs; ext2load mmc ${mmcdev}:2 ${loadaddr} ${bootfile}; ext2load mmc ${mmcdev}:2 ${rdaddr} ${ramdiskfile}; ext2load mmc ${mmcdev}:2 ${fdtaddr} ${devtree}; bootm ${loadaddr} ${rdaddr} ${fdtaddr}