From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabien Parent Date: Tue, 22 Nov 2016 18:13:29 +0100 Subject: [U-Boot] [PATCH v2 0/4] davinci: omapl138_lcdk: fix a few bugs for SPL boot Message-ID: <20161122171333.30192-1-fparent@baylibre.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de This patchset tries to fix the SPL on omapl138_lcdk. With this patchset, the SPL will be able to boot from EMMC/SPI. The NAND support is still broken so the default u-boot.ais image still has a SPL that is unable to load u-boot. Change v1 .. v2: * Don't add an AIS config file but instead configure the PLL and DDR in the SPL. This follow what other boards are doing. * Use new kconfig option to support EMMC boot.