From mboxrd@z Thu Jan 1 00:00:00 1970 From: Graeme Russ Date: Wed, 04 Feb 2015 16:48:47 +1100 Subject: [U-Boot] [RFC PATCH] dm: Add support for all targets which requires MANUAL_RELOC In-Reply-To: References: <0bffcc9abcb77c1f8cc27bb845370cee8e812d73.1422891117.git.michal.simek@xilinx.com> <20150203110242.452E.AA925319@jp.panasonic.com> Message-ID: <54D1B2BF.8040202@tss-engineering.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Simon, > Maybe I asked this before, but when can we remove > CONFIG_NEEDS_MANUAL_RELOC? What platforms need it? A quick grep yields a global define of CONFIG_NEEDS_MANUAL_RELOC for avr32, m68k, nds32, and sparc Next question is - which of these platforms have toolchains which lack the ability to generate the relocation tables that we need? Regards, Graeme