Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-16 | kexec: Move the uImage header to a better place. | Paul Mundt | |
This is a completely generic header for uImage support and has no place being hidden away in an architecture directory. Move it up to the top-level include so that other architectures can trivially tie in uImage support, too. Signed-off-by: Paul Mundt <lethal@linux-sh.org> | |||
2009-11-21 | kexec-arm: add uImage support | Marc Andre Tanner | |
uImages are basically just zImages with a special header, we therefore just skip the header and let the normal zImage infrastructure do the actual work. Signed-off-by: Marc Andre Tanner <mat@brain-dump.org> Signed-off-by: Simon Horman <horms@verge.net.au> |