u-boot-brain/board/emulation/qemu-ppce500/Kconfig
Bin Meng 1d636a0cd5 ppc: qemu: Move board directory from board/freescale to board/emulation
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>
2021-03-05 10:25:44 +05:30

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