add support for OMAP4 based boards, starting with the PandaBoard

SVN-Revision: 29753
This commit is contained in:
Imre Kaloz
2012-01-14 23:02:56 +00:00
parent 25909f5e42
commit f9e41adc80
9 changed files with 748 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
fatload mmc 0:1 0x80000000 openwrt-omap4-uImage
setenv bootargs vram=32M fixrtc mem=1G@0x80000000 root=/dev/mmcblk0p2 rootfstype=ext4 console=ttyO2,115200n8 rootwait
bootm 0x80000000