summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/kindle-mx50/defaultenv-kindle-mx50/boot/mmc_kernel
blob: b8d93be5935e4f9a4f364d3341f569f9c64618b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh
# Boot the Amazon factory-shipped kernel uimage stored on
# the eMMC at CONFIG_MMC_BOOTFLASH_ADDR 0x41000

# Force ATAG boot
global.bootm.boot_atag=true

# The same machine type introduced with freescale ENGR00124359
armlinux_architecture=2955

armlinux_system_serial="$global.board.ocotp_serial"

global linux.bootargs.dyn.root="root=/dev/mmcblk0p1 rootwait ro"

bootm -c /dev/mmc2.kernel