diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2015-02-05 14:42:58 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2015-02-07 00:15:03 +0900 |
commit | 6c45ef4b948abd92f299d4ca1ab99c9cdea6bf8e (patch) | |
tree | 40d96a70a993698b591926ad92102bfcef076579 /include | |
parent | dc4057eb8195e1b89f744ac50a1afd1a03c99395 (diff) | |
download | u-boot-imx-6c45ef4b948abd92f299d4ca1ab99c9cdea6bf8e.zip u-boot-imx-6c45ef4b948abd92f299d4ca1ab99c9cdea6bf8e.tar.gz u-boot-imx-6c45ef4b948abd92f299d4ca1ab99c9cdea6bf8e.tar.bz2 |
ARM: UniPhier: do not compile unnecessary objects
It is true that unused functions are removed from the ELF image
by the compiler's garbage collection but relying on it too much
does not look nice.
Currently, the build is taking more than it should.
Refactor the makefiles to compile only files that are really needed.
CONFIG_SOC_INIT and CONFIG_DRAM_INIT are no longer needed by the
optimization.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions