mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 06:04:34 +00:00
e96bedf146
Add the MT8183 pumpkin board support. Signed-off-by: Fabien Parent <fparent@baylibre.com>
13 lines
161 B
Text
13 lines
161 B
Text
if TARGET_MT8183
|
|
|
|
config SYS_BOARD
|
|
default "mt8183"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "mt8183"
|
|
|
|
config MTK_BROM_HEADER_INFO
|
|
string
|
|
default "media=emmc"
|
|
|
|
endif
|