public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/2] iMX6Q/DL:ARM2: Change to use generic board
@ 2014-09-03  9:43 Ye.Li
  2014-09-03  9:43 ` [U-Boot] [PATCH 2/2] iMX6SLEVK: " Ye.Li
  2014-09-03 16:23 ` [U-Boot] [PATCH 1/2] iMX6Q/DL:ARM2: " Nitin Garg
  0 siblings, 2 replies; 4+ messages in thread
From: Ye.Li @ 2014-09-03  9:43 UTC (permalink / raw)
  To: u-boot

Enable the CONFIG_SYS_GENERIC_BOARD for imx6q/dl arm2 board to
use generic board.

Signed-off-by: Ye.Li <B37916@freescale.com>
---
 include/configs/mx6qarm2.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/configs/mx6qarm2.h b/include/configs/mx6qarm2.h
index f314b31..3566b15 100644
--- a/include/configs/mx6qarm2.h
+++ b/include/configs/mx6qarm2.h
@@ -22,6 +22,8 @@
 #define CONFIG_SETUP_MEMORY_TAGS
 #define CONFIG_INITRD_TAG
 
+#define CONFIG_SYS_GENERIC_BOARD
+
 /* Size of malloc() pool */
 #define CONFIG_SYS_MALLOC_LEN		(CONFIG_ENV_SIZE + 2 * 1024 * 1024)
 
-- 
1.7.4.1

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

* [U-Boot] [PATCH 2/2] iMX6SLEVK: Change to use generic board
  2014-09-03  9:43 [U-Boot] [PATCH 1/2] iMX6Q/DL:ARM2: Change to use generic board Ye.Li
@ 2014-09-03  9:43 ` Ye.Li
  2014-09-03 16:23   ` Nitin Garg
  2014-09-03 16:23 ` [U-Boot] [PATCH 1/2] iMX6Q/DL:ARM2: " Nitin Garg
  1 sibling, 1 reply; 4+ messages in thread
From: Ye.Li @ 2014-09-03  9:43 UTC (permalink / raw)
  To: u-boot

Enable CONFIG_SYS_GENERIC_BOARD for imx6slevk to use generic board.

Signed-off-by: Ye.Li <B37916@freescale.com>
---
 include/configs/mx6slevk.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/configs/mx6slevk.h b/include/configs/mx6slevk.h
index 3d05a64..194d7bd 100644
--- a/include/configs/mx6slevk.h
+++ b/include/configs/mx6slevk.h
@@ -26,6 +26,8 @@
 #define CONFIG_INITRD_TAG
 #define CONFIG_REVISION_TAG
 
+#define CONFIG_SYS_GENERIC_BOARD
+
 /* Size of malloc() pool */
 #define CONFIG_SYS_MALLOC_LEN		(3 * SZ_1M)
 
-- 
1.7.4.1

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

* [U-Boot] [PATCH 1/2] iMX6Q/DL:ARM2: Change to use generic board
  2014-09-03  9:43 [U-Boot] [PATCH 1/2] iMX6Q/DL:ARM2: Change to use generic board Ye.Li
  2014-09-03  9:43 ` [U-Boot] [PATCH 2/2] iMX6SLEVK: " Ye.Li
@ 2014-09-03 16:23 ` Nitin Garg
  1 sibling, 0 replies; 4+ messages in thread
From: Nitin Garg @ 2014-09-03 16:23 UTC (permalink / raw)
  To: u-boot

On 09/03/2014 04:43 AM, Ye.Li wrote:
> Enable the CONFIG_SYS_GENERIC_BOARD for imx6q/dl arm2 board to
> use generic board.
> 
> Signed-off-by: Ye.Li <B37916@freescale.com>
> ---
>  include/configs/mx6qarm2.h |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git a/include/configs/mx6qarm2.h b/include/configs/mx6qarm2.h
> index f314b31..3566b15 100644
> --- a/include/configs/mx6qarm2.h
> +++ b/include/configs/mx6qarm2.h
> @@ -22,6 +22,8 @@
>  #define CONFIG_SETUP_MEMORY_TAGS
>  #define CONFIG_INITRD_TAG
>  
> +#define CONFIG_SYS_GENERIC_BOARD
> +
>  /* Size of malloc() pool */
>  #define CONFIG_SYS_MALLOC_LEN		(CONFIG_ENV_SIZE + 2 * 1024 * 1024)
>  
> 

Acked-by: Nitin Garg <nitin.garg@freescale.com>

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

* [U-Boot] [PATCH 2/2] iMX6SLEVK: Change to use generic board
  2014-09-03  9:43 ` [U-Boot] [PATCH 2/2] iMX6SLEVK: " Ye.Li
@ 2014-09-03 16:23   ` Nitin Garg
  0 siblings, 0 replies; 4+ messages in thread
From: Nitin Garg @ 2014-09-03 16:23 UTC (permalink / raw)
  To: u-boot

On 09/03/2014 04:43 AM, Ye.Li wrote:
> Enable CONFIG_SYS_GENERIC_BOARD for imx6slevk to use generic board.
> 
> Signed-off-by: Ye.Li <B37916@freescale.com>
> ---
>  include/configs/mx6slevk.h |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git a/include/configs/mx6slevk.h b/include/configs/mx6slevk.h
> index 3d05a64..194d7bd 100644
> --- a/include/configs/mx6slevk.h
> +++ b/include/configs/mx6slevk.h
> @@ -26,6 +26,8 @@
>  #define CONFIG_INITRD_TAG
>  #define CONFIG_REVISION_TAG
>  
> +#define CONFIG_SYS_GENERIC_BOARD
> +
>  /* Size of malloc() pool */
>  #define CONFIG_SYS_MALLOC_LEN		(3 * SZ_1M)
>  
> 

Acked-by: Nitin Garg <nitin.garg@freescale.com>

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

end of thread, other threads:[~2014-09-03 16:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-03  9:43 [U-Boot] [PATCH 1/2] iMX6Q/DL:ARM2: Change to use generic board Ye.Li
2014-09-03  9:43 ` [U-Boot] [PATCH 2/2] iMX6SLEVK: " Ye.Li
2014-09-03 16:23   ` Nitin Garg
2014-09-03 16:23 ` [U-Boot] [PATCH 1/2] iMX6Q/DL:ARM2: " Nitin Garg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox