diff options
author | Jagan Teki | 2017-01-21 11:48:33 +0100 |
---|---|---|
committer | Tom Rini | 2017-01-21 15:12:33 -0500 |
commit | 3788b451e32bc925c4a63a882acc9c3b4ee895be (patch) | |
tree | 5b72e5d5e520e6af20d9e3a29b9d098d82576005 /include/configs/theadorable.h | |
parent | de70fefb1b65debb645c0a42bd896de744837dac (diff) |
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/theadorable.h')
-rw-r--r-- | include/configs/theadorable.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/theadorable.h b/include/configs/theadorable.h index 281593a3df0..6b7299b1521 100644 --- a/include/configs/theadorable.h +++ b/include/configs/theadorable.h @@ -86,7 +86,6 @@ #ifdef CONFIG_CMD_PCI #ifndef CONFIG_SPL_BUILD #define CONFIG_PCI_MVEBU -#define CONFIG_BOARD_LATE_INIT /* for PEX switch test */ #endif #endif |