From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sat, 19 Nov 2011 09:58:15 -0800 Subject: [U-Boot] [PATCH 5/9] ARM: sbc35_a9g20: re-add MACH_TYPE_SBC35_A9G20 In-Reply-To: <1321703956-4224-6-git-send-email-agust@denx.de> References: <1321703956-4224-1-git-send-email-agust@denx.de> <1321703956-4224-6-git-send-email-agust@denx.de> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sat, Nov 19, 2011 at 3:59 AM, Anatolij Gustschin wrote: > MACH_TYPE_SBC35_A9G20 was removed from mach-types.h. > Add it to the board config file. > > Signed-off-by: Anatolij Gustschin I built this and it fixes the failure. I did not test on hardware. Acked-by: Simon Glass > --- > ?board/calao/sbc35_a9g20/sbc35_a9g20.c | ? ?1 - > ?include/configs/sbc35_a9g20.h ? ? ? ? | ? ?3 +++ > ?2 files changed, 3 insertions(+), 1 deletions(-) > > diff --git a/board/calao/sbc35_a9g20/sbc35_a9g20.c b/board/calao/sbc35_a9g20/sbc35_a9g20.c > index 5f448d9..446afb2 100644 > --- a/board/calao/sbc35_a9g20/sbc35_a9g20.c > +++ b/board/calao/sbc35_a9g20/sbc35_a9g20.c > @@ -152,7 +152,6 @@ int board_init(void) > ? ? ? ?/* Enable Ctrlc */ > ? ? ? ?console_init_f(); > > - ? ? ? gd->bd->bi_arch_number = MACH_TYPE_SBC35_A9G20; > ? ? ? ?/* adress of boot parameters */ > ? ? ? ?gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE + 0x100; > > diff --git a/include/configs/sbc35_a9g20.h b/include/configs/sbc35_a9g20.h > index 1e355a8..cdf8659 100644 > --- a/include/configs/sbc35_a9g20.h > +++ b/include/configs/sbc35_a9g20.h > @@ -36,6 +36,9 @@ > ?#define CONFIG_ENV_IS_IN_EEPROM > ?#endif > > +#define MACH_TYPE_SBC35_A9G20 ? ? ? ? ?1848 > +#define CONFIG_MACH_TYPE ? ? ? ? ? ? ? MACH_TYPE_SBC35_A9G20 > + > ?/* ARM asynchronous clock */ > ?#define CONFIG_SYS_AT91_SLOW_CLOCK ? ? 32768 ? ? ? ? ? /* slow clock xtal */ > ?#define CONFIG_SYS_AT91_MAIN_CLOCK ? ? 12000000 ? ? ? ?/* 12.000 MHz crystal */ > -- > 1.7.5.4 > > _______________________________________________ > U-Boot mailing list > U-Boot at lists.denx.de > http://lists.denx.de/mailman/listinfo/u-boot >