diff mbox

[U-Boot] ARM: Convert spear3xx and spear6xx boards to boards.cfg

Message ID 1328783133-1977-1-git-send-email-amit.virdi@st.com
State Accepted
Commit dd54d3147ebc1f3c1fa78edc2ead9392a1432571
Headers show

Commit Message

Amit Virdi Feb. 9, 2012, 10:25 a.m. UTC
Signed-off-by: Amit Virdi <amit.virdi@st.com>
---
 Makefile   |    8 --------
 boards.cfg |    4 ++++
 2 files changed, 4 insertions(+), 8 deletions(-)

Comments

Stefan Roese Feb. 9, 2012, 11:02 a.m. UTC | #1
On Thursday 09 February 2012 11:25:33 Amit Virdi wrote:
> Signed-off-by: Amit Virdi <amit.virdi@st.com>

I have the same patch sitting in my queue. So,

Acked-by: Stefan Roese <sr@denx.de>

Thanks,
Stefan

--
DENX Software Engineering GmbH,      MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich,  Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-0 Fax: (+49)-8142-66989-80 Email: office@denx.de
Albert ARIBAUD Feb. 10, 2012, 8:10 p.m. UTC | #2
(possibly duplicated, sorry)

Hi Amit,

Le 09/02/2012 12:02, Stefan Roese a écrit :
> On Thursday 09 February 2012 11:25:33 Amit Virdi wrote:
>> Signed-off-by: Amit Virdi<amit.virdi@st.com>
>
> I have the same patch sitting in my queue. So,
>
> Acked-by: Stefan Roese<sr@denx.de>
>
> Thanks,
> Stefan
>
> --
> DENX Software Engineering GmbH,      MD: Wolfgang Denk&  Detlev Zundel
> HRB 165235 Munich,  Office: Kirchenstr.5, D-82194 Groebenzell, Germany
> Phone: (+49)-8142-66989-0 Fax: (+49)-8142-66989-80 Email: office@denx.de
> _______________________________________________
> U-Boot mailing list
> U-Boot@lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot

Applied to u-boot-arm/master, thanks.

Amicalement,
diff mbox

Patch

diff --git a/Makefile b/Makefile
index 0438f1e..1cee57f 100644
--- a/Makefile
+++ b/Makefile
@@ -655,14 +655,6 @@  ucname	= $(shell echo $(1) | sed -e 's/\(.*\)_config/\U\1/')
 # ARM
 #========================================================================
 
-spear300_config \
-spear310_config \
-spear320_config :	unconfig
-	@$(MKCONFIG) -n $@ -t $@ spear3xx arm arm926ejs $(@:_config=) spear spear
-
-spear600_config :	unconfig
-	@$(MKCONFIG) -n $@ -t $@ spear6xx arm arm926ejs $(@:_config=) spear spear
-
 SX1_stdout_serial_config \
 SX1_config:		unconfig
 	@mkdir -p $(obj)include
diff --git a/boards.cfg b/boards.cfg
index 1e5b3e0..b7e64b6 100644
--- a/boards.cfg
+++ b/boards.cfg
@@ -176,6 +176,10 @@  omap730p2_cs0boot	     arm         arm926ejs   omap730p2		 ti             omap
 omap730p2_cs3boot	     arm         arm926ejs   omap730p2		 ti             omap        omap730p2:CS3_BOOT
 edminiv2                     arm         arm926ejs   -                   LaCie          orion5x
 dkb			     arm         arm926ejs   -                   Marvell        pantheon
+spear300                     arm         arm926ejs   spear300            spear          spear       spear3xx:spear300
+spear310                     arm         arm926ejs   spear310            spear          spear       spear3xx:spear310
+spear320                     arm         arm926ejs   spear320            spear          spear       spear3xx:spear320
+spear600                     arm         arm926ejs   spear600            spear          spear       spear6xx:spear600
 versatileab                  arm         arm926ejs   versatile           armltd         versatile   versatile:ARCH_VERSATILE_AB
 versatilepb                  arm         arm926ejs   versatile           armltd         versatile   versatile:ARCH_VERSATILE_PB
 versatileqemu                arm         arm926ejs   versatile           armltd         versatile   versatile:ARCH_VERSATILE_QEMU,ARCH_VERSATILE_PB