summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/kindle-mx50/defaultenv-kindle-mx50/boot/mmc_kernel
blob: 4f2cabd54edef07cf2d6063609d90afef403974b (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/disk0.kernel