From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sat, 19 Nov 2011 09:56:01 -0800 Subject: [U-Boot] [PATCH 1/9] ARM: a320evb: re-add MACH_TYPE_FARADAY In-Reply-To: <1321703956-4224-2-git-send-email-agust@denx.de> References: <1321703956-4224-1-git-send-email-agust@denx.de> <1321703956-4224-2-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_FARADAY 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/faraday/a320evb/a320evb.c | ? ?1 - > ?include/configs/a320evb.h ? ? ? | ? ?3 +++ > ?2 files changed, 3 insertions(+), 1 deletions(-) > > diff --git a/board/faraday/a320evb/a320evb.c b/board/faraday/a320evb/a320evb.c > index 2578be4..dfd186b 100644 > --- a/board/faraday/a320evb/a320evb.c > +++ b/board/faraday/a320evb/a320evb.c > @@ -31,7 +31,6 @@ DECLARE_GLOBAL_DATA_PTR; > > ?int board_init(void) > ?{ > - ? ? ? gd->bd->bi_arch_number = MACH_TYPE_FARADAY; > ? ? ? ?gd->bd->bi_boot_params = PHYS_SDRAM_1 + 0x100; > > ? ? ? ?ftsmc020_init(); ? ? ? ?/* initialize Flash */ > diff --git a/include/configs/a320evb.h b/include/configs/a320evb.h > index 45a7c53..2904e2e 100644 > --- a/include/configs/a320evb.h > +++ b/include/configs/a320evb.h > @@ -37,6 +37,9 @@ > > ?#undef CONFIG_SKIP_LOWLEVEL_INIT > > +#define MACH_TYPE_FARADAY ? ? ?758 > +#define CONFIG_MACH_TYPE ? ? ? MACH_TYPE_FARADAY > + > ?/* > ?* Power Management Unit > ?*/ > -- > 1.7.5.4 > > _______________________________________________ > U-Boot mailing list > U-Boot at lists.denx.de > http://lists.denx.de/mailman/listinfo/u-boot >