mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
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:
parent
fdcda41c5e
commit
50ece536ae
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user