From: Bruce Ashfield Date: Fri, 28 Jan 2011 20:53:32 +0000 (-0500) Subject: mpc8315e-rdb: set UBOOT_ENTRYPOINT X-Git-Tag: 2011-1~2551 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=e4a4d9e984a9661162042af6183ed0892506deb2;p=openembedded-core.git mpc8315e-rdb: set UBOOT_ENTRYPOINT 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 --- diff --git a/meta/conf/machine/mpc8315e-rdb.conf b/meta/conf/machine/mpc8315e-rdb.conf index e3f9d2319d..ac518fb988 100644 --- a/meta/conf/machine/mpc8315e-rdb.conf +++ b/meta/conf/machine/mpc8315e-rdb.conf @@ -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" +