diff options
| author | Jagan Teki <[email protected]> | 2017-05-07 02:43:02 +0530 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2017-05-18 11:23:31 +0200 |
| commit | 9786496cdc6fd6c31a16f2b8e8d7570c01e69de5 (patch) | |
| tree | 6f2a901cdc20121ad7d7fad3da6071f974af66b7 /arch | |
| parent | 4bbd40596b52203158333cfcd56f64f92b04a7f3 (diff) | |
geam6ul: Add modeboot env via board_late_init
Add runtime, modeboot env which is setting mmcboot, or
nandboot based on the bootdevice so-that conditional
macros b/w MMC and NAND for CONFIG_BOOTCOMMAND should
be avoided in config files.
Cc: Matteo Lisi <[email protected]>
Cc: Michael Trimarchi <[email protected]>
Cc: Stefano Babic <[email protected]>
Signed-off-by: Jagan Teki <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/cpu/armv7/mx6/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/mx6/Kconfig b/arch/arm/cpu/armv7/mx6/Kconfig index 8066aaa6fb7..73504887e73 100644 --- a/arch/arm/cpu/armv7/mx6/Kconfig +++ b/arch/arm/cpu/armv7/mx6/Kconfig @@ -257,6 +257,7 @@ config TARGET_MX6UL_14X14_EVK config TARGET_MX6UL_GEAM bool "Support Engicam GEAM6UL" + select BOARD_LATE_INIT select MX6UL select OF_CONTROL select DM |
