SHA256
1
0
forked from pool/u-boot
u-boot/fix_exynos5_text_base.patch

12 lines
440 B
Diff

--- include/configs/exynos5250-common.h.orig 2014-02-04 10:11:19.387527096 +0100
+++ include/configs/exynos5250-common.h 2014-02-04 10:11:38.979179142 +0100
@@ -14,7 +14,7 @@
#define CONFIG_EXYNOS5250
#define CONFIG_SYS_SDRAM_BASE 0x40000000
-#define CONFIG_SYS_TEXT_BASE 0x43E00000
+#define CONFIG_SYS_TEXT_BASE 0x47E00000
/* MACH_TYPE_SMDK5250 macro will be removed once added to mach-types */
#define MACH_TYPE_SMDK5250 3774