diff options
Diffstat (limited to 'conf/machine')
-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" |