]> Git Repo - u-boot.git/commit
ARM: bootm: Try to use relocated ramdisk
authorJeffy Chen <[email protected]>
Thu, 14 Jan 2016 02:19:36 +0000 (10:19 +0800)
committerSimon Glass <[email protected]>
Fri, 22 Jan 2016 03:03:59 +0000 (20:03 -0700)
commitf7ee071a22df69e919c9829bbd800cb5e9c1703c
tree73706e9a8832ae0e4d0d9ec188b0148e33d12ef5
parente70cc438311c753edc1f19214ffc090061e60880
ARM: bootm: Try to use relocated ramdisk

After boot_ramdisk_high(), ramdisk would be relocated to
initrd_start & initrd_end, so use them instead of rd_start & rd_end.

Signed-off-by: Jeffy Chen <[email protected]>
Acked-by: Simon Glass <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
arch/arm/lib/bootm.c
This page took 0.033088 seconds and 4 git commands to generate.