diff options
author | Fabio Estevam | 2016-12-15 19:30:40 -0200 |
---|---|---|
committer | Tom Rini | 2016-12-16 07:14:38 -0500 |
commit | be72591bcd644df7e16afdd12ec258693693422f (patch) | |
tree | a95f87e2bd67cc5d0031634edf8aa926429c7517 /include/configs/uniphier.h | |
parent | 41122d374f0665c7069df38f6f8c6f6c59c1042e (diff) |
Kconfig: Move USE_ARCH_MEMCPY/MEMSET to Kconfig
Move USE_ARCH_MEMCPY/MEMSET options to Kconfig.
Make it "default y" for the ARMv7 architecture and make it
depend on !ARM64 && !SPL.
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Diffstat (limited to 'include/configs/uniphier.h')
-rw-r--r-- | include/configs/uniphier.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/uniphier.h b/include/configs/uniphier.h index f9c9f821bfa..74f13732628 100644 --- a/include/configs/uniphier.h +++ b/include/configs/uniphier.h @@ -63,11 +63,6 @@ /* serial console configuration */ #define CONFIG_BAUDRATE 115200 -#if !defined(CONFIG_SPL_BUILD) && !defined(CONFIG_ARM64) -#define CONFIG_USE_ARCH_MEMSET -#define CONFIG_USE_ARCH_MEMCPY -#endif - #define CONFIG_SYS_LONGHELP /* undef to save memory */ #define CONFIG_CMDLINE_EDITING /* add command line history */ |