From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chin Liang See Date: Mon, 7 Dec 2015 14:18:45 +0800 Subject: [U-Boot] [PATCH 3/6] arm: socfpga: Switch CONFIG_G_DNL_MANUFACTURER to CONFIG_SYS_VENDOR In-Reply-To: <1449348262-18488-3-git-send-email-marex@denx.de> References: <1449348262-18488-1-git-send-email-marex@denx.de> <1449348262-18488-3-git-send-email-marex@denx.de> Message-ID: <1449469125.2140.4.camel@altera.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sat, 2015-12-05 at 21:44 +0100, Marek Vasut wrote: > We already have the CONFIG_SYS_VENDOR variable, which defines the > manufacturer of the board. The value in CONFIG_G_DNL_MANUFACTURER > is just a duplicity, so switch it to reuse CONFIG_SYS_VENDOR . > > Signed-off-by: Marek Vasut > Cc: Chin Liang See > Cc: Dinh Nguyen > --- > include/configs/socfpga_arria5_socdk.h | 3 --- > include/configs/socfpga_common.h | 2 +- > include/configs/socfpga_cyclone5_socdk.h | 3 --- > include/configs/socfpga_de0_nano_soc.h | 3 --- > include/configs/socfpga_mcvevk.h | 3 --- > include/configs/socfpga_sockit.h | 3 --- > include/configs/socfpga_socrates.h | 3 --- > 7 files changed, 1 insertion(+), 19 deletions(-) > Acked-by: Chin Liang See Thanks Chin Liang