kernel: add arm7 multiplatform kernel.

not booting on panda yet.
This commit is contained in:
Arne Fitzenreiter
2013-09-15 18:41:16 +02:00
parent d1a84dd38d
commit 7284262a5e
13 changed files with 8908 additions and 121 deletions

View File

@@ -1,4 +1,5 @@
fatload mmc 0:1 0x80000000 uImage-ipfire-omap
fatload mmc 0:1 0x81600000 uInit-ipfire-omap
fatload mmc 0:1 0x82000000 zImage-ipfire-multi
fatload mmc 0:1 0x83600000 uInit-ipfire-multi
fatload mmc 0:1 ${ftdaddr} omap4-${board_name}.dtb
setenv bootargs vram=32M console=tty1 rootwait smsc95xx.macaddr=$usbethaddr root=/dev/mmcblk0p3 ro
bootm 0x80000000 0x81600000
bootz 0x82000000 0x83600000 ${ftdaddr}