From 30e44c8e0abf6f9d88bd0fe1a28f56e054d8669d Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Sat, 12 May 2018 09:48:03 +0100 Subject: mx6: remove duplicated BOUNCE_BUFFER defines The mx6_common.h file already defines BOUNCE_BUFFER so no need to definit it again in specific configs. Signed-off-by: Peter Robinson Acked-by: Lukasz Majewski --- include/configs/kp_imx6q_tpc.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/configs/kp_imx6q_tpc.h') diff --git a/include/configs/kp_imx6q_tpc.h b/include/configs/kp_imx6q_tpc.h index d243fc675f..bf3cc174cd 100644 --- a/include/configs/kp_imx6q_tpc.h +++ b/include/configs/kp_imx6q_tpc.h @@ -21,8 +21,6 @@ #define CONFIG_INITRD_TAG #define CONFIG_REVISION_TAG -#define CONFIG_BOUNCE_BUFFER - /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (4 * SZ_1M) -- cgit