commit | d58778d3bd50b025fd8232e5cd7735f92245b272 | [log] [tgz] |
---|---|---|
author | Vikram Narayanan <vikram186@gmail.com> | Tue Oct 23 00:22:53 2012 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Sun Nov 04 16:23:23 2012 +0100 |
tree | a76e25138df6bf55cc3265c8b5d432860bf5bc3e | |
parent | 4d0fde76bf8472ecea2f555fd7816819d3a57ee1 [diff] |
socfpga/spl: Remove malloc.h Remove unused header Signed-off-by: Vikram Narayanan <vikram186@gmail.com>
diff --git a/arch/arm/cpu/armv7/socfpga/spl.c b/arch/arm/cpu/armv7/socfpga/spl.c index 23053fd..84216eb 100644 --- a/arch/arm/cpu/armv7/socfpga/spl.c +++ b/arch/arm/cpu/armv7/socfpga/spl.c
@@ -21,7 +21,6 @@ #include <asm/utils.h> #include <version.h> #include <image.h> -#include <malloc.h> #include <asm/arch/reset_manager.h> #include <spl.h>