Message ID | 20200616230631.29189-18-trini@konsulko.com |
---|---|
State | Accepted |
Commit | a51cff256acd8a45b32680b0aa094c82aff66e48 |
Headers | show |
Series | [PATCHv2,01/31] Convert CONFIG_AM335X_LCD to Kconfig | expand |
On Tue, Jun 16, 2020 at 07:06:18PM -0400, Tom Rini wrote: > This converts the following to Kconfig: > CONFIG_BOUNCE_BUFFER > > Signed-off-by: Tom Rini <trini at konsulko.com> Applied to u-boot/next, thanks!
diff --git a/include/configs/px30_common.h b/include/configs/px30_common.h index d6c70601dd01..76d6ab1c8b4e 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)
This converts the following to Kconfig: CONFIG_BOUNCE_BUFFER Signed-off-by: Tom Rini <trini at konsulko.com> --- include/configs/px30_common.h | 3 --- 1 file changed, 3 deletions(-)