mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00:00
a01b946e56
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>
12 lines
152 B
Text
12 lines
152 B
Text
if BOARD_INTENO_XG6846
|
|
|
|
config SYS_BOARD
|
|
default "xg6846"
|
|
|
|
config SYS_VENDOR
|
|
default "inteno"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "inteno_xg6846"
|
|
|
|
endif
|