diff options
author | Matthias Weisser <weisserm@arcor.de> | 2011-11-05 02:15:44 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-11-05 13:36:31 +0100 |
commit | b2a7badb5ab13cd26539d401ff638d3f47675b04 (patch) | |
tree | af5e705e47b3a7b0e96696deddfd6bf78653cd00 /board/syteco | |
parent | b2f2648d89cd295b328beac2eac91d81ba626291 (diff) |
arm: jadecpu: Readd MACH_TYPE_JADECPU
MACH_TYPE_JADECPU was removed from mach-types.h. Add it to board
config file.
Signed-off-by: Matthias Weisser <weisserm@arcor.de>
Diffstat (limited to 'board/syteco')
-rw-r--r-- | board/syteco/jadecpu/jadecpu.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/syteco/jadecpu/jadecpu.c b/board/syteco/jadecpu/jadecpu.c index 63a0d334461..72288fe4e81 100644 --- a/board/syteco/jadecpu/jadecpu.c +++ b/board/syteco/jadecpu/jadecpu.c @@ -40,7 +40,6 @@ int board_init(void) writel(0x00000010, &ccnt->cmux_md); gd->flags = 0; - gd->bd->bi_arch_number = MACH_TYPE_JADECPU; gd->bd->bi_boot_params = PHYS_SDRAM + PHYS_SDRAM_SIZE - 0x10000; icache_enable(); |