mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-17 14:18:14 +01:00
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>
13 lines
160 B
Plaintext
13 lines
160 B
Plaintext
if TARGET_QEMU_PPCE500
|
|
|
|
config SYS_BOARD
|
|
default "qemu-ppce500"
|
|
|
|
config SYS_VENDOR
|
|
default "emulation"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "qemu-ppce500"
|
|
|
|
endif
|