diff options
author | Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> | 2014-04-07 07:59:53 (GMT) |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2014-05-21 01:09:19 (GMT) |
commit | a6318a8c6169addb0fb539220e5da93a5415dcb3 (patch) | |
tree | c41f3a217fd1d30abe95abe1f374c316b59ffe4b /include/configs | |
parent | 577d07ac9d68d6aab81d43c17726daac0a9c6b4a (diff) | |
download | u-boot-a6318a8c6169addb0fb539220e5da93a5415dcb3.tar.xz |
arm: rmobile: koelsch: Remove CONFIG_USE_ARCH_MEMSET and MEMCPY
Because do not need these feature to koelsch board, this delete it.
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/koelsch.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/koelsch.h b/include/configs/koelsch.h index 2e81d29..ad6eecd 100644 --- a/include/configs/koelsch.h +++ b/include/configs/koelsch.h @@ -55,8 +55,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 */ |