diff mbox

[U-Boot,3/9] mx53loco: Change default loadaddr to 0x72000000

Message ID 1356109151-6623-4-git-send-email-otavio@ossystems.com.br
State Awaiting Upstream
Delegated to: Stefano Babic
Headers show

Commit Message

Otavio Salvador Dec. 21, 2012, 4:59 p.m. UTC
This allow use of mainline and Freescale BSP Linux kernel with same
environment.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
 include/configs/mx53loco.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stefano Babic Dec. 26, 2012, 11:10 a.m. UTC | #1
On 21/12/2012 17:59, Otavio Salvador wrote:
> This allow use of mainline and Freescale BSP Linux kernel with same
> environment.
> 
> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
> ---

Applied to u-boot-imx, thanks.

Best regards,
Stefano Babic
diff mbox

Patch

diff --git a/include/configs/mx53loco.h b/include/configs/mx53loco.h
index 5f8f52e..4cfdc0b 100644
--- a/include/configs/mx53loco.h
+++ b/include/configs/mx53loco.h
@@ -112,7 +112,7 @@ 
 
 #define CONFIG_ETHPRIME		"FEC0"
 
-#define CONFIG_LOADADDR		0x70800000	/* loadaddr env var */
+#define CONFIG_LOADADDR		0x72000000	/* loadaddr env var */
 #define CONFIG_SYS_TEXT_BASE    0x77800000
 
 #define CONFIG_EXTRA_ENV_SETTINGS \