From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sun, 21 Apr 2013 02:43:05 +0200 Subject: [U-Boot] [PATCH 6/6] arm: mx5: Add support for DENX M53EVK In-Reply-To: <20130419125836.69EC2200566@gemini.denx.de> References: <1366344655-8535-1-git-send-email-marex@denx.de> <201304191358.25181.marex@denx.de> <20130419125836.69EC2200566@gemini.denx.de> Message-ID: <201304210243.05923.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 Vasut, > > In message <201304191358.25181.marex@denx.de> you wrote: > > > > +#define CONFIG_LOADADDR 0x70800000 > > > > +#define CONFIG_SYS_LOAD_ADDR CONFIG_LOADADDR > > > > > > What do we need CONFIG_LOADADDR for? > > > > For this stuff, the "loadaddr" env variable. I have kinda idea to kill > > this and unify it to CONFIG_SYS_LOAD_ADDR all around, what do you think? > > Why CONFIG_SYS_* ? What do you suggest then? > > include/env_default.h:#ifdef CONFIG_LOADADDR > > include/env_default.h: "loadaddr=" __stringify(CONFIG_LOADADDR) > > "\0" > > Indeed - I missed this one. I only checked C and asm sources, and > cound not find a single reference... It's also contained in LARGE amount of config files of course :( > So arch/blackfin/include/asm/config.h and include/env_default.h are > the only locateions that refer to CONFIG_LOADADDR ? This should > indeed be cleaned up. [But this is not related to your patch any > longer.] > > > Best regards, > > Wolfgang Denk Best regards, Marek Vasut