From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Thu, 25 Apr 2013 21:07:45 +0200 Subject: [U-Boot] [PATCH 6/6] arm: mx5: Add support for DENX M53EVK In-Reply-To: <20130422111936.C42CF38487B@gemini.denx.de> References: <1366344655-8535-1-git-send-email-marex@denx.de> <201304220109.14740.marex@denx.de> <20130422111936.C42CF38487B@gemini.denx.de> Message-ID: <201304252107.45518.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Wolfgang Denk, > Dear Marek, > > In message <201304220109.14740.marex@denx.de> you wrote: > > Looking through the code, it seems CONFIG_SYS_LOAD_ADDR is preferred over > > CONFIG_LOADADDR, so this should be fixed on all places then ? Just to be > > clear on this. > > CONFIG_SYS_LOAD_ADDR is _used_, but not preferred ;-) > > Yes, I think we should eliminate CONFIG_SYS_LOAD_ADDR and globally > replace it by CONFIG_LOADADDR. EErgh ... for example tegra30-common.h uses both CONFIG_LOADADDR and CONFIG_SYS_LOAD_ADDR configured to different addresses. Simon, we'd like to unify CONFIG_SYS_LOAD_ADDR and CONFIG_LOADADDR, why does tegra use different addresses for those two symbols? Can you fix it? Best regards, Marek Vasut