From: Simon Glass Date: Wed, 29 Oct 2014 19:08:55 +0000 (-0600) Subject: dm: at91: Correct text base for snapper9260 X-Git-Tag: v2015.01-rc2~4^2~32 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5e8a749c2895377753b8f773b12f6d4090466a33;p=u-boot dm: at91: Correct text base for snapper9260 The value should be 0x21f00000. Fix it. Signed-off-by: Simon Glass --- diff --git a/include/configs/snapper9260.h b/include/configs/snapper9260.h index 1ebee714ba..6909e99540 100644 --- a/include/configs/snapper9260.h +++ b/include/configs/snapper9260.h @@ -15,7 +15,7 @@ #include #include -#define CONFIG_SYS_TEXT_BASE 0x20000000 +#define CONFIG_SYS_TEXT_BASE 0x21f00000 /* ARM asynchronous clock */ #define CONFIG_SYS_AT91_MAIN_CLOCK 18432000 /* External Crystal, in Hz */