diff options
author | Tom Rini <trini@konsulko.com> | 2017-01-22 19:43:11 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-01-24 10:35:54 -0500 |
commit | e5ec48152ad13ada83c541cdf7f47d5867c506db (patch) | |
tree | d96917c40f3f9d69f301c28d1ee6278a7ac1bd54 /arch/arm/mach-omap2/omap5 | |
parent | 88077715d8d81825605028f2040b17137513f858 (diff) | |
download | u-boot-e5ec48152ad13ada83c541cdf7f47d5867c506db.tar.gz u-boot-e5ec48152ad13ada83c541cdf7f47d5867c506db.tar.xz u-boot-e5ec48152ad13ada83c541cdf7f47d5867c506db.zip |
Kconfig: Migrate BOARD_LATE_INIT to a select
This option should not really be user selectable. Note that on PowerPC
we currently only need BOARD_LATE_INIT when CHAIN_OF_TRUST is enabled so be
conditional on that.
Signed-off-by: Tom Rini <trini@konsulko.com>
Acked-by: Masahiro Yamada <yamada.masahiro@socionext.com> (for UniPhier)
Diffstat (limited to 'arch/arm/mach-omap2/omap5')
-rw-r--r-- | arch/arm/mach-omap2/omap5/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/omap5/Kconfig b/arch/arm/mach-omap2/omap5/Kconfig index 242d1ee928..c5edc7c98d 100644 --- a/arch/arm/mach-omap2/omap5/Kconfig +++ b/arch/arm/mach-omap2/omap5/Kconfig @@ -51,11 +51,13 @@ config TARGET_OMAP5_UEVM config TARGET_DRA7XX_EVM bool "TI DRA7XX" + select BOARD_LATE_INIT select TI_I2C_BOARD_DETECT select PHYS_64BIT config TARGET_AM57XX_EVM bool "AM57XX" + select BOARD_LATE_INIT select TI_I2C_BOARD_DETECT endchoice |