diff options
author | Tom Rini | 2019-07-09 08:16:50 -0400 |
---|---|---|
committer | Tom Rini | 2019-07-09 08:17:12 -0400 |
commit | b4944e25744aa42dc23c6912e1cd4ccad270c4e0 (patch) | |
tree | 6b5045e5054113ea4f66b8c0c5caeac76c691354 /board | |
parent | cad28d37d5146cf293fe841c7c8e6f658c8a4940 (diff) | |
parent | 5dd4fa7fadf5a2cea130b6ab650e3982c5084f52 (diff) |
Merge tag 'u-boot-atmel-2019.10-a' of https://gitlab.denx.de/u-boot/custodians/u-boot-atmel
First set of u-boot-atmel features and fixes for 2019.10 cycle
This includes the Atmel QSPI driver and support for the at91 boards.
This is the port of the driver from Linux, mostly done by Tudor Ambarus.
Diffstat (limited to 'board')
-rw-r--r-- | board/atmel/sama5d27_som1_ek/MAINTAINERS | 1 | ||||
-rw-r--r-- | board/atmel/sama5d2_xplained/MAINTAINERS | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/board/atmel/sama5d27_som1_ek/MAINTAINERS b/board/atmel/sama5d27_som1_ek/MAINTAINERS index 74434e93e95..f2d2f49db30 100644 --- a/board/atmel/sama5d27_som1_ek/MAINTAINERS +++ b/board/atmel/sama5d27_som1_ek/MAINTAINERS @@ -5,3 +5,4 @@ F: board/atmel/sama5d27_som1_ek/ F: include/configs/sama5d27_som1_ek.h F: configs/sama5d27_som1_ek_mmc_defconfig F: configs/sama5d27_som1_ek_mmc1_defconfig +F: configs/sama5d27_som1_ek_qspiflash_defconfig diff --git a/board/atmel/sama5d2_xplained/MAINTAINERS b/board/atmel/sama5d2_xplained/MAINTAINERS index 08de5bb6a07..88e327f81cd 100644 --- a/board/atmel/sama5d2_xplained/MAINTAINERS +++ b/board/atmel/sama5d2_xplained/MAINTAINERS @@ -6,3 +6,4 @@ F: include/configs/sama5d2_xplained.h F: configs/sama5d2_xplained_mmc_defconfig F: configs/sama5d2_xplained_spiflash_defconfig F: configs/sama5d2_xplained_emmc_defconfig +F: configs/sama5d2_xplained_qspiflash_defconfig |