mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-15 01:17:39 +00:00
80565ec6f0
Samsung S9 SM-G9600 - Snapdragon SDM845 version of the phone, for China \ Hong Kong markets. Has unlockable bootloader, unlike SM-G960U (American market version), which allows running u-boot as a chain-loaded bootloader. Signed-off-by: Dzmitry Sankouski <dsankouski@gmail.com> Cc: Ramon Fried <rfried.dev@gmail.com> Cc: Tom Rini <trini@konsulko.com>
22 lines
524 B
Text
22 lines
524 B
Text
if TARGET_STARQLTECHN
|
|
|
|
config SYS_BOARD
|
|
default "starqltechn"
|
|
help
|
|
starqltechn is a production board for S9 and S9+ phones(SM-G96x0) phones based on SDM845 SoC.
|
|
|
|
config SYS_CONFIG_NAME
|
|
string "Board configuration name"
|
|
default "sdm845"
|
|
help
|
|
This option contains information about board configuration name.
|
|
Based on this option include/configs/<CONFIG_SYS_CONFIG_NAME>.h header
|
|
will be used for board configuration.
|
|
|
|
config SYS_VENDOR
|
|
default "samsung"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "starqltechn"
|
|
|
|
endif
|