From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Mon, 24 Nov 2014 21:06:45 -0700 Subject: [U-Boot] [PATCH v2 2/2] dm: rpi: Move script load address to 0x8000 In-Reply-To: <1416877738-2982-3-git-send-email-sjg@chromium.org> References: <1416877738-2982-1-git-send-email-sjg@chromium.org> <1416877738-2982-3-git-send-email-sjg@chromium.org> Message-ID: <54740055.7030003@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 11/24/2014 06:08 PM, Simon Glass wrote: > The current load address of 0 seems to cause problems when driver model > is used. There doesn't seem to be any reason why the script needs to load > to 0, so move it. I'm not particularly tied to the specific $scriptaddr value, but I think we should find out why writing to address 0 causes failures, rather than just papering over the issue.