diff options
author | Stephen Warren <swarren@nvidia.com> | 2013-02-28 15:03:45 +0000 |
---|---|---|
committer | Tom Warren <twarren@nvidia.com> | 2013-03-14 11:06:44 -0700 |
commit | a885f85214dcd358b29a2ffe69ab4f9b515b95e9 (patch) | |
tree | fed5bb252ab554362ca2ad074aca6ba1d62266d2 /include/configs/tegra20-common.h | |
parent | ca557b386d957a853e085259b4c501b7a0ee1ee2 (diff) | |
download | u-boot-imx-a885f85214dcd358b29a2ffe69ab4f9b515b95e9.zip u-boot-imx-a885f85214dcd358b29a2ffe69ab4f9b515b95e9.tar.gz u-boot-imx-a885f85214dcd358b29a2ffe69ab4f9b515b95e9.tar.bz2 |
ARM: tegra: make bounce buffer option common
All Tegra devices will need CONFIG_BOUNCE_BUFFER. Move it to
tegra-common.h to ensure it's always set.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'include/configs/tegra20-common.h')
-rw-r--r-- | include/configs/tegra20-common.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/tegra20-common.h b/include/configs/tegra20-common.h index 33e5f52..dac8245 100644 --- a/include/configs/tegra20-common.h +++ b/include/configs/tegra20-common.h @@ -114,7 +114,4 @@ #define CONFIG_SYS_NAND_SELF_INIT #define CONFIG_SYS_NAND_ONFI_DETECTION -/* Misc utility code */ -#define CONFIG_BOUNCE_BUFFER - #endif /* _TEGRA20_COMMON_H_ */ |