Skip to content
Commit 81b11588 authored by Andrej Rosano's avatar Andrej Rosano Committed by Tom Rini
Browse files

Drop linker-generated array creation when CONFIG_CMDLINE is disabled



Linker generated array entry is not needed when the command line is
disabled. Remove this code in that case.

This is required as the commit 80a48dd4
breaks the linking stage when CONFIG_CMDLINE=n:

..
  LDS     u-boot.lds
  LD      u-boot
u-boot contains unexpected relocations: R_ARM_NONE
R_ARM_RELATIVE
make: *** [Makefile:1775: checkarmreloc] Error 1

Signed-off-by: default avatarAndrej Rosano <andrej.rosano@f-secure.com>
parent 090b30db
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment