diff options
author | Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> | 2014-04-07 16:59:53 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2014-05-21 10:09:19 +0900 |
commit | 05aad15bbab08a6aef589f20167753c5d3205fc4 (patch) | |
tree | 8a50650fdec8f20478d6cc14ab07585d9b981d32 | |
parent | b923d4615fea3c9f03cf685dc76b4f343ce5d7aa (diff) | |
download | u-boot-imx-05aad15bbab08a6aef589f20167753c5d3205fc4.zip u-boot-imx-05aad15bbab08a6aef589f20167753c5d3205fc4.tar.gz u-boot-imx-05aad15bbab08a6aef589f20167753c5d3205fc4.tar.bz2 |
arm: rmobile: lager: Remove CONFIG_USE_ARCH_MEMSET and MEMCPY
Because do not need these feature to lager board, this delete it.
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
-rw-r--r-- | include/configs/lager.h | 2 |
1 files changed, 0 insertions, 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 */ |