
18 Oct
2016
18 Oct
'16
3:56 a.m.
On Tue, Feb 03, 2015 at 03:21:53PM -0500, Tom Rini wrote:
- Move the obj- lines for memset.S/memcpy.S to outside of an SPL check so that SPL can use them as well.
- Make sure memset() / memcpy() end up in a text.fn section for garbage collection in SPL.
- Update examples/api/Makefile to get memset() again on ARM.
- Drop Y-MODEM SPL from am335x_evm and USB SPL so that it fits within size constraints again.
- Always set CONFIG_USE_ARCH_MEMSET/MEMCPY on ARM && !ARM64
Cc: Albert Aribaud albert.u.boot@aribaud.net Signed-off-by: Tom Rini trini@ti.com
So, this never made it into master. I'm going to make a v2 of this that applies better to how we are today.
--
Tom