[U-Boot] [PATCH 6/9] arm: rmobile: lager: Remove CONFIG_USE_ARCH_MEMSET and MEMCPY

Nobuhiro Iwamatsu nobuhiro.iwamatsu.yj at renesas.com
Wed Apr 9 03:32:11 CEST 2014


Because do not need these feature to lager board, this delete it.

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj at renesas.com>
---
 include/configs/lager.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/include/configs/lager.h b/include/configs/lager.h
index 085fa77..3bc494f 100644
--- a/include/configs/lager.h
+++ b/include/configs/lager.h
@@ -57,8 +57,6 @@
 #define CONFIG_DISPLAY_CPUINFO
 #define CONFIG_DISPLAY_BOARDINFO
 #define CONFIG_BOARD_EARLY_INIT_F
-#define CONFIG_USE_ARCH_MEMSET
-#define CONFIG_USE_ARCH_MEMCPY
 #define CONFIG_TMU_TIMER
 
 /* STACK */
-- 
1.8.5



More information about the U-Boot mailing list