From: Tom Rini Date: Tue, 16 Jun 2020 23:06:18 +0000 (-0400) Subject: Convert CONFIG_BOUNCE_BUFFER to Kconfig X-Git-Tag: v2020.10~139^2~6^2~16 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a51cff256acd8a45b32680b0aa094c82aff66e48;p=platform%2Fkernel%2Fu-boot.git Convert CONFIG_BOUNCE_BUFFER to Kconfig This converts the following to Kconfig: CONFIG_BOUNCE_BUFFER Signed-off-by: Tom Rini --- diff --git a/include/configs/px30_common.h b/include/configs/px30_common.h index d6c7060..76d6ab1 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)