[U-Boot] [PATCH RFC 3/3] Drop support for CONFIG_SKIP_RELOCATE_UBOOT
Wolfgang Denk
wd at denx.de
Fri Oct 29 21:44:09 CEST 2010
In message <1288293126-24949-4-git-send-email-wd at denx.de> you wrote:
> For ARM systems, before ELF relocation was introduced,
> CONFIG_SKIP_RELOCATE_UBOOT coul be used to prevent *COPYING* the
> U-Boot image from whereever it was loaded to it's link address
> (CONFIG_SYS_TEXT_BASE). The name was badly chosen, as no relocation
> was performed at all, it was just a memcpy().
>
> With ELF relocation, this does not work like that any more, and
> related boards need to be fixed anyway. So don't keep this relict any
> longer.
>
> Signed-off-by: Wolfgang Denk <wd at denx.de>
> ---
> Makefile | 1 -
> README | 18 ++++++++----------
> arch/arm/cpu/arm1136/start.S | 4 ----
> arch/arm/cpu/arm1176/start.S | 4 ----
> arch/arm/cpu/arm720t/start.S | 2 --
> arch/arm/cpu/arm920t/start.S | 2 --
> arch/arm/cpu/arm925t/start.S | 2 --
> arch/arm/cpu/arm926ejs/start.S | 4 ----
> arch/arm/cpu/arm946es/start.S | 2 --
> arch/arm/cpu/arm_intcm/start.S | 2 --
> arch/arm/cpu/armv7/start.S | 4 ----
> arch/arm/cpu/ixp/start.S | 2 --
> arch/arm/cpu/lh7a40x/start.S | 2 --
> arch/arm/cpu/pxa/start.S | 4 ----
> arch/arm/cpu/s3c44b0/start.S | 2 --
> arch/arm/cpu/sa1100/start.S | 2 --
> include/configs/SMN42.h | 1 -
> include/configs/afeb9260.h | 1 -
> include/configs/at91cap9adk.h | 1 -
> include/configs/at91rm9200dk.h | 2 --
> include/configs/at91sam9260ek.h | 1 -
> include/configs/at91sam9261ek.h | 1 -
> include/configs/at91sam9263ek.h | 1 -
> include/configs/at91sam9m10g45ek.h | 1 -
> include/configs/at91sam9rlek.h | 1 -
> include/configs/cmc_pu2.h | 2 --
> include/configs/colibri_pxa270.h | 1 -
> include/configs/cpuat91.h | 1 -
> include/configs/csb637.h | 2 --
> include/configs/da830evm.h | 1 -
> include/configs/davinci_dm355evm.h | 1 -
> include/configs/davinci_dm355leopard.h | 1 -
> include/configs/davinci_dm365evm.h | 1 -
> include/configs/davinci_dm6467evm.h | 1 -
> include/configs/davinci_dvevm.h | 3 ---
> include/configs/davinci_schmoogie.h | 1 -
> include/configs/davinci_sffsdr.h | 1 -
> include/configs/davinci_sonata.h | 3 ---
> include/configs/dnp1110.h | 1 -
> include/configs/gcplus.h | 1 -
> include/configs/kb9202.h | 2 --
> include/configs/lpc2292sodimm.h | 1 -
> include/configs/meesc.h | 1 -
> include/configs/mp2usb.h | 2 --
> include/configs/mx31pdk.h | 1 -
> include/configs/mx51evk.h | 1 -
> include/configs/netstar.h | 3 ---
> include/configs/otc570.h | 1 -
> include/configs/pm9261.h | 1 -
> include/configs/pm9263.h | 1 -
> include/configs/pm9g45.h | 1 -
> include/configs/pxa255_idp.h | 1 -
> include/configs/s5p_goni.h | 2 --
> include/configs/sbc35_a9g20.h | 1 -
> include/configs/shannon.h | 1 -
> include/configs/smdk6400.h | 2 --
> include/configs/smdkc100.h | 2 --
> include/configs/tny_a9260.h | 1 -
> include/configs/vision2.h | 2 --
> include/configs/zipitz2.h | 1 -
> include/configs/zylonite.h | 1 -
> 61 files changed, 8 insertions(+), 109 deletions(-)
Applied, thanks.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
It became apparent that one reason why the Ice Giants were known as
the Ice Giants was because they were, well, giants. The other was
that they were made of ice. -Terry Pratchett, _Sourcery_
More information about the U-Boot
mailing list