ARM: Make multi images startup process simpler
The multi image startup process used to have three binaries involved:
- The lowlevel board code to initialize SDRAM
- the uncompressor
- the regular (compressed) barebox binary
Drop the uncompressor and put the uncompress code into the lowlevel
board code binary. This makes the startup process easier.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent ace667e commit 509f62209907d6cc4c8d4b4e95aff91c7684f5db
@Sascha Hauer Sascha Hauer authored on 26 Nov 2013
Showing 4 changed files
View
arch/arm/cpu/Makefile
View
arch/arm/cpu/start-images.c 100644 → 0
View
arch/arm/cpu/uncompress.c
View
images/Makefile