diff options
author | Paul Kocialkowski <contact@paulk.fr> | 2016-03-29 14:16:27 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-04-01 17:18:06 -0400 |
commit | 41582e2e77b6fb078db98d7c0765be133a766f81 (patch) | |
tree | 73df1da285cac998f6e3e6f8b0b734f33ec7ddd9 /board/lg/sniper/Kconfig | |
parent | 523849a0887c2d400d379eb0bce5ec74fc7a4dcd (diff) | |
download | blackbird-obmc-uboot-41582e2e77b6fb078db98d7c0765be133a766f81.tar.gz blackbird-obmc-uboot-41582e2e77b6fb078db98d7c0765be133a766f81.zip |
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>
Diffstat (limited to 'board/lg/sniper/Kconfig')
-rw-r--r-- | board/lg/sniper/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/board/lg/sniper/Kconfig b/board/lg/sniper/Kconfig new file mode 100644 index 0000000000..3f18d2120d --- /dev/null +++ b/board/lg/sniper/Kconfig @@ -0,0 +1,12 @@ +if TARGET_SNIPER + +config SYS_BOARD + default "sniper" + +config SYS_VENDOR + default "lg" + +config SYS_CONFIG_NAME + default "sniper" + +endif |