diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2016-12-15 19:30:40 -0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-12-16 07:14:38 -0500 |
commit | be72591bcd644df7e16afdd12ec258693693422f (patch) | |
tree | a95f87e2bd67cc5d0031634edf8aa926429c7517 /include/configs/tegra-common.h | |
parent | 41122d374f0665c7069df38f6f8c6f6c59c1042e (diff) | |
download | u-boot-be72591bcd644df7e16afdd12ec258693693422f.tar.gz |
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/tegra-common.h')
-rw-r--r-- | include/configs/tegra-common.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/tegra-common.h b/include/configs/tegra-common.h index 63b711be0f..23a0e782e0 100644 --- a/include/configs/tegra-common.h +++ b/include/configs/tegra-common.h @@ -76,12 +76,6 @@ #define CONFIG_SYS_MEMTEST_START (NV_PA_SDRC_CS0 + 0x600000) #define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_MEMTEST_START + 0x100000) -#ifndef CONFIG_ARM64 -#ifndef CONFIG_SPL_BUILD -#define CONFIG_USE_ARCH_MEMCPY -#endif -#endif - /*----------------------------------------------------------------------- * Physical Memory Map */ |