diff options
author | Wolfgang Denk <wd@denx.de> | 2015-11-24 20:46:45 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2015-11-30 12:50:29 +0100 |
commit | 6623aee5b6aba2f8efe9b7d2417f090f9c2b3cd3 (patch) | |
tree | 5143c75da8cbb116925e1a9916ffa203c603f758 /arch | |
parent | 7514037bcdc37180fe87f889013d72c49f4bd525 (diff) | |
download | u-boot-imx-6623aee5b6aba2f8efe9b7d2417f090f9c2b3cd3.zip u-boot-imx-6623aee5b6aba2f8efe9b7d2417f090f9c2b3cd3.tar.gz u-boot-imx-6623aee5b6aba2f8efe9b7d2417f090f9c2b3cd3.tar.bz2 |
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/cpu/ppc4xx/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/cpu/ppc4xx/Kconfig b/arch/powerpc/cpu/ppc4xx/Kconfig index 945e771..efd3165 100644 --- a/arch/powerpc/cpu/ppc4xx/Kconfig +++ b/arch/powerpc/cpu/ppc4xx/Kconfig @@ -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" |