[oe-commits] org.oe.dev neuros-osd*: add uboot adresses (taken from Makefile.boot)

koen commit oe at amethyst.openembedded.net
Tue Jun 3 08:37:52 UTC 2008


neuros-osd*: add uboot adresses (taken from Makefile.boot)

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: f275c97e2c93f0e846205b213e997b28ed0b148e
ViewMTN: http://monotone.openembedded.org/revision/info/f275c97e2c93f0e846205b213e997b28ed0b148e
Files:
1
conf/machine/neuros-osd.conf
conf/machine/neuros-osd2.conf
Diffs:

#
# mt diff -rdd5efe861d7e6695eec1ab1fed28c0342d7846b3 -rf275c97e2c93f0e846205b213e997b28ed0b148e
#
#
#
# patch "conf/machine/neuros-osd.conf"
#  from [08ff43526004bc32a0c147ac75a38394b0d6713b]
#    to [8a5fce4c448bb56356c5065ecdff67757f734b6b]
# 
# patch "conf/machine/neuros-osd2.conf"
#  from [27bc8019b38ab69b6a32f7708b427cf1a30fd8e3]
#    to [4e143b8c4022b8858c437bf4ec3eb304da212c84]
#
============================================================
--- conf/machine/neuros-osd.conf	08ff43526004bc32a0c147ac75a38394b0d6713b
+++ conf/machine/neuros-osd.conf	8a5fce4c448bb56356c5065ecdff67757f734b6b
@@ -11,6 +11,9 @@ KERNEL_IMAGETYPE = "uImage"
 
 KERNEL_IMAGETYPE = "uImage"
 
+UBOOT_ENTRYPOINT = "0x80008000"
+UBOOT_LOADADDRESS = "0x80008000"
+
 PREFERRED_VERSION_u-boot = "git"
 #UBOOT_MACHINE = "davinci_dvevm_config"
 
============================================================
--- conf/machine/neuros-osd2.conf	27bc8019b38ab69b6a32f7708b427cf1a30fd8e3
+++ conf/machine/neuros-osd2.conf	4e143b8c4022b8858c437bf4ec3eb304da212c84
@@ -11,6 +11,9 @@ KERNEL_IMAGETYPE = "uImage"
 
 KERNEL_IMAGETYPE = "uImage"
 
+UBOOT_ENTRYPOINT = "0x80008000"
+UBOOT_LOADADDRESS = "0x80008000"
+
 PREFERRED_VERSION_u-boot = "git"
 #UBOOT_MACHINE = "davinci_dvevm_config"
 






More information about the Openembedded-commits mailing list