mac80211 ozonet updates
[openwrt/.git] / target / linux / at91 / image / uboot-env.txt
1 /* Do Not remove First 2 lines, Makefile will modify these lines with proper board names */
2 board=atmel_at91sam9x25ek
3 board_name=atmel,at91sam9x25ek
4 bootargs=console=ttyS0,115200 earlyprintk root=/dev/mmcblk0p2 rw rootwait rootfstype=ext4
5 bootargsd2=console=ttyS0,115200 earlyprintk root=/dev/mmcblk1p2 rw rootwait rootfstype=ext4
6 bootargsxx=console=ttyS0,115200 earlyprintk root=/dev/mmcblk0p2 rw rootwait rootfstype=ext4
7 bootcmd=run setbootargs; run fatload_mmc; bootm 0x21000000
8 bootdelay=1
9 fatload_mmc=if test ${board_name} = atmel,sama5d2-xplained || test ${board_name} = atmel,sama5d27-som1-ek; then fatload mmc 1:1 0x21000000 ${board}-fit.itb; else fatload mmc 0:1 0x21000000 ${board}-fit.itb; fi
10 setbootargs=if test ${board_name} = atmel,sama5d2-xplained || test ${board_name} = atmel,sama5d27-som1-ek; then setenv bootargs ${bootargsd2}; else setenv bootargs ${bootargsxx}; fi
11 ethact=gmac0
12 stderr=serial
13 stdin=serial
14 stdout=serial