]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
CPCI4052: Remove CONFIG_SYS_LONGHELP
authorTom Rini <trini@konsulko.com>
Tue, 2 Jun 2015 15:12:20 +0000 (11:12 -0400)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 22:42:52 +0000 (00:42 +0200)
commitb6abcbe91215ee2dd4421399b8579fcaddd3a948
treeed3c2638f00325d0e6cf9d63dacb91031b2648a3
parent52ee9310364e2c09567ed0305a75139390e000a2
CPCI4052: Remove CONFIG_SYS_LONGHELP

With the change to make sure that CONFIG_CMD_NET is enabled this board
no longer fits into the linker script:

powerpc-linux-ld.bfd: section .resetvec loaded at [fffffffc,ffffffff] overlaps section .u_boot_list loaded at [ffffff58,00000723]
powerpc-linux-ld.bfd: u-boot: section .resetvec lma 0xfffffffc adjusted to 0x724
powerpc-linux-ld.bfd: u-boot: section `.resetvec' can't be allocated in segment 0
LOAD: .data.init .text .rodata .reloc .data .u_boot_list .resetvec
powerpc-linux-ld.bfd: final link failed: File truncated

Drop CONFIG_SYS_LONGHELP to free up space.

Cc: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
include/configs/CPCI4052.h