From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Thu, 23 Feb 2012 09:01:33 -0700 Subject: [U-Boot] Please pull u-boot-ti/master Message-ID: <20120223160133.GA12545@bill-the-cat> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello, The following changes since commit 417c2c787e32784b5de975065a7d1dd5b3cc8ecd: Daniel Gorsulowski (1): at91: modified NAND flash timing on otc570 board are available in the git repository at: git://git.denx.de/u-boot-ti.git master Aneesh V (1): armv7: omap3: leave outer cache enabled arch/arm/cpu/armv7/omap3/board.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) While this was not submitted by the normal cutoff what happened was that in v2011.12 we disabled all of the caches with the expectation that the kernel was re-enabling them. This however is not true (and so most distributions that ship v2011.12 revert the cache disable patch for non-omap4). The outcome of discussing with the kernel folks what they want is Aneesh's patch. -- Tom