mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-25 13:45:25 +01:00
This moves the sniper board from the lge to lg, in order to match the devicetree vendor prefix already defined in the kernel. Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
12 lines
135 B
Text
12 lines
135 B
Text
if TARGET_SNIPER
|
|
|
|
config SYS_BOARD
|
|
default "sniper"
|
|
|
|
config SYS_VENDOR
|
|
default "lg"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "sniper"
|
|
|
|
endif
|