Newer
Older
barebox / arch / arm / boards / highbank / env / boot / mmc-boot
@Sascha Hauer Sascha Hauer on 23 Jun 2014 312 bytes remove unused boot-menu-add-entry
#!/bin/sh

path="/mnt/mmc-boot"

global.bootm.image="${path}/zimage"

. /env/data/oftree

oftree=${path}/oftree
if [ -f $oftree ]; then
	global.bootm.oftree="$oftree"
fi

# The rootdevice may actually be mmcblk1p2 if a card
# is inserted to the back MMC slot
global.linux.bootargs.dyn.root="root=/dev/mmcblk0p2"