]> git.ipfire.org Git - people/ms/u-boot.git/commit
spl: remove forced linking of commands into SPL
authorTyler Olmstead <tyler.j.olmstead@gmail.com>
Wed, 8 Aug 2012 16:24:13 +0000 (16:24 +0000)
committerTom Rini <trini@ti.com>
Tue, 18 Sep 2012 19:01:50 +0000 (12:01 -0700)
commitbe7e41efdab086d15108020de8eeada8e7baac8d
treed6047f46670a3fbcd9f4dd57a12e3a6cd57ca7dd
parentb2f2760006344a55ed93eae870312ab9675eea7d
spl: remove forced linking of commands into SPL

Remove linker command line options from the SPL makefile
that force the inclusion of unreferenced command code from
linked object files. As commands are not used in the SPL,
these options resulted in an unnecessary increase in the
image size, in addition to introducing the possibility of
tricky link errors in the case where the command code
contained symbols that were not resolved by linking in the
limited objects compiled in the SPL build.

Signed-off-by: Tyler Olmstead <tyler.j.olmstead@gmail.com>
Acked-by: Tom Rini <trini@ti.com>
spl/Makefile