[oe-commits] Khem Raj : efikamx.conf: Define entry point and load adress for kernel.

git version control git at git.openembedded.org
Mon Aug 30 18:12:11 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: c9d34f282f32e49a9198a713c318a22ccbd7e988
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c9d34f282f32e49a9198a713c318a22ccbd7e988

Author: Khem Raj <raj.khem at gmail.com>
Date:   Mon Aug 30 11:11:04 2010 -0700

efikamx.conf: Define entry point and load adress for kernel.

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 conf/machine/efikamx.conf |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/conf/machine/efikamx.conf b/conf/machine/efikamx.conf
index eceb87c..935649b 100644
--- a/conf/machine/efikamx.conf
+++ b/conf/machine/efikamx.conf
@@ -12,6 +12,8 @@ MACHINE_FEATURES = "kernel26 usbhost ext2 alsa"
 USE_VT = "0"
 
 SERIAL_CONSOLE = "115200 ttymxc0"
+UBOOT_ENTRYPOINT = "0x90008000"
+UBOOT_LOADADDRESS = "0x90008000"
 
 PREFERRED_PROVIDER_virtual/bootloader = "u-boot-efikamx"
 





More information about the Openembedded-commits mailing list