Skip to content
Snippets Groups Projects
Commit 86f4695b authored by Ahmad Draidi's avatar Ahmad Draidi Committed by Tom Rini
Browse files

image: Fix Android boot image support


This patch makes the following changes:
- Set kernel entry point correctly
- Append bootargs from image to global bootargs instead
        of replacing them
- Return end address instead of size from android_image_get_end()
- Give correct parameter to genimg_get_format() in boot_get_ramdisk()
- Move ramdisk message printing from android_image_get_kernel() to
	android_image_get_ramdisk()

Signed-off-by: default avatarAhmad Draidi <ar2000jp@gmail.com>
Cc: Tom Rini <trini@ti.com>
Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
parent 11ab5be8
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment