diff options
author | Tom Rini <trini@ti.com> | 2014-10-23 14:05:34 -0400 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-10-23 14:05:34 -0400 |
commit | 03a3536c7b7f2902932606da9248c6f08318174a (patch) | |
tree | 414815bd812360c88c338416f5bb6c67ed7ba75d /include/configs/tegra-common.h | |
parent | 7bfd5ee1170eca10d26858b6b2ed36317cc686fd (diff) | |
parent | 9aafef4f360616a507578b8868092f096b093aa9 (diff) | |
download | u-boot-imx-03a3536c7b7f2902932606da9248c6f08318174a.zip u-boot-imx-03a3536c7b7f2902932606da9248c6f08318174a.tar.gz u-boot-imx-03a3536c7b7f2902932606da9248c6f08318174a.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-tegra
Diffstat (limited to 'include/configs/tegra-common.h')
-rw-r--r-- | include/configs/tegra-common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/tegra-common.h b/include/configs/tegra-common.h index 981a8d2..5d2b12a 100644 --- a/include/configs/tegra-common.h +++ b/include/configs/tegra-common.h @@ -118,6 +118,8 @@ #define CONFIG_SYS_MEMTEST_START (NV_PA_SDRC_CS0 + 0x600000) #define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_MEMTEST_START + 0x100000) +#define CONFIG_USE_ARCH_MEMCPY + /*----------------------------------------------------------------------- * Physical Memory Map */ |