summaryrefslogtreecommitdiff
path: root/drivers/core
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2020-11-26 20:46:37 +0100
committerTom Rini <trini@konsulko.com>2021-01-16 14:49:09 -0500
commit7cf5b4053b433ae0dbb0462e58fd426b43fc69fd (patch)
tree34185de3f7813a16f856c30b8a648fbf4b1eb8d0 /drivers/core
parentc61b2bf30c090b19cb2e84a7cf6e29de8773a411 (diff)
downloadu-boot-7cf5b4053b433ae0dbb0462e58fd426b43fc69fd.tar.gz
common: always compile fixup_cmdtable()
With our optimization settings the linker eliminates unused functions. But for debugging it is better to compile with -Og or -O0. With -O0 compiling the sandbox fails due to the missing function fixup_cmdtable() called by dm_reloc() and others. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/core')
0 files changed, 0 insertions, 0 deletions