From 92a1babf75e90b45026ef0b0e83a6be0343fb70a Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Wed, 25 Jan 2017 20:42:36 -0500 Subject: arm: Clean up MACH_TYPE_xxx usage after re-sync of mach-types With the latest mach-types values we have many instances where we no longer need to define a value and a few cases where the name (but not value) have changed slightly. Signed-off-by: Tom Rini --- board/Marvell/gplugd/gplugd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/Marvell/gplugd/gplugd.c') diff --git a/board/Marvell/gplugd/gplugd.c b/board/Marvell/gplugd/gplugd.c index c8c4ad2..16040e1 100644 --- a/board/Marvell/gplugd/gplugd.c +++ b/board/Marvell/gplugd/gplugd.c @@ -76,7 +76,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 = MACH_TYPE_GPLUGD; /* adress of boot parameters */ gd->bd->bi_boot_params = armd1_sdram_base(0) + 0x100; /* Assert PHY_RST# */ -- cgit v1.1