All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] mx6: remove duplicated BOUNCE_BUFFER defines
@ 2018-05-12  8:48 Peter Robinson
  2018-05-13 14:33 ` Lukasz Majewski
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Robinson @ 2018-05-12  8:48 UTC (permalink / raw)
  To: u-boot

The mx6_common.h file already defines BOUNCE_BUFFER so no need to
definit it again in specific configs.

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
---
 include/configs/advantech_dms-ba16.h | 1 -
 include/configs/apalis_imx6.h        | 1 -
 include/configs/colibri_imx6.h       | 1 -
 include/configs/dh_imx6.h            | 1 -
 include/configs/ge_bx50v3.h          | 1 -
 include/configs/kp_imx6q_tpc.h       | 2 --
 6 files changed, 7 deletions(-)

diff --git a/include/configs/advantech_dms-ba16.h b/include/configs/advantech_dms-ba16.h
index a6e99192ba..8e33d38f97 100644
--- a/include/configs/advantech_dms-ba16.h
+++ b/include/configs/advantech_dms-ba16.h
@@ -45,7 +45,6 @@
 /* MMC Configs */
 #define CONFIG_FSL_USDHC
 #define CONFIG_SYS_FSL_ESDHC_ADDR      0
-#define CONFIG_BOUNCE_BUFFER
 
 /* USB Configs */
 #define CONFIG_USB_MAX_CONTROLLER_COUNT 2
diff --git a/include/configs/apalis_imx6.h b/include/configs/apalis_imx6.h
index 00255c80d6..7225c03ac5 100644
--- a/include/configs/apalis_imx6.h
+++ b/include/configs/apalis_imx6.h
@@ -56,7 +56,6 @@
 #define CONFIG_SYS_FSL_USDHC_NUM	3
 
 #define CONFIG_SUPPORT_EMMC_BOOT	/* eMMC specific */
-#define CONFIG_BOUNCE_BUFFER
 
 /*
  * SATA Configs
diff --git a/include/configs/colibri_imx6.h b/include/configs/colibri_imx6.h
index 49ec0bf108..7e3463e184 100644
--- a/include/configs/colibri_imx6.h
+++ b/include/configs/colibri_imx6.h
@@ -54,7 +54,6 @@
 #define CONFIG_SYS_FSL_USDHC_NUM	2
 
 #define CONFIG_SUPPORT_EMMC_BOOT	/* eMMC specific */
-#define CONFIG_BOUNCE_BUFFER
 
 /* Network */
 #define CONFIG_FEC_MXC
diff --git a/include/configs/dh_imx6.h b/include/configs/dh_imx6.h
index 24b35161b6..3e0ac15229 100644
--- a/include/configs/dh_imx6.h
+++ b/include/configs/dh_imx6.h
@@ -33,7 +33,6 @@
 #define CONFIG_INITRD_TAG
 #define CONFIG_REVISION_TAG
 
-#define CONFIG_BOUNCE_BUFFER
 #define CONFIG_BZIP2
 
 /* Size of malloc() pool */
diff --git a/include/configs/ge_bx50v3.h b/include/configs/ge_bx50v3.h
index 32631a20c3..424c0dd1d0 100644
--- a/include/configs/ge_bx50v3.h
+++ b/include/configs/ge_bx50v3.h
@@ -62,7 +62,6 @@
 /* MMC Configs */
 #define CONFIG_FSL_USDHC
 #define CONFIG_SYS_FSL_ESDHC_ADDR      0
-#define CONFIG_BOUNCE_BUFFER
 
 /* USB Configs */
 #ifdef CONFIG_USB
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)
 
-- 
2.17.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH] mx6: remove duplicated BOUNCE_BUFFER defines
  2018-05-12  8:48 [U-Boot] [PATCH] mx6: remove duplicated BOUNCE_BUFFER defines Peter Robinson
@ 2018-05-13 14:33 ` Lukasz Majewski
  0 siblings, 0 replies; 2+ messages in thread
From: Lukasz Majewski @ 2018-05-13 14:33 UTC (permalink / raw)
  To: u-boot

Hi Peter,

> The mx6_common.h file already defines BOUNCE_BUFFER so no need to
> definit it again in specific configs.
> 
> Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
> ---
>  include/configs/advantech_dms-ba16.h | 1 -
>  include/configs/apalis_imx6.h        | 1 -
>  include/configs/colibri_imx6.h       | 1 -
>  include/configs/dh_imx6.h            | 1 -
>  include/configs/ge_bx50v3.h          | 1 -
>  include/configs/kp_imx6q_tpc.h       | 2 --
>  6 files changed, 7 deletions(-)
> 
> diff --git a/include/configs/advantech_dms-ba16.h
> b/include/configs/advantech_dms-ba16.h index a6e99192ba..8e33d38f97
> 100644 --- a/include/configs/advantech_dms-ba16.h
> +++ b/include/configs/advantech_dms-ba16.h
> @@ -45,7 +45,6 @@
>  /* MMC Configs */
>  #define CONFIG_FSL_USDHC
>  #define CONFIG_SYS_FSL_ESDHC_ADDR      0
> -#define CONFIG_BOUNCE_BUFFER
>  
>  /* USB Configs */
>  #define CONFIG_USB_MAX_CONTROLLER_COUNT 2
> diff --git a/include/configs/apalis_imx6.h
> b/include/configs/apalis_imx6.h index 00255c80d6..7225c03ac5 100644
> --- a/include/configs/apalis_imx6.h
> +++ b/include/configs/apalis_imx6.h
> @@ -56,7 +56,6 @@
>  #define CONFIG_SYS_FSL_USDHC_NUM	3
>  
>  #define CONFIG_SUPPORT_EMMC_BOOT	/* eMMC specific */
> -#define CONFIG_BOUNCE_BUFFER
>  
>  /*
>   * SATA Configs
> diff --git a/include/configs/colibri_imx6.h
> b/include/configs/colibri_imx6.h index 49ec0bf108..7e3463e184 100644
> --- a/include/configs/colibri_imx6.h
> +++ b/include/configs/colibri_imx6.h
> @@ -54,7 +54,6 @@
>  #define CONFIG_SYS_FSL_USDHC_NUM	2
>  
>  #define CONFIG_SUPPORT_EMMC_BOOT	/* eMMC specific */
> -#define CONFIG_BOUNCE_BUFFER
>  
>  /* Network */
>  #define CONFIG_FEC_MXC
> diff --git a/include/configs/dh_imx6.h b/include/configs/dh_imx6.h
> index 24b35161b6..3e0ac15229 100644
> --- a/include/configs/dh_imx6.h
> +++ b/include/configs/dh_imx6.h
> @@ -33,7 +33,6 @@
>  #define CONFIG_INITRD_TAG
>  #define CONFIG_REVISION_TAG
>  
> -#define CONFIG_BOUNCE_BUFFER
>  #define CONFIG_BZIP2
>  
>  /* Size of malloc() pool */
> diff --git a/include/configs/ge_bx50v3.h b/include/configs/ge_bx50v3.h
> index 32631a20c3..424c0dd1d0 100644
> --- a/include/configs/ge_bx50v3.h
> +++ b/include/configs/ge_bx50v3.h
> @@ -62,7 +62,6 @@
>  /* MMC Configs */
>  #define CONFIG_FSL_USDHC
>  #define CONFIG_SYS_FSL_ESDHC_ADDR      0
> -#define CONFIG_BOUNCE_BUFFER
>  
>  /* USB Configs */
>  #ifdef CONFIG_USB
> 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)
>  

Acked-by: Lukasz Majewski <lukma@denx.de>


Best regards,

Lukasz Majewski

--

DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 488 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20180513/6d773135/attachment.sig>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-05-13 14:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-12  8:48 [U-Boot] [PATCH] mx6: remove duplicated BOUNCE_BUFFER defines Peter Robinson
2018-05-13 14:33 ` Lukasz Majewski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.