public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/3] gplugd: use CONFIG_MACH_TYPE instead of MACH_TYPE_SHEEVAD
@ 2012-03-01 21:13 Troy Kisky
  2012-03-01 21:13 ` [U-Boot] [PATCH 2/3] ventana: define CONFIG_MACH_VENTANA Troy Kisky
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Troy Kisky @ 2012-03-01 21:13 UTC (permalink / raw)
  To: u-boot

mach-type update will rename MACH_TYPE_SHEEVAD to
MACH_TYPE_GPLUGD

Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
---
 board/Marvell/gplugd/gplugd.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/board/Marvell/gplugd/gplugd.c b/board/Marvell/gplugd/gplugd.c
index a697c19..8d9916a 100644
--- a/board/Marvell/gplugd/gplugd.c
+++ b/board/Marvell/gplugd/gplugd.c
@@ -92,7 +92,7 @@ int board_init(void)
 		(struct armd1apb2_registers *)ARMD1_APBC2_BASE;
 
 	/* arch number of Board */
-	gd->bd->bi_arch_number = MACH_TYPE_SHEEVAD;
+	gd->bd->bi_arch_number = CONFIG_MACH_TYPE;
 	/* adress of boot parameters */
 	gd->bd->bi_boot_params = armd1_sdram_base(0) + 0x100;
 	/* Assert PHY_RST# */
-- 
1.7.5.4

^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2012-03-03 10:15 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-01 21:13 [U-Boot] [PATCH 1/3] gplugd: use CONFIG_MACH_TYPE instead of MACH_TYPE_SHEEVAD Troy Kisky
2012-03-01 21:13 ` [U-Boot] [PATCH 2/3] ventana: define CONFIG_MACH_VENTANA Troy Kisky
2012-03-01 21:30   ` Stephen Warren
     [not found]     ` <4F4FFE7D.7020809@boundarydevices.com>
2012-03-02  1:44       ` Stephen Warren
2012-03-01 21:13 ` [U-Boot] [PATCH 3/3] ARM: Update mach-types Troy Kisky
2012-03-01 21:32   ` Stephen Warren
2012-03-01 21:54   ` Albert ARIBAUD
2012-03-01 22:50     ` Troy Kisky
2012-03-02  7:00       ` Wolfgang Denk
2012-03-02 17:45         ` Stephen Warren
2012-03-02 19:37           ` Troy Kisky
2012-03-02 20:08             ` Stephen Warren
2012-03-02 21:07       ` Troy Kisky
2012-03-03 10:15 ` [U-Boot] [PATCH 1/3] gplugd: use CONFIG_MACH_TYPE instead of MACH_TYPE_SHEEVAD Stefano Babic

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox