summaryrefslogtreecommitdiff
path: root/include/configs/corvus.h
diff options
context:
space:
mode:
authorHeiko Schocher <hs@denx.de>2017-06-22 05:42:50 (GMT)
committerTom Rini <trini@konsulko.com>2017-06-23 14:38:12 (GMT)
commit72fa58931e1e7feef7801b92671c545c7aca32f1 (patch)
tree5a0db58c4bf25997b1d74284f3f4f45cb7b9d1ed /include/configs/corvus.h
parentf8714372ed8e65f1b90b05d7bc0c2a05bc0a9e3d (diff)
downloadu-boot-72fa58931e1e7feef7801b92671c545c7aca32f1.tar.xz
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.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/configs/corvus.h b/include/configs/corvus.h
index 3847a19..8b8b122 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