summaryrefslogtreecommitdiff
path: root/include/configs/sama5d27_wlsom1_ek.h
diff options
context:
space:
mode:
authorEugen Hristev <eugen.hristev@microchip.com>2019-09-11 13:02:28 +0000
committerEugen Hristev <eugen.hristev@microchip.com>2019-10-08 09:16:11 +0300
commit37bd051e924aebefbdd9ef1b9e12256d6fcefcfe (patch)
tree174a5055845349ca0e6a49d1c28336436ee9fcc0 /include/configs/sama5d27_wlsom1_ek.h
parent44728b8b3d669b06f494aa6a4fbbb8b469ad059b (diff)
board: atmel: sama5d27_wlsom1_ek: fix SPL OFFS on SPI
Fixes redefinition of CONFIG_SYS_SPI_U_BOOT_OFFS This is now a Kconfig Fixes: e40a9ba6d2d5 ("board: atmel: sama5d2_wlsom1_ek: add qspi support and qspi boot config") 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.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/sama5d27_wlsom1_ek.h b/include/configs/sama5d27_wlsom1_ek.h
index 250eb7392e..6bcbc06020 100644
--- a/include/configs/sama5d27_wlsom1_ek.h
+++ b/include/configs/sama5d27_wlsom1_ek.h
@@ -43,8 +43,4 @@
#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