9
0
Fork 0
barebox/arch/arm/boards/phytec-phycore-am335x/defaultenv-phycore-am335x/boot/mmc

11 lines
245 B
Bash

#!/bin/sh
if [ "$1" = menu ]; then
boot-menu-add-entry "$0" "kernel & rootfs on SD card"
exit
fi
global.bootm.image=/boot/uImage
#global.bootm.oftree=/boot/oftree
global.linux.bootargs.dyn.root="root=/dev/mmcblk0p2 rootfstype=ext3 rootwait"