From 50ece536ae1d93b3a604e2cb6b49cfefb3bf922a Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Fri, 28 Jan 2011 15:53:32 -0500 Subject: 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 --- meta/conf/machine/mpc8315e-rdb.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/conf/machine/mpc8315e-rdb.conf b/meta/conf/machine/mpc8315e-rdb.conf index e42a9f2a1a..65789624c3 100644 --- a/meta/conf/machine/mpc8315e-rdb.conf +++ b/meta/conf/machine/mpc8315e-rdb.conf @@ -14,3 +14,5 @@ SERIAL_CONSOLE = "115200 ttyS0" MACHINE_FEATURES = "kernel26 keyboard pci ext2 ext3 serial" PREFERRED_PROVIDER_virtual/kernel = "linux-wrs" + +UBOOT_ENTRYPOINT = "0x00000000" -- cgit v1.2.3-54-g00ecf