From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alessandro Rubini Date: Tue, 26 Jan 2010 18:36:34 +0100 Subject: [U-Boot] [PATCH RFC 0/2] dcache on ARM In-Reply-To: <4B5F2495.2050009@st.com> References: <4B5F2495.2050009@st.com> <20100126161608.GA20946@morgana.gnudd.com> Message-ID: <20100126173634.GA22384@morgana.gnudd.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > I don't see the flush_cache() call inside cmd_bootm.c. > Don't you think it is necessary before jumping to Linux? Yes, definitely. Actually, I checked it, but re-checking now I see I've been tricked by '[id]cache_disable' being grepped successfully in common/cmd_bootm.c . However, it's inside a false ifdef. I'm booting through the network, so that's probably why it works reliably for me (netboot_common does the propre flushing). > Or am I missing something? Not at all, thanks for catching this. /alessandro