ARMv7: Fix include file names in memset & memcpy
We don't have asm/ Change-Id: I7f80f47e9d7f457b7a5a64603c59b14d3b536a8c Signed-off-by: Stefan Reinauer <reinauer@google.com> Reviewed-on: http://review.coreboot.org/2403 Reviewed-by: Ronald G. Minnich <rminnich@gmail.com> Tested-by: build bot (Jenkins) Reviewed-by: David Hendricks <dhendrix@chromium.org>
This commit is contained in:
parent
8a4ce28fc4
commit
0663dfd3d5
|
@ -10,7 +10,7 @@
|
|||
* published by the Free Software Foundation.
|
||||
*/
|
||||
|
||||
#include <asm/assembler.h>
|
||||
#include <assembler.h>
|
||||
|
||||
#define W(instr) instr
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* ASM optimised string functions
|
||||
*/
|
||||
#include <asm/assembler.h>
|
||||
#include <assembler.h>
|
||||
|
||||
.text
|
||||
.align 5
|
||||
|
|
Loading…
Reference in New Issue