aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-08-30 11:11:04 -0700
committerKhem Raj <raj.khem@gmail.com>2010-08-30 11:11:55 -0700
commitc9d34f282f32e49a9198a713c318a22ccbd7e988 (patch)
tree1baca4e619992364dcd9f686dd82d5779d912a54
parent6c7e942faee52a6d6076deeb42dd1cde9c18ae27 (diff)
downloadopenembedded-c9d34f282f32e49a9198a713c318a22ccbd7e988.tar.gz
efikamx.conf: Define entry point and load adress for kernel.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--conf/machine/efikamx.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/efikamx.conf b/conf/machine/efikamx.conf
index eceb87cd6e..935649b240 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"