diff options
author | Tom Rini <trini@konsulko.com> | 2020-06-16 19:06:18 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-06-26 10:29:06 -0400 |
commit | a51cff256acd8a45b32680b0aa094c82aff66e48 (patch) | |
tree | 479cf1452cb54d075961423b19a747229eeb12d4 /include/configs/px30_common.h | |
parent | e2dce7a532ea07394d89dd44592d0e9eedbd9b6a (diff) |
Convert CONFIG_BOUNCE_BUFFER to Kconfig
This converts the following to Kconfig:
CONFIG_BOUNCE_BUFFER
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/px30_common.h')
-rw-r--r-- | include/configs/px30_common.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/px30_common.h b/include/configs/px30_common.h index d6c70601dd..76d6ab1c8b 100644 --- a/include/configs/px30_common.h +++ b/include/configs/px30_common.h @@ -32,9 +32,6 @@ #define CONFIG_SYS_BOOTM_LEN (64 << 20) /* 64M */ -/* MMC/SD IP block */ -//#define CONFIG_BOUNCE_BUFFER - #define CONFIG_SYS_SDRAM_BASE 0 #define SDRAM_MAX_SIZE 0xff000000 #define SDRAM_BANK_SIZE (2UL << 30) |