From db52597fd44a1cffbcebd65a1f3ceb448751c68d Mon Sep 17 00:00:00 2001 From: daeinki Date: Thu, 21 May 2009 17:42:03 +0900 Subject: [PATCH] [S5PC100] Added MACH_TYPE. Signed-off-by: daeinki --- board/samsung/tt/tt.c | 3 +-- include/configs/s5pc100_tt.h | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/board/samsung/tt/tt.c b/board/samsung/tt/tt.c index 105d997..776ba88 100644 --- a/board/samsung/tt/tt.c +++ b/board/samsung/tt/tt.c @@ -42,8 +42,7 @@ int board_init(void) { DECLARE_GLOBAL_DATA_PTR; - //gd->bd->bi_arch_number = MACH_TYPE; - gd->bd->bi_arch_number = 200; + gd->bd->bi_arch_number = MACH_TYPE; gd->bd->bi_boot_params = PHYS_SDRAM_1 + 0x100; return 0; diff --git a/include/configs/s5pc100_tt.h b/include/configs/s5pc100_tt.h index 4844c42..cce4a6e 100644 --- a/include/configs/s5pc100_tt.h +++ b/include/configs/s5pc100_tt.h @@ -70,7 +70,7 @@ /* * Architecture magic and machine type */ -#define MACH_TYPE 1270 +#define MACH_TYPE 1826 #define CONFIG_DISPLAY_CPUINFO #define CONFIG_DISPLAY_BOARDINFO -- 2.7.4