From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?=22David_M=FCller_=28ELSOFT_AG=29=22?= Date: Tue, 22 Mar 2011 10:37:33 +0100 Subject: [U-Boot] [PATCH V5 2/4] SMDK2410: remove unneeded config.mk In-Reply-To: References: <1291391011-5421-1-git-send-email-d.mueller@elsoft.ch> <1300365314-2287-3-git-send-email-d.mueller@elsoft.ch> <4D88617A.1050101@elsoft.ch> Message-ID: <4D886DDD.8070003@elsoft.ch> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Minkyu Kang wrote: >> IMHO "Zero" should be correct with activated ARM reloc. > > Sorry but I can't understand. > Why? > Please let me know. Excerpt from doc/README.arm-relocation: maybe adapt CONFIG_SYS_TEXT_BASE (this must be checked from board maintainers) This *must* be done for boards, which boot from NOR flash The SMDK2410 is booting from NOR flash (at least it is currently configured that way) and flash is mapped at address 0. Dave