diff options
author | Wenyou Yang <wenyou.yang@atmel.com> | 2017-09-14 11:07:42 +0800 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-09-14 16:02:47 -0400 |
commit | e61ed48ff5d530e3c8adf435c57cde9936295f5e (patch) | |
tree | bee232632720f0b7f25473aeffa51df3d47dfc34 /include/configs/ma5d4evk.h | |
parent | 22693376144cbbe2547f60a6aa48fb56cf8247d1 (diff) | |
download | u-boot-e61ed48ff5d530e3c8adf435c57cde9936295f5e.tar.gz |
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/ma5d4evk.h')
-rw-r--r-- | include/configs/ma5d4evk.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/include/configs/ma5d4evk.h b/include/configs/ma5d4evk.h index 50b21c9d97..0fe1bc1c1d 100644 --- a/include/configs/ma5d4evk.h +++ b/include/configs/ma5d4evk.h @@ -14,11 +14,14 @@ #define CONFIG_SYS_USE_SERIALFLASH 1 #define CONFIG_BOARD_LATE_INIT +/* Timer */ +#define CONFIG_SYS_TIMER_COUNTER 0xfc06863c + /* * Memory configurations */ #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 0x10000000 #ifdef CONFIG_SPL_BUILD @@ -45,8 +48,8 @@ * Serial Driver */ #define CONFIG_ATMEL_USART -#define CONFIG_USART_BASE ATMEL_BASE_USART0 -#define CONFIG_USART_ID ATMEL_ID_USART0 +#define CONFIG_USART_BASE 0xf802c000 +#define CONFIG_USART_ID 6 /* * Ethernet |