From mboxrd@z Thu Jan 1 00:00:00 1970 From: drEagle Date: Thu, 26 Mar 2015 03:57:31 +0100 Subject: [U-Boot] u-boot: OpenRD Ultimate fails to build In-Reply-To: <878ueqbdwg.fsf@aikidev.net> References: <878ueqbdwg.fsf@aikidev.net> Message-ID: <5513759B.9040606@doukki.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Vagrant, Le 21/03/2015 15:53, Vagrant Cascadian a ?crit : > It seems that OpenRD Ultimate with u-boot 2015.04-rc3 and newer no > longer builds from source, both in Debian and with mainline git. It > appears to have overgrown the size limits set for it: Looks like the NAND partition map had to be changed to give more space for u-boot. Take care also that the MMC/SDIO kirkwood driver has been renamed and is now mainline (MVEBU_MMC). Default define is in SheevaPlug config file. guruplug_mvfs_and_mmc.diff and openrd-mmc.diff still refer to an old driver. These 2 patches may both been removed. Guruplug has no need of the kirkwood MMC driver, cause the MMC/uSD slot they get is an USB hardware. OpenRD and derivatives must use the newer (MVEBU_MMC) driver. Enjoy G?rald