From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Tue, 16 Jun 2015 11:43:10 -0400 Subject: [U-Boot] [PATCH 1/2] ti: armv7: enable EXT support in SPL (using ti_armv7_common.h) In-Reply-To: <1434459610-6429-2-git-send-email-guillaume.gardet@free.fr> References: <1434459610-6429-1-git-send-email-guillaume.gardet@free.fr> <1434459610-6429-2-git-send-email-guillaume.gardet@free.fr> Message-ID: <20150616154310.GE1728@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 On Tue, Jun 16, 2015 at 03:00:09PM +0200, Guillaume GARDET wrote: > Tested on Pandaboard (rev. A3) and Beagleboard xM (rev. B). > Compilation tested on TI armv7 boards and OMAP boards from other vendors. > > Signed-off-by: Guillaume GARDET > Cc: Tom Rini > Reviewed-by: Tom Rini -- Tom