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:
Stefan Reinauer 2013-02-14 15:55:07 -08:00 committed by David Hendricks
parent 8a4ce28fc4
commit 0663dfd3d5
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
* published by the Free Software Foundation. * published by the Free Software Foundation.
*/ */
#include <asm/assembler.h> #include <assembler.h>
#define W(instr) instr #define W(instr) instr

View File

@ -9,7 +9,7 @@
* *
* ASM optimised string functions * ASM optimised string functions
*/ */
#include <asm/assembler.h> #include <assembler.h>
.text .text
.align 5 .align 5