From 6ea942a85b4f1d0db7fff319a2dbd99439fc1983 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lothar=20Wa=C3=9Fmann?= Date: Fri, 21 Aug 2015 16:44:42 +0200 Subject: [PATCH] karo: tx28: change fdtaddr to 40800000 --- include/configs/tx28.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/tx28.h b/include/configs/tx28.h index baffb8df1d..f0ef68fbdc 100644 --- a/include/configs/tx28.h +++ b/include/configs/tx28.h @@ -103,7 +103,7 @@ #else #define CONFIG_LOADADDR 43000000 #endif -#define CONFIG_FDTADDR 41000000 +#define CONFIG_FDTADDR 40800000 #define CONFIG_SYS_LOAD_ADDR _pfx(0x, CONFIG_LOADADDR) #define CONFIG_SYS_FDT_ADDR _pfx(0x, CONFIG_FDTADDR) #define CONFIG_U_BOOT_IMG_SIZE SZ_1M -- 2.39.2