From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Simek Date: Thu, 13 Sep 2012 14:17:29 +0200 Subject: [U-Boot] [PATCH 4/4 v3] xilinx: Add new Zynq board In-Reply-To: <201209131135.08970.marex@denx.de> References: <1345098630-27902-1-git-send-email-monstr@monstr.eu> <1345098630-27902-4-git-send-email-monstr@monstr.eu> <201209131135.08970.marex@denx.de> Message-ID: <5051CED9.6010102@monstr.eu> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 09/13/2012 11:35 AM, Marek Vasut wrote: > Dear Michal Simek, > > [...] > >> +int board_init(void) >> +{ >> + icache_enable(); > > Uh oh ... isn't this on by default when CONFIG_ICACHE_OFF isn't present? That option is valid just for blackfin. In arm1176 and s3c44b0v is this done in arch_cpu_init() but it is not there for armv7 I have seen that several armv7 boards enable it. For example vexpress, highbank, u8500, etc. > >> + return 0; >> +} >> + >> +int board_late_init(void) >> +{ >> + return 0; > > You don't need this. correct. Michal -- Michal Simek, Ing. (M.Eng) w: www.monstr.eu p: +42-0-721842854 Maintainer of Linux kernel 2.6 Microblaze Linux - http://www.monstr.eu/fdt/ Microblaze U-BOOT custodian