u-boot-brain/spl
Tyler Olmstead be7e41efda 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>
2012-09-18 12:01:50 -07:00
..
.gitignore spl: add initial support for a generic SPL framework 2011-07-26 14:42:12 +02:00
Makefile spl: remove forced linking of commands into SPL 2012-09-18 12:01:50 -07:00