diff options
author | Tom Rini <trini@konsulko.com> | 2020-07-07 12:55:57 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-07-07 12:55:57 -0400 |
commit | c4df37bfa916d6516d67dde6ef9d1b18b36041d3 (patch) | |
tree | 983277a53c1643566863e8ae73950a931dc661b5 /arch/arm/Kconfig | |
parent | f8ddd8cbb513cefcdd4beeff0cd25ba8f97a5860 (diff) | |
parent | 59dab842f98f9144bce1e535ef9df6f0e1a25e03 (diff) | |
download | u-boot-c4df37bfa916d6516d67dde6ef9d1b18b36041d3.zip u-boot-c4df37bfa916d6516d67dde6ef9d1b18b36041d3.tar.gz u-boot-c4df37bfa916d6516d67dde6ef9d1b18b36041d3.tar.bz2 |
Merge tag 'u-boot-atmel-2020.10-a' of https://gitlab.denx.de/u-boot/custodians/u-boot-atmel
First set of u-boot-atmel features for 2020.10 cycle
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 fb1e38d..760e901 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -532,6 +532,7 @@ choice config ARCH_AT91 bool "Atmel AT91" select SPL_BOARD_INIT if SPL && !TARGET_SMARTWEB + select SPL_SEPARATE_BSS if SPL config TARGET_EDB93XX bool "Support edb93xx" |