summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/at91sam9m10ihd/env/boot/android
blob: ce5aa323536afd65a1bbdf3ad975a2747a9ff43e (plain)
1
2
3
4
5
6
#!/bin/sh

global.bootm.image="/dev/nand0.kernel.bb"
global.linux.bootargs.dyn.root="root=/dev/mtdblock1 rootfstype=jffs2 rw init=/init rootdelay=1"
# clean the mtdparts otherwise android does not boot
global -r "linux.mtdparts.*"