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>
This commit is contained in:
Bruce Ashfield 2011-01-28 15:53:32 -05:00 committed by Saul Wold
parent fdcda41c5e
commit 50ece536ae

View File

@ -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"