u-boot/board/inteno/xg6846/Kconfig
Linus Walleij a01b946e56 bmips: Add Inteno XG6846 board
This adds support for the Inteno XG6846 board based on the
Broadcom MIPS 6328 SoC.

The default boot will read a uImage from flash and boot it.

Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
2023-11-06 10:20:21 -05:00

13 lines
152 B
Plaintext

if BOARD_INTENO_XG6846
config SYS_BOARD
default "xg6846"
config SYS_VENDOR
default "inteno"
config SYS_CONFIG_NAME
default "inteno_xg6846"
endif