mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 06:04:34 +00:00
b9bf3cbfd6
This adds a general board file based on MT8512 SoCs from MediaTek. Apart from the generic parts (cpu) we add some low level init codes and initialize the early clocks. This commit is adding the basic boot support for the MT8512 eMMC board. Signed-off-by: mingming lee <mingming.lee@mediatek.com>
14 lines
161 B
Text
14 lines
161 B
Text
if TARGET_MT8512
|
|
|
|
config SYS_BOARD
|
|
default "mt8512"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "mt8512"
|
|
|
|
|
|
config MTK_BROM_HEADER_INFO
|
|
string
|
|
default "media=nor"
|
|
|
|
endif
|