]> code.ossystems Code Review - openembedded-core.git/commitdiff
mpc8315e-rdb: set UBOOT_ENTRYPOINT
authorBruce Ashfield <bruce.ashfield@windriver.com>
Fri, 28 Jan 2011 20:53:32 +0000 (15:53 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 1 Feb 2011 23:59:43 +0000 (23:59 +0000)
Fixes [BUGID #685]

Although not used if the in kernel uImage is booted, it is
a good idea to set the UBOOT_ENTRYPOINT just as the other
uImage based boards do.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
meta/conf/machine/mpc8315e-rdb.conf

index e3f9d2319d8bc93c4a0d4708d17d17ffaeef24bf..ac518fb988af88d8fd8155d52ca3b19f2134663c 100644 (file)
@@ -14,3 +14,6 @@ MACHINE_FEATURES = "kernel26 keyboard pci ext2 ext3 serial"
 
 PREFERRED_PROVIDER_virtual/kernel = "linux-yocto"
 PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto"
+
+UBOOT_ENTRYPOINT = "0x00000000"
+