From f805548b28f90aa76374b16f86206dd3a5743d23 Mon Sep 17 00:00:00 2001 From: Reinhard Meyer Date: Thu, 9 Dec 2010 10:07:31 +0100 Subject: AT91: fix TOP9000 build problem and change CONFIG_SYS_TEXT_BASE Signed-off-by: Reinhard Meyer --- include/configs/top9000.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/configs/top9000.h b/include/configs/top9000.h index ff3933b19c..0b23a5d6fd 100644 --- a/include/configs/top9000.h +++ b/include/configs/top9000.h @@ -40,9 +40,9 @@ /* * Warning: changing CONFIG_SYS_TEXT_BASE requires - * adapting the initial boot program + * adapting the initial boot program. */ -#define CONFIG_SYS_TEXT_BASE 0x21f00000 /* 31 MB into RAM */ +#define CONFIG_SYS_TEXT_BASE 0x20000000 /* start of SDRAM */ /* Command line configuration */ #include -- cgit v1.2.1