From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Fri, 24 Feb 2012 08:02:32 -0700 Subject: [U-Boot] Craneboard with Uboot and xloader In-Reply-To: References: Message-ID: <20120224150232.GA2346@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 Fri, Feb 24, 2012 at 10:25:21AM +0100, Mohamed HAMZAOUI wrote: > Hi, > > I want to use Buildroot for CraneBoard... > > My problem is with configuration files : MLO, u-boot.bin and uImage. > I installed the last RC buildroot and after I started to configure the build > by selecting the desired setting because i dont found a defconfig file for > Kernel with buildroot ... Starting with v2011.12 you do not need x-loader and you want the MLO and u-boot.img (NOT u-boot.bin) files created by U-Boot. -- Tom