[oe] [PATCH 1/5] igep0020.conf: Fix missing u-boot entrypoint

Enric Balletbò i Serra eballetbo at gmail.com
Tue Oct 27 08:55:11 UTC 2009


Signed-off-by: Enric Balletbo i Serra <eballetbo at iseebcn.com>
---
 conf/machine/igep0020.conf |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/conf/machine/igep0020.conf b/conf/machine/igep0020.conf
index 512a977..7430646 100644
--- a/conf/machine/igep0020.conf
+++ b/conf/machine/igep0020.conf
@@ -24,6 +24,9 @@ IMAGE_FSTYPES += "tar.bz2 ubi"
 # Guesswork
 SERIAL_CONSOLE = "115200 ttyS2"

+UBOOT_ENTRYPOINT = "0x80008000"
+UBOOT_LOADADDRESS = "0x80008000"
+
 # do ubiattach /dev/ubi_ctrl -m 4
 # From dmesg:
 # UBI: smallest flash I/O unit:    2048
-- 
1.5.4.3




More information about the Openembedded-devel mailing list