From patchwork Tue Nov 24 13:03:25 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfgang Denk X-Patchwork-Id: 548050 X-Patchwork-Delegate: sr@denx.de Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 1A46114030F for ; Wed, 25 Nov 2015 00:03:43 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 938194BD96; Tue, 24 Nov 2015 14:03:41 +0100 (CET) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XB9u4_0p9qU0; Tue, 24 Nov 2015 14:03:41 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 3EF5E4BD8E; Tue, 24 Nov 2015 14:03:41 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 379784BD93 for ; Tue, 24 Nov 2015 14:03:37 +0100 (CET) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id f0m9pcrEBndw for ; Tue, 24 Nov 2015 14:03:37 +0100 (CET) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-out.m-online.net (mail-out.m-online.net [212.18.0.10]) by theia.denx.de (Postfix) with ESMTPS id 037034BD8E for ; Tue, 24 Nov 2015 14:03:35 +0100 (CET) Received: from frontend02.mail.m-online.net (unknown [192.168.8.183]) by mail-out.m-online.net (Postfix) with ESMTP id 3p4lsL62Pzz3hmht; Tue, 24 Nov 2015 14:03:34 +0100 (CET) Received: from localhost (dynscan2.mnet-online.de [192.168.6.69]) by mail.m-online.net (Postfix) with ESMTP id 3p4lsL4RSyzvdWV; Tue, 24 Nov 2015 14:03:34 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.184]) by localhost (dynscan2.mail.m-online.net [192.168.6.69]) (amavisd-new, port 10024) with ESMTP id bBMwLx5JXsLG; Tue, 24 Nov 2015 14:03:33 +0100 (CET) X-Auth-Info: So24xy3kM7OVwGAvJ+ccmQly3ezijfidSw3WoJry+xc= Received: from diddl.denx.de (host-80-81-18-216.customer.m-online.net [80.81.18.216]) by smtp-auth.mnet-online.de (Postfix) with ESMTPA; Tue, 24 Nov 2015 14:03:33 +0100 (CET) Received: from gemini.denx.de (gemini.denx.de [10.0.0.2]) by diddl.denx.de (Postfix) with ESMTP id 8C3A01A3516; Tue, 24 Nov 2015 14:03:33 +0100 (CET) Received: by gemini.denx.de (Postfix, from userid 500) id 74631383C32; Tue, 24 Nov 2015 14:03:33 +0100 (MET) From: Wolfgang Denk To: u-boot@lists.denx.de Date: Tue, 24 Nov 2015 14:03:25 +0100 Message-Id: <1448370205-21115-1-git-send-email-wd@denx.de> X-Mailer: git-send-email 2.4.3 Cc: Stefan Roese Subject: [U-Boot] [PATCH 2/2] PPC4xx: Create "liebherr" vendor directory X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" 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 Signed-off-by: Wolfgang Denk Acked-by: Stefan Roese --- arch/powerpc/cpu/ppc4xx/Kconfig | 2 +- board/{ => liebherr}/lwmon5/Kconfig | 3 +++ board/{ => liebherr}/lwmon5/MAINTAINERS | 0 board/{ => liebherr}/lwmon5/Makefile | 0 board/{ => liebherr}/lwmon5/config.mk | 0 board/{ => liebherr}/lwmon5/init.S | 0 board/{ => liebherr}/lwmon5/kbd.c | 0 board/{ => liebherr}/lwmon5/lwmon5.c | 0 board/{ => liebherr}/lwmon5/sdram.c | 0 9 files changed, 4 insertions(+), 1 deletion(-) rename board/{ => liebherr}/lwmon5/Kconfig (78%) rename board/{ => liebherr}/lwmon5/MAINTAINERS (100%) rename board/{ => liebherr}/lwmon5/Makefile (100%) rename board/{ => liebherr}/lwmon5/config.mk (100%) rename board/{ => liebherr}/lwmon5/init.S (100%) rename board/{ => liebherr}/lwmon5/kbd.c (100%) rename board/{ => liebherr}/lwmon5/lwmon5.c (100%) rename board/{ => liebherr}/lwmon5/sdram.c (100%) 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" diff --git a/board/lwmon5/Kconfig b/board/liebherr/lwmon5/Kconfig similarity index 78% rename from board/lwmon5/Kconfig rename to board/liebherr/lwmon5/Kconfig index 7b8c605..7f1bb40 100644 --- a/board/lwmon5/Kconfig +++ b/board/liebherr/lwmon5/Kconfig @@ -3,6 +3,9 @@ if TARGET_LWMON5 config SYS_BOARD default "lwmon5" +config SYS_VENDOR + default "liebherr" + config SYS_CONFIG_NAME default "lwmon5" diff --git a/board/lwmon5/MAINTAINERS b/board/liebherr/lwmon5/MAINTAINERS similarity index 100% rename from board/lwmon5/MAINTAINERS rename to board/liebherr/lwmon5/MAINTAINERS diff --git a/board/lwmon5/Makefile b/board/liebherr/lwmon5/Makefile similarity index 100% rename from board/lwmon5/Makefile rename to board/liebherr/lwmon5/Makefile diff --git a/board/lwmon5/config.mk b/board/liebherr/lwmon5/config.mk similarity index 100% rename from board/lwmon5/config.mk rename to board/liebherr/lwmon5/config.mk diff --git a/board/lwmon5/init.S b/board/liebherr/lwmon5/init.S similarity index 100% rename from board/lwmon5/init.S rename to board/liebherr/lwmon5/init.S diff --git a/board/lwmon5/kbd.c b/board/liebherr/lwmon5/kbd.c similarity index 100% rename from board/lwmon5/kbd.c rename to board/liebherr/lwmon5/kbd.c diff --git a/board/lwmon5/lwmon5.c b/board/liebherr/lwmon5/lwmon5.c similarity index 100% rename from board/lwmon5/lwmon5.c rename to board/liebherr/lwmon5/lwmon5.c diff --git a/board/lwmon5/sdram.c b/board/liebherr/lwmon5/sdram.c similarity index 100% rename from board/lwmon5/sdram.c rename to board/liebherr/lwmon5/sdram.c