From mboxrd@z Thu Jan 1 00:00:00 1970 From: Max Krummenacher Date: Sat, 15 Oct 2016 17:35:31 +0200 Subject: [U-Boot] CONFIG_USE_ARCH_MEMSET/MEMCPY and SPL not working Message-ID: <1476545731.2434.2.camel@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi I'm moving an i.MX6 based system to use SPL. With CONFIG_USE_ARCH_MEMSET/MEMCPY enabled the SPL build fails with undefined reference to `memset' undefined reference to `memcpy' The following RFC Patch should have made it in mainline by way of u -boot-arm, however it didn't. http://lists.denx.de/pipermail/u-boot/2015-February/203836.html http://lists.denx.de/pipermail/u-boot/2015-June/215848.html Is there a reason that the patch did not make it in mainline? Regards Max P.S.: The issue has been brought up earlier also, AFAIK without any response: http://lists.denx.de/pipermail/u-boot/2013-July/159045.html