mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
41582e2e77
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
|