diff options
author | Heiko Schocher <hs@denx.de> | 2017-06-22 07:42:50 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-06-23 10:38:12 -0400 |
commit | 72fa58931e1e7feef7801b92671c545c7aca32f1 (patch) | |
tree | 5a0db58c4bf25997b1d74284f3f4f45cb7b9d1ed /include/configs/corvus.h | |
parent | f8714372ed8e65f1b90b05d7bc0c2a05bc0a9e3d (diff) | |
download | u-boot-72fa58931e1e7feef7801b92671c545c7aca32f1.tar.gz |
atmel, at91: fix corvus board
since commit: f8b7fff1d5c5 "serial: atmel_usart: Add clk support"
corvus board comes not up anymore. Fix it.
Signed-off-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'include/configs/corvus.h')
-rw-r--r-- | include/configs/corvus.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/configs/corvus.h b/include/configs/corvus.h index 3847a19cad..8b8b1220b4 100644 --- a/include/configs/corvus.h +++ b/include/configs/corvus.h @@ -43,7 +43,6 @@ #define CONFIG_AT91_GPIO_PULLUP 1 /* keep pullups on peripheral pins */ /* serial console */ -#define CONFIG_ATMEL_USART #define CONFIG_USART_BASE ATMEL_BASE_DBGU #define CONFIG_USART_ID ATMEL_ID_SYS @@ -72,7 +71,7 @@ #define CONFIG_SYS_SDRAM_SIZE 0x08000000 #define CONFIG_SYS_INIT_SP_ADDR \ - (CONFIG_SYS_SDRAM_BASE + SZ_4K - GENERATED_GBL_DATA_SIZE) + (CONFIG_SYS_SDRAM_BASE + SZ_32K - GENERATED_GBL_DATA_SIZE) /* NAND flash */ #ifdef CONFIG_CMD_NAND |