[meta-ti] [PATCH] omap3.inc: adjust UBOOT_ENTRYPOINT and UBOOT_LOADADRESS to u-boot SPL changes
Andreas Müller
schnitzeltony at gmx.de
Wed Dec 14 02:26:41 PST 2011
Signed-off-by: Andreas Müller <schnitzeltony at gmx.de>
---
conf/machine/include/omap3.inc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/conf/machine/include/omap3.inc b/conf/machine/include/omap3.inc
index 4530ae1..2198281 100644
--- a/conf/machine/include/omap3.inc
+++ b/conf/machine/include/omap3.inc
@@ -7,8 +7,8 @@ MACHINE_KERNEL_PR = "r113"
KERNEL_IMAGETYPE = "uImage"
-UBOOT_ENTRYPOINT = "0x80008000"
-UBOOT_LOADADDRESS = "0x80008000"
+UBOOT_ENTRYPOINT = "0x80010000"
+UBOOT_LOADADDRESS = "0x80010000"
EXTRA_IMAGEDEPENDS += "u-boot x-load"
--
1.7.6.4
More information about the meta-ti
mailing list