diff options
author | Eugen Hristev <eugen.hristev@microchip.com> | 2019-08-26 06:47:07 +0000 |
---|---|---|
committer | Eugen Hristev <eugen.hristev@microchip.com> | 2019-10-08 09:16:11 +0300 |
commit | 2a09eb6340e055be03008b75a7ca322a39482d3e (patch) | |
tree | 9da141700724563a2d972056718a55ca118d7384 /include/configs/sama5d27_wlsom1_ek.h | |
parent | 06e0da70ca0bfc9d909af044c82d66261fe47dd3 (diff) |
board: atmel: sama5d2_wlsom1_ek: add qspi support and qspi boot config
Add support for qspi memory on board. Created boot support for QSPI
for both u-boot proper and SPL.
Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
Diffstat (limited to 'include/configs/sama5d27_wlsom1_ek.h')
-rw-r--r-- | include/configs/sama5d27_wlsom1_ek.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/sama5d27_wlsom1_ek.h b/include/configs/sama5d27_wlsom1_ek.h index 6bcbc06020..250eb7392e 100644 --- a/include/configs/sama5d27_wlsom1_ek.h +++ b/include/configs/sama5d27_wlsom1_ek.h @@ -43,4 +43,8 @@ #define CONFIG_SPL_FS_LOAD_PAYLOAD_NAME "u-boot.img" #endif +#ifdef CONFIG_QSPI_BOOT +#define CONFIG_SYS_SPI_U_BOOT_OFFS 0x40000 +#endif + #endif |