diff options
author | Tom Rini <trini@konsulko.com> | 2020-05-26 15:06:19 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-06-04 18:10:02 -0400 |
commit | 68ff2343311cec25d6cae056445a61964a56f531 (patch) | |
tree | 9bc4a6a163a3eec1b3565097e83df82f45b8ecae /include/configs/pico-imx8mq.h | |
parent | e985eb14ac5cff260321519a309f540909b77c16 (diff) | |
download | u-boot-68ff2343311cec25d6cae056445a61964a56f531.tar.gz |
Convert CONFIG_BOARD_LATE_INIT to Kconfig
This converts the following to Kconfig:
CONFIG_BOARD_LATE_INIT
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/pico-imx8mq.h')
-rw-r--r-- | include/configs/pico-imx8mq.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/pico-imx8mq.h b/include/configs/pico-imx8mq.h index 708e9c7436..2ae13b30ee 100644 --- a/include/configs/pico-imx8mq.h +++ b/include/configs/pico-imx8mq.h @@ -55,7 +55,6 @@ #define CONFIG_REMAKE_ELF #define CONFIG_BOARD_EARLY_INIT_F -#define CONFIG_BOARD_LATE_INIT /* ENET Config */ /* ENET1 */ |