From 7748321723ac0c5810952e6fec7fa4b21fb1e47e Mon Sep 17 00:00:00 2001 From: Kyungmin Park Date: Fri, 20 Aug 2010 14:17:54 +0900 Subject: [PATCH] s5pc210: universal: Use correct machine ID 2989 Signed-off-by: Kyungmin Park --- board/samsung/universal_c210/universal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/samsung/universal_c210/universal.c b/board/samsung/universal_c210/universal.c index c6d6484..634f24c 100644 --- a/board/samsung/universal_c210/universal.c +++ b/board/samsung/universal_c210/universal.c @@ -35,7 +35,7 @@ int board_init(void) gpio1 = (struct s5pc210_gpio_part1 *) S5PC210_GPIO_PART1_BASE; gpio2 = (struct s5pc210_gpio_part2 *) S5PC210_GPIO_PART2_BASE; - gd->bd->bi_arch_number = MACH_TYPE_GONI; + gd->bd->bi_arch_number = MACH_TYPE; gd->bd->bi_boot_params = PHYS_SDRAM_1 + 0x100; return 0; -- 2.7.4