diff options
author | Jagan Teki <jagan@openedev.com> | 2017-01-21 11:48:33 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-01-21 15:12:33 -0500 |
commit | 3788b451e32bc925c4a63a882acc9c3b4ee895be (patch) | |
tree | 5b72e5d5e520e6af20d9e3a29b9d098d82576005 /include/configs/stout.h | |
parent | de70fefb1b65debb645c0a42bd896de744837dac (diff) | |
download | u-boot-imx-3788b451e32bc925c4a63a882acc9c3b4ee895be.zip u-boot-imx-3788b451e32bc925c4a63a882acc9c3b4ee895be.tar.gz u-boot-imx-3788b451e32bc925c4a63a882acc9c3b4ee895be.tar.bz2 |
config: Move CONFIG_BOARD_LATE_INIT to defconfigs
Cc: Tom Rini <trini@konsulko.com>
Signed-off-by: Jagan Teki <jagan@openedev.com>
Diffstat (limited to 'include/configs/stout.h')
-rw-r--r-- | include/configs/stout.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/stout.h b/include/configs/stout.h index 0d9e4aa..d2bc050 100644 --- a/include/configs/stout.h +++ b/include/configs/stout.h @@ -18,8 +18,6 @@ #include "rcar-gen2-common.h" -/* #define CONFIG_BOARD_LATE_INIT */ - #if defined(CONFIG_ARCH_RMOBILE_EXTRAM_BOOT) #define CONFIG_SYS_TEXT_BASE 0xB0000000 #else |