mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 14:14:32 +00:00
86e07d59ee
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>
13 lines
161 B
Text
13 lines
161 B
Text
if TARGET_MT8516
|
|
|
|
config SYS_BOARD
|
|
default "mt8516"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "mt8516"
|
|
|
|
config MTK_BROM_HEADER_INFO
|
|
string
|
|
default "media=emmc"
|
|
|
|
endif
|