diff options
author | Tom Rini <trini@konsulko.com> | 2015-09-17 17:00:08 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-09-17 17:00:08 -0400 |
commit | 1fb8d7933924aa5deb7e722d64c1d9fc7f0b2b82 (patch) | |
tree | 3078931eaf7785303e12478e0cfd27ce4731dcf7 /include/configs | |
parent | 5779b862d148294cc496ae2d6652584601ffd16e (diff) | |
parent | c6d4705f41d4e45e8cecc6e08b0b89df1ffe57ef (diff) | |
download | u-boot-imx-1fb8d7933924aa5deb7e722d64c1d9fc7f0b2b82.zip u-boot-imx-1fb8d7933924aa5deb7e722d64c1d9fc7f0b2b82.tar.gz u-boot-imx-1fb8d7933924aa5deb7e722d64c1d9fc7f0b2b82.tar.bz2 |
Merge git://git.denx.de/u-boot-x86
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/galileo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/galileo.h b/include/configs/galileo.h index b7ec279..ba6c8f1 100644 --- a/include/configs/galileo.h +++ b/include/configs/galileo.h @@ -15,6 +15,7 @@ #define CONFIG_SYS_MONITOR_LEN (1 << 20) #define CONFIG_BOARD_EARLY_INIT_F +#define CONFIG_ARCH_EARLY_INIT_R #define CONFIG_ARCH_MISC_INIT /* ns16550 UART is memory-mapped in Quark SoC */ |