u-boot-brain/board/mediatek/mt8516/Kconfig
Fabien Parent 86e07d59ee board: mediatek: rename pumpkin board into mt8516
More than one pumpkin board has been made with different MediaTek SoCs.
Rename the pumpkin board to follow the naming convention of all
other MediaTek boards and also to not be confusing when other pumpkin
boards will be added in follow-up commits.

Signed-off-by: Fabien Parent <fparent@baylibre.com>
2021-03-20 16:24:26 -04:00

14 lines
161 B
Plaintext

if TARGET_MT8516
config SYS_BOARD
default "mt8516"
config SYS_CONFIG_NAME
default "mt8516"
config MTK_BROM_HEADER_INFO
string
default "media=emmc"
endif