
MACH_TYPE_PXA_CERF was removed from mach-types.h. Add it to the board config file.
Signed-off-by: Anatolij Gustschin agust@denx.de --- board/cerf250/cerf250.c | 3 --- include/configs/cerf250.h | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/board/cerf250/cerf250.c b/board/cerf250/cerf250.c index 043afea..615c288 100644 --- a/board/cerf250/cerf250.c +++ b/board/cerf250/cerf250.c @@ -43,9 +43,6 @@ int board_init (void) dcache_disable(); icache_disable();
- /* arch number of cerf PXA Board */ - gd->bd->bi_arch_number = MACH_TYPE_PXA_CERF; - /* adress of boot parameters */ gd->bd->bi_boot_params = 0xa0000100;
diff --git a/include/configs/cerf250.h b/include/configs/cerf250.h index 70427da..dde9e14 100644 --- a/include/configs/cerf250.h +++ b/include/configs/cerf250.h @@ -42,6 +42,9 @@
#undef CONFIG_USE_IRQ /* we don't need IRQ/FIQ stuff */
+#define MACH_TYPE_PXA_CERF 139 +#define CONFIG_MACH_TYPE MACH_TYPE_PXA_CERF + /* we will never enable dcache, because we have to setup MMU first */ #define CONFIG_SYS_DCACHE_OFF