diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2011-01-28 15:53:32 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-02-01 23:59:43 +0000 |
commit | e4a4d9e984a9661162042af6183ed0892506deb2 (patch) | |
tree | 2fe9e99561906b425edc535535dcb0e6b8bf7844 | |
parent | d71f6fff17e7a2bd5acd4339b26a2d3b28c76814 (diff) | |
download | poky-e4a4d9e984a9661162042af6183ed0892506deb2.tar.gz |
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 <bruce.ashfield@windriver.com>
-rw-r--r-- | meta/conf/machine/mpc8315e-rdb.conf | 3 |
1 files changed, 3 insertions, 0 deletions
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" | |||
14 | 14 | ||
15 | PREFERRED_PROVIDER_virtual/kernel = "linux-yocto" | 15 | PREFERRED_PROVIDER_virtual/kernel = "linux-yocto" |
16 | PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto" | 16 | PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto" |
17 | |||
18 | UBOOT_ENTRYPOINT = "0x00000000" | ||
19 | |||