[PATCH] at91sam9g45: fix ARCH_TEXT_BASE
Peter Korsgaard
jacmet at sunsite.dk
Tue Jan 18 15:36:14 EST 2011
>>>>> "Jean-Christophe" == Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com> writes:
Jean-Christophe> it's 0x73f00000 not 0x23f00000 as the other at91
Jean-Christophe> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com>
Jean-Christophe> ---
Jean-Christophe> arch/arm/mach-at91/Kconfig | 1 +
Jean-Christophe> 1 files changed, 1 insertions(+), 0 deletions(-)
Jean-Christophe> diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig
Jean-Christophe> index 4d35ebe..efaa256 100644
Jean-Christophe> --- a/arch/arm/mach-at91/Kconfig
Jean-Christophe> +++ b/arch/arm/mach-at91/Kconfig
Jean-Christophe> @@ -2,6 +2,7 @@ if ARCH_AT91
Jean-Christophe> config ARCH_TEXT_BASE
Jean-Christophe> hex
Jean-Christophe> + default 0x73f00000 if ARCH_AT91SAM9G45
Jean-Christophe> default 0x23f00000
It can be 0x2xxxxxxx if the 2nd DDR controller is used.
I don't know the code, but how does this this work on boards with less
than 64MB RAM?
--
Bye, Peter Korsgaard
More information about the barebox
mailing list