mirror of
https://xff.cz/git/u-boot/
synced 2025-09-28 14:01:16 +02:00
PPC4xx: Create "liebherr" vendor directory
In preparation of some new Liebherr boards to be added soon, a new "liebherr" vendor directory gets created, and the "lwmon5" board directory is moved into this new vendor directory. cc: Stefan Roese <sr@denx.de> Signed-off-by: Wolfgang Denk <wd@denx.de> Signed-off-by: Stefan Roese <sr@denx.de>
This commit is contained in:
committed by
Stefan Roese
parent
7514037bcd
commit
6623aee5b6
@@ -152,7 +152,7 @@ source "board/gdsys/405ex/Kconfig"
|
|||||||
source "board/gdsys/dlvision/Kconfig"
|
source "board/gdsys/dlvision/Kconfig"
|
||||||
source "board/gdsys/gdppc440etx/Kconfig"
|
source "board/gdsys/gdppc440etx/Kconfig"
|
||||||
source "board/gdsys/intip/Kconfig"
|
source "board/gdsys/intip/Kconfig"
|
||||||
source "board/lwmon5/Kconfig"
|
source "board/liebherr/lwmon5/Kconfig"
|
||||||
source "board/mosaixtech/icon/Kconfig"
|
source "board/mosaixtech/icon/Kconfig"
|
||||||
source "board/mpl/mip405/Kconfig"
|
source "board/mpl/mip405/Kconfig"
|
||||||
source "board/mpl/pip405/Kconfig"
|
source "board/mpl/pip405/Kconfig"
|
||||||
|
@@ -3,6 +3,9 @@ if TARGET_LWMON5
|
|||||||
config SYS_BOARD
|
config SYS_BOARD
|
||||||
default "lwmon5"
|
default "lwmon5"
|
||||||
|
|
||||||
|
config SYS_VENDOR
|
||||||
|
default "liebherr"
|
||||||
|
|
||||||
config SYS_CONFIG_NAME
|
config SYS_CONFIG_NAME
|
||||||
default "lwmon5"
|
default "lwmon5"
|
||||||
|
|
@@ -1,6 +1,6 @@
|
|||||||
LWMON5 BOARD
|
LWMON5 BOARD
|
||||||
M: Stefan Roese <sr@denx.de>
|
M: Stefan Roese <sr@denx.de>
|
||||||
S: Maintained
|
S: Maintained
|
||||||
F: board/lwmon5/
|
F: board/liebherr/lwmon5/
|
||||||
F: include/configs/lwmon5.h
|
F: include/configs/lwmon5.h
|
||||||
F: configs/lwmon5_defconfig
|
F: configs/lwmon5_defconfig
|
Reference in New Issue
Block a user