diff options
author | Koen Kooi <koen@openembedded.org> | 2008-06-03 08:33:57 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-06-03 08:33:57 +0000 |
commit | 915c1e3654c4be1667a9390c3671d1a3601e2a56 (patch) | |
tree | 66c5559f026d209bc20eefc0e93e779ad73cd620 | |
parent | 77c1d789cce40125a1984de92784975c1b16ad7a (diff) |
neuros-osd*: add uboot adresses (taken from Makefile.boot)
-rw-r--r-- | conf/machine/neuros-osd.conf | 3 | ||||
-rw-r--r-- | conf/machine/neuros-osd2.conf | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/conf/machine/neuros-osd.conf b/conf/machine/neuros-osd.conf index ef1688a8ba..09a71535c6 100644 --- a/conf/machine/neuros-osd.conf +++ b/conf/machine/neuros-osd.conf @@ -11,6 +11,9 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-neuros" KERNEL_IMAGETYPE = "uImage" +UBOOT_ENTRYPOINT = "0x80008000" +UBOOT_LOADADDRESS = "0x80008000" + PREFERRED_VERSION_u-boot = "git" #UBOOT_MACHINE = "davinci_dvevm_config" diff --git a/conf/machine/neuros-osd2.conf b/conf/machine/neuros-osd2.conf index a356b91e19..b327d8f8b6 100644 --- a/conf/machine/neuros-osd2.conf +++ b/conf/machine/neuros-osd2.conf @@ -11,6 +11,9 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-davinci" KERNEL_IMAGETYPE = "uImage" +UBOOT_ENTRYPOINT = "0x80008000" +UBOOT_LOADADDRESS = "0x80008000" + PREFERRED_VERSION_u-boot = "git" #UBOOT_MACHINE = "davinci_dvevm_config" |