diff options
| author | Tom Rini <[email protected]> | 2015-06-02 11:12:20 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2015-06-18 16:19:00 -0400 |
| commit | c6265f7f3410b5e5763181cdd123a3f6fcd9fd58 (patch) | |
| tree | 82ecb58141648ca3fd640059f46230cb70c113e9 /include | |
| parent | 3ae8f4c8ae7b745ff3f881dce3d22f636528fc5f (diff) | |
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 <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/CPCI4052.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/CPCI4052.h b/include/configs/CPCI4052.h index c20ecbd06de..019700dc57c 100644 --- a/include/configs/CPCI4052.h +++ b/include/configs/CPCI4052.h @@ -94,7 +94,7 @@ /* * Miscellaneous configurable options */ -#define CONFIG_SYS_LONGHELP /* undef to save memory */ +#undef CONFIG_SYS_LONGHELP /* undef to save memory */ #undef CONFIG_SYS_HUSH_PARSER /* use "hush" command parser */ |
