From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Thu, 4 Apr 2013 12:09:54 +0200 Subject: [U-Boot] [PATCH 2/5] ARM: vexpress: create A9 specific board config In-Reply-To: <1364996676-25361-3-git-send-email-andre.przywara@linaro.org> References: <1364996676-25361-1-git-send-email-andre.przywara@linaro.org> <1364996676-25361-3-git-send-email-andre.przywara@linaro.org> Message-ID: <20130404120954.18d9e04a@lilith> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Andre, On Wed, 3 Apr 2013 15:44:33 +0200, Andre Przywara wrote: > From: Ryan Harkin > > This patch creates a new config for the A9 quad core tile that includes the > generic config for the Versatile Express platform. > > Signed-off-by: Ryan Harkin > Signed-off-by: Andre Przywara > --- > MAINTAINERS | 2 +- > boards.cfg | 2 +- > include/configs/vexpress_ca9x4.h | 34 ++++++++++++++++++++++++++++++++++ > include/configs/vexpress_common.h | 1 - > 4 files changed, 36 insertions(+), 3 deletions(-) > create mode 100644 include/configs/vexpress_ca9x4.h Wait, so patch 1/5 renames ca9x4_ct_vxp as vexpress_common, then patch 2/5 renames vexpress_common as vexpress_ca9x4? If so then please make this a single patch without the intermediary/temporary step. Amicalement, -- Albert.