mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-10-17 02:21:26 +02:00
Add the MT8183 pumpkin board support. Signed-off-by: Fabien Parent <fparent@baylibre.com>
14 lines
161 B
Plaintext
14 lines
161 B
Plaintext
if TARGET_MT8183
|
|
|
|
config SYS_BOARD
|
|
default "mt8183"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "mt8183"
|
|
|
|
config MTK_BROM_HEADER_INFO
|
|
string
|
|
default "media=emmc"
|
|
|
|
endif
|