diff --git a/include/configs/tegra-common.h b/include/configs/tegra-common.h
index 80c846ce9dbb0214318bb26a7b51b6892dc1087a..080feb01feb8661e884dc9eca1d89b461f66dc04 100644
--- a/include/configs/tegra-common.h
+++ b/include/configs/tegra-common.h
@@ -155,4 +155,7 @@
 #define CONFIG_SPL_SERIAL_SUPPORT
 #define CONFIG_SPL_GPIO_SUPPORT
 
+/* Misc utility code */
+#define CONFIG_BOUNCE_BUFFER
+
 #endif /* _TEGRA_COMMON_H_ */
diff --git a/include/configs/tegra20-common.h b/include/configs/tegra20-common.h
index 33e5f524f16d4e17dc68c81fe34e978a69e2042b..dac8245864b8e7488df9ad3299b42bcb939f46e8 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_ */
diff --git a/include/configs/tegra30-common.h b/include/configs/tegra30-common.h
index bd1dfe8df94a490ce76716c2ecedf6d3a9b7b89b..04517e14092c59638fd2d30175f27173bd492918 100644
--- a/include/configs/tegra30-common.h
+++ b/include/configs/tegra30-common.h
@@ -86,7 +86,4 @@
 /* Total I2C ports on Tegra30 */
 #define TEGRA_I2C_NUM_CONTROLLERS	5
 
-/* Misc utility code */
-#define CONFIG_BOUNCE_BUFFER
-
 #endif /* _TEGRA30_COMMON_H_ */