diff mbox

[U-Boot,10/11] mx6_common: Fix LOADADDR and SYS_TEXT_BASE for i.MX6UL

Message ID 1435834988-13032-11-git-send-email-Peng.Fan@freescale.com
State Changes Requested
Delegated to: Stefano Babic
Headers show

Commit Message

Peng Fan July 2, 2015, 11:03 a.m. UTC
ddr for i.MX6UL starts from 0x80000000

Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
---
 include/configs/mx6_common.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Marek Vasut July 2, 2015, 6:35 p.m. UTC | #1
On Thursday, July 02, 2015 at 01:03:07 PM, Peng Fan wrote:
> ddr for i.MX6UL starts from 0x80000000

You really should work on your patch descriptions. I'm not asking
you for essays, but at least a sentence starting with a capital
letter and ending with a fullstop would be nice ...

> Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
> ---
>  include/configs/mx6_common.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/configs/mx6_common.h b/include/configs/mx6_common.h
> index 6808674..ccb2d04 100644
> --- a/include/configs/mx6_common.h
> +++ b/include/configs/mx6_common.h
> @@ -59,7 +59,7 @@
>  #define CONFIG_REVISION_TAG
> 
>  /* Boot options */
> -#if (defined(CONFIG_MX6SX) || defined(CONFIG_MX6SL))
> +#if (defined(CONFIG_MX6SX) || defined(CONFIG_MX6SL) ||
> defined(CONFIG_MX6UL)) #define CONFIG_LOADADDR		0x82000000
>  #ifndef CONFIG_SYS_TEXT_BASE
>  #define CONFIG_SYS_TEXT_BASE	0x87800000

Best regards,
Marek Vasut
diff mbox

Patch

diff --git a/include/configs/mx6_common.h b/include/configs/mx6_common.h
index 6808674..ccb2d04 100644
--- a/include/configs/mx6_common.h
+++ b/include/configs/mx6_common.h
@@ -59,7 +59,7 @@ 
 #define CONFIG_REVISION_TAG
 
 /* Boot options */
-#if (defined(CONFIG_MX6SX) || defined(CONFIG_MX6SL))
+#if (defined(CONFIG_MX6SX) || defined(CONFIG_MX6SL) || defined(CONFIG_MX6UL))
 #define CONFIG_LOADADDR		0x82000000
 #ifndef CONFIG_SYS_TEXT_BASE
 #define CONFIG_SYS_TEXT_BASE	0x87800000