mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
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>
19 lines
394 B
Plaintext
19 lines
394 B
Plaintext
#@TYPE: Machine
|
|
#@DESCRIPTION: Machine configuration for running
|
|
|
|
TARGET_ARCH = "powerpc"
|
|
PACKAGE_EXTRA_ARCHS = "ppc603e"
|
|
TARGET_FPU = "spe"
|
|
|
|
require conf/machine/include/tune-ppc603e.inc
|
|
|
|
KERNEL_IMAGETYPE = "uImage"
|
|
|
|
SERIAL_CONSOLE = "115200 ttyS0"
|
|
|
|
MACHINE_FEATURES = "kernel26 keyboard pci ext2 ext3 serial"
|
|
|
|
PREFERRED_PROVIDER_virtual/kernel = "linux-wrs"
|
|
|
|
UBOOT_ENTRYPOINT = "0x00000000"
|