summaryrefslogtreecommitdiff
path: root/include/configs/sama5d2_xplained.h
diff options
context:
space:
mode:
authorWenyou Yang <wenyou.yang@atmel.com>2017-09-14 06:07:42 +0300
committerTom Rini <trini@konsulko.com>2017-09-14 23:02:47 +0300
commite61ed48ff5d530e3c8adf435c57cde9936295f5e (patch)
treebee232632720f0b7f25473aeffa51df3d47dfc34 /include/configs/sama5d2_xplained.h
parent22693376144cbbe2547f60a6aa48fb56cf8247d1 (diff)
downloadu-boot-e61ed48ff5d530e3c8adf435c57cde9936295f5e.tar.xz
ARM: at91: Remove hardware.h included in configs
As said in READRE.kconfig, include/configs/*.h will be removed after all options are switched to Kconfig. As the first step, remove the follow line from include/configs/*.h. #include <asm/hardware.h> Signed-off-by: Wenyou Yang <wenyou.yang@microchip.com>
Diffstat (limited to 'include/configs/sama5d2_xplained.h')
-rw-r--r--include/configs/sama5d2_xplained.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/sama5d2_xplained.h b/include/configs/sama5d2_xplained.h
index aedd5684c4..7b75413e8d 100644
--- a/include/configs/sama5d2_xplained.h
+++ b/include/configs/sama5d2_xplained.h
@@ -16,7 +16,7 @@
/* SDRAM */
#define CONFIG_NR_DRAM_BANKS 1
-#define CONFIG_SYS_SDRAM_BASE ATMEL_BASE_DDRCS
+#define CONFIG_SYS_SDRAM_BASE 0x20000000
#define CONFIG_SYS_SDRAM_SIZE 0x20000000
#ifdef CONFIG_SPL_BUILD