u-boot-brain/board/lg/sniper/Kconfig
Paul Kocialkowski 41582e2e77 sniper: Change vendor name from lge to lg, matching devicetree vendor prefix
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>
2016-04-01 17:18:06 -04:00

13 lines
135 B
Plaintext

if TARGET_SNIPER
config SYS_BOARD
default "sniper"
config SYS_VENDOR
default "lg"
config SYS_CONFIG_NAME
default "sniper"
endif