All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH V3] armv8: ls1012a: Modify Kernel and Environment offset
@ 2017-11-13 23:35 Bhaskar Upadhaya
  2017-12-08 16:48 ` York Sun
  0 siblings, 1 reply; 2+ messages in thread
From: Bhaskar Upadhaya @ 2017-11-13 23:35 UTC (permalink / raw)
  To: u-boot

Kernel is now located at 0x1000000 instead of 0xa00000
and envirorment variables are located at 3MB offset instead of
2MB in Flash

Signed-off-by: Bhaskar Upadhaya <Bhaskar.Upadhaya@nxp.com>
---
Changes for V3: Updated Commit message

 include/configs/ls1012a_common.h | 4 ++--
 include/configs/ls1012afrdm.h    | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/configs/ls1012a_common.h b/include/configs/ls1012a_common.h
index d2fa50a..57cae94 100644
--- a/include/configs/ls1012a_common.h
+++ b/include/configs/ls1012a_common.h
@@ -65,7 +65,7 @@
 #define CONFIG_ENV_OVERWRITE
 
 #define CONFIG_ENV_SIZE			0x40000          /* 256KB */
-#define CONFIG_ENV_OFFSET		0x200000        /* 2MB */
+#define CONFIG_ENV_OFFSET		0x300000        /* 3MB */
 #define CONFIG_ENV_SECT_SIZE		0x40000
 #endif
 
@@ -94,7 +94,7 @@
 	"kernel_addr=0x100000\0"		\
 	"fdt_high=0xffffffffffffffff\0"		\
 	"initrd_high=0xffffffffffffffff\0"	\
-	"kernel_start=0xa00000\0"		\
+	"kernel_start=0x1000000\0"		\
 	"kernel_load=0xa0000000\0"		\
 	"kernel_size=0x2800000\0"		\
 
diff --git a/include/configs/ls1012afrdm.h b/include/configs/ls1012afrdm.h
index efb4c00..5b4bf28 100644
--- a/include/configs/ls1012afrdm.h
+++ b/include/configs/ls1012afrdm.h
@@ -27,7 +27,7 @@
        "kernel_addr=0x100000\0"                \
        "fdt_high=0xffffffffffffffff\0"         \
        "initrd_high=0xffffffffffffffff\0"      \
-       "kernel_start=0xa00000\0"               \
+       "kernel_start=0x1000000\0"              \
        "kernel_load=0x96000000\0"              \
        "kernel_size=0x2800000\0"
 
-- 
1.9.1

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

* [U-Boot] [PATCH V3] armv8: ls1012a: Modify Kernel and Environment offset
  2017-11-13 23:35 [U-Boot] [PATCH V3] armv8: ls1012a: Modify Kernel and Environment offset Bhaskar Upadhaya
@ 2017-12-08 16:48 ` York Sun
  0 siblings, 0 replies; 2+ messages in thread
From: York Sun @ 2017-12-08 16:48 UTC (permalink / raw)
  To: u-boot

On 11/13/2017 08:25 PM, Bhaskar Upadhaya wrote:
> Kernel is now located at 0x1000000 instead of 0xa00000
> and envirorment variables are located at 3MB offset instead of
> 2MB in Flash
> 
> Signed-off-by: Bhaskar Upadhaya <Bhaskar.Upadhaya@nxp.com>
> ---
> Changes for V3: Updated Commit message
> 

Applied to fsl-qoriq master. Thanks.

York

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

end of thread, other threads:[~2017-12-08 16:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-13 23:35 [U-Boot] [PATCH V3] armv8: ls1012a: Modify Kernel and Environment offset Bhaskar Upadhaya
2017-12-08 16:48 ` York Sun

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.