mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 06:04:34 +00:00
1d636a0cd5
board/emulation is the place for other QEMU targets like x86, arm, riscv. Let's move the qemu-ppce500 board codes there. List me as a co-maintainer for this board. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
12 lines
160 B
Text
12 lines
160 B
Text
if TARGET_QEMU_PPCE500
|
|
|
|
config SYS_BOARD
|
|
default "qemu-ppce500"
|
|
|
|
config SYS_VENDOR
|
|
default "emulation"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "qemu-ppce500"
|
|
|
|
endif
|