diff options
| author | Javier Martinez Canillas <javier@dowhile0.org> | 2013-08-11 18:20:00 +0200 | 
|---|---|---|
| committer | Tom Rini <trini@ti.com> | 2013-08-28 11:44:58 -0400 | 
| commit | 372d7fa1bf23a33066a8a88b6fb01ea931ae1b91 (patch) | |
| tree | 7d506fd50c2f769c6d74047e575a5bb4115eee27 | |
| parent | 8d20836615eb7fa6330935a5f63e5cdd05cac7e5 (diff) | |
| download | olio-uboot-2014.01-372d7fa1bf23a33066a8a88b6fb01ea931ae1b91.tar.xz olio-uboot-2014.01-372d7fa1bf23a33066a8a88b6fb01ea931ae1b91.zip | |
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>
| -rw-r--r-- | include/configs/igep00x0.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/configs/igep00x0.h b/include/configs/igep00x0.h index 722c56652..9982cf6e9 100644 --- a/include/configs/igep00x0.h +++ b/include/configs/igep00x0.h @@ -45,6 +45,7 @@  #define CONFIG_OF_LIBFDT  #define CONFIG_CMD_BOOTZ +#define CONFIG_SUPPORT_RAW_INITRD  /*   * NS16550 Configuration |