Skip to content

Commit

Permalink
PPC4xx: Create "liebherr" vendor directory
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Wolfgang Denk <[email protected]>
Signed-off-by: Stefan Roese <[email protected]>
  • Loading branch information
wdenx authored and stroese committed Nov 30, 2015
1 parent 7514037 commit 6623aee
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/powerpc/cpu/ppc4xx/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ source "board/gdsys/405ex/Kconfig"
source "board/gdsys/dlvision/Kconfig"
source "board/gdsys/gdppc440etx/Kconfig"
source "board/gdsys/intip/Kconfig"
source "board/lwmon5/Kconfig"
source "board/liebherr/lwmon5/Kconfig"
source "board/mosaixtech/icon/Kconfig"
source "board/mpl/mip405/Kconfig"
source "board/mpl/pip405/Kconfig"
Expand Down
3 changes: 3 additions & 0 deletions board/lwmon5/Kconfig → board/liebherr/lwmon5/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ if TARGET_LWMON5
config SYS_BOARD
default "lwmon5"

config SYS_VENDOR
default "liebherr"

config SYS_CONFIG_NAME
default "lwmon5"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
LWMON5 BOARD
M: Stefan Roese <[email protected]>
S: Maintained
F: board/lwmon5/
F: board/liebherr/lwmon5/
F: include/configs/lwmon5.h
F: configs/lwmon5_defconfig
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 6623aee

Please sign in to comment.