[boot/arm] update BeagleBoard xM bootloader
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user