git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c7e942
)
efikamx.conf: Define entry point and load adress for kernel.
author
Khem Raj
<raj.khem@gmail.com>
Mon, 30 Aug 2010 18:11:04 +0000
(11:11 -0700)
committer
Khem Raj
<raj.khem@gmail.com>
Mon, 30 Aug 2010 18:11:55 +0000
(11:11 -0700)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
conf/machine/efikamx.conf
patch
|
blob
|
history
diff --git
a/conf/machine/efikamx.conf
b/conf/machine/efikamx.conf
index
eceb87c
..
935649b
100644
(file)
--- 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"