From mboxrd@z Thu Jan 1 00:00:00 1970 From: Guillaume Gardet Date: Wed, 08 Oct 2014 15:13:47 +0200 Subject: [U-Boot] Upstream uboot and Arndale 5250 support In-Reply-To: References: <20141007125845.GB8317@luxor.wired.org> <5433F9E6.10206@free.fr> <5434EF2C.90504@free.fr> Message-ID: <5435388B.1040301@free.fr> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Le 08/10/2014 12:16, Paolo Pisati a ?crit : > that's weird, because i don't have bootz: > > > are you using a patched u-boot? > > i'm using the default arndale_defconfig. > > anyhow, can i have your full working config? > i'm starting to feel i'm chasing ghosts here. I used this patch for -rc2 (which will not apply on -rc3 because of changes on arndale config between -rc2 and -rc3): https://patchwork.ozlabs.org/patch/391247/raw/ with arndale_defconfig. Then, I used a bootscript which defined and used the values I gave you: kerneladdr=0x44000000 ramdiskaddr=0x45000000 fdtaddr=0x4c000000 But you can define those values manually, of courses. Hope it will help you. Guillaume