* [U-Boot] [PATCH] imx: mx6ul_14x14_evk discard redefined CONFIG_MX6
@ 2015-08-06 5:42 Peng Fan
2015-08-06 9:14 ` Stefano Babic
2015-08-11 10:43 ` Stefano Babic
0 siblings, 2 replies; 3+ messages in thread
From: Peng Fan @ 2015-08-06 5:42 UTC (permalink / raw)
To: u-boot
Discard CONFIG_MX6 in mx6ul_14x14_evk.h, since it is already defined
in mx6_common.h.
Tested on mx6ul_14x14_evk board.
Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Cc: Fabio Estevam <fabio.estevam@freescale.com>
Cc: Stefano Babic <sbabic@denx.de>
---
include/configs/mx6ul_14x14_evk.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/configs/mx6ul_14x14_evk.h b/include/configs/mx6ul_14x14_evk.h
index a3815b3..f643e4d 100644
--- a/include/configs/mx6ul_14x14_evk.h
+++ b/include/configs/mx6ul_14x14_evk.h
@@ -20,7 +20,6 @@
#define CONFIG_SPL_FAT_SUPPORT
#include "imx6_spl.h"
-#define CONFIG_MX6
#define CONFIG_ROM_UNIFIED_SECTIONS
#define CONFIG_SYS_GENERIC_BOARD
#define CONFIG_DISPLAY_CPUINFO
--
1.8.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [U-Boot] [PATCH] imx: mx6ul_14x14_evk discard redefined CONFIG_MX6
2015-08-06 5:42 [U-Boot] [PATCH] imx: mx6ul_14x14_evk discard redefined CONFIG_MX6 Peng Fan
@ 2015-08-06 9:14 ` Stefano Babic
2015-08-11 10:43 ` Stefano Babic
1 sibling, 0 replies; 3+ messages in thread
From: Stefano Babic @ 2015-08-06 9:14 UTC (permalink / raw)
To: u-boot
Hi Peng,
On 06/08/2015 07:42, Peng Fan wrote:
> Discard CONFIG_MX6 in mx6ul_14x14_evk.h, since it is already defined
> in mx6_common.h.
>
> Tested on mx6ul_14x14_evk board.
>
> Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
> Cc: Fabio Estevam <fabio.estevam@freescale.com>
> Cc: Stefano Babic <sbabic@denx.de>
> ---
> include/configs/mx6ul_14x14_evk.h | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/include/configs/mx6ul_14x14_evk.h b/include/configs/mx6ul_14x14_evk.h
> index a3815b3..f643e4d 100644
> --- a/include/configs/mx6ul_14x14_evk.h
> +++ b/include/configs/mx6ul_14x14_evk.h
> @@ -20,7 +20,6 @@
> #define CONFIG_SPL_FAT_SUPPORT
> #include "imx6_spl.h"
>
> -#define CONFIG_MX6
> #define CONFIG_ROM_UNIFIED_SECTIONS
> #define CONFIG_SYS_GENERIC_BOARD
> #define CONFIG_DISPLAY_CPUINFO
>
Reviewed-by: Stefano Babic <sbabic@denx.de>
Best regards,
Stefano Babic
--
=====================================================================
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot] [PATCH] imx: mx6ul_14x14_evk discard redefined CONFIG_MX6
2015-08-06 5:42 [U-Boot] [PATCH] imx: mx6ul_14x14_evk discard redefined CONFIG_MX6 Peng Fan
2015-08-06 9:14 ` Stefano Babic
@ 2015-08-11 10:43 ` Stefano Babic
1 sibling, 0 replies; 3+ messages in thread
From: Stefano Babic @ 2015-08-11 10:43 UTC (permalink / raw)
To: u-boot
On 06/08/2015 07:42, Peng Fan wrote:
> Discard CONFIG_MX6 in mx6ul_14x14_evk.h, since it is already defined
> in mx6_common.h.
>
> Tested on mx6ul_14x14_evk board.
>
> Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
> Cc: Fabio Estevam <fabio.estevam@freescale.com>
> Cc: Stefano Babic <sbabic@denx.de>
> ---
> include/configs/mx6ul_14x14_evk.h | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/include/configs/mx6ul_14x14_evk.h b/include/configs/mx6ul_14x14_evk.h
> index a3815b3..f643e4d 100644
> --- a/include/configs/mx6ul_14x14_evk.h
> +++ b/include/configs/mx6ul_14x14_evk.h
> @@ -20,7 +20,6 @@
> #define CONFIG_SPL_FAT_SUPPORT
> #include "imx6_spl.h"
>
> -#define CONFIG_MX6
> #define CONFIG_ROM_UNIFIED_SECTIONS
> #define CONFIG_SYS_GENERIC_BOARD
> #define CONFIG_DISPLAY_CPUINFO
>
Applied to u-boot-imx, thanks !
Best regards,
Stefano Babic
--
=====================================================================
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-08-11 10:43 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-06 5:42 [U-Boot] [PATCH] imx: mx6ul_14x14_evk discard redefined CONFIG_MX6 Peng Fan
2015-08-06 9:14 ` Stefano Babic
2015-08-11 10:43 ` Stefano Babic
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox