diff options
author | Tom Rini <trini@konsulko.com> | 2020-03-30 07:46:05 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-03-30 14:14:07 -0400 |
commit | 8e4af8f6d83e6d08b10939a9ce994897c6c837aa (patch) | |
tree | a495aab48cff96a57655541e2bc96580c8f4b0af /arch/arm/Kconfig | |
parent | 3c4fb0e91e25c0a1c9b4a30e66fc87219eb0d827 (diff) | |
parent | 3ec7900b230aed8c35209eeb162fa75f759db69c (diff) |
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq
- Fixes env variable for layerscape platforms, disable hs200.
- Fixes board fixup, mux setting, enable gic, fspi on lx2160a, Fixes I2C
DM Warning on ls1043a, ls1046a
- Fixes RGMII port on ls1046ardb, ls1046ardb and DM_USB Warning on
ls1012afrdm, ls1021aiot
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 1cf134624a..bbb1e2738b 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1368,6 +1368,7 @@ config TARGET_LS1028ARDB select ARM64 select ARMV8_MULTIENTRY select ARCH_SUPPORT_TFABOOT + select BOARD_LATE_INIT help Support for Freescale LS1028ARDB platform The LS1028A Development System (RDB) is a high-performance |