mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-26 14:40:41 +00:00
ARM: igep00x0.h: Enable raw initrd support
Now that IGEP base boards default environment use the bootz command to boot a zImage instead of a uImage, it makes sense to add support to supply a raw initrd image to the kernel if needed. Signed-off-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
This commit is contained in:
parent
8d20836615
commit
372d7fa1bf
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@
|
|||
|
||||
#define CONFIG_OF_LIBFDT
|
||||
#define CONFIG_CMD_BOOTZ
|
||||
#define CONFIG_SUPPORT_RAW_INITRD
|
||||
|
||||
/*
|
||||
* NS16550 Configuration
|
||||
|
|
Loading…
Reference in a new issue