
29 Oct
2012
29 Oct
'12
6:55 p.m.
On Tuesday 23 October 2012 09:20:39 Igor Grinberg wrote:
+/*
- Routine: board_init
- Description: Early hardware init.
- */
+int board_init(void) +{
- gpmc_init(); /* in SRAM or SDRAM, finish GPMC */
- /* board id for Linux */
- gd->bd->bi_arch_number = MACH_TYPE_NOKIA_RX51;
This should be specified in the board config file (see CONFIG_MACH_TYPE in README), unless, you have multiple board types supported in the same board file/binary (which does not look like the case here) and it is runtime detectable.
I sent new version of this patch.
--
Pali Rohár
pali.rohar@gmail.com