Re: [U-Boot] [PATCH 1/1][v2] armv8: ls2080a: Increase env sector size for qspi boot

2017-08-10 Thread York Sun
On 08/08/2017 10:03 PM, Santan Kumar wrote:
> Increase env sector size from 64kb to 256kb for qspi boot
> 
> Signed-off-by: Santan Kumar 
> Signed-off-by: Priyanka Jain 
> ---
> Changes for v2:
>   -Change the commit message

Applied to fsl-qoriq master, awaiting upstream.
Thanks.

York
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


[U-Boot] [PATCH 1/1][v2] armv8: ls2080a: Increase env sector size for qspi boot

2017-08-08 Thread Santan Kumar
Increase env sector size from 64kb to 256kb for qspi boot

Signed-off-by: Santan Kumar 
Signed-off-by: Priyanka Jain 
---
Changes for v2:
 -Change the commit message

 include/configs/ls2080a_common.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/configs/ls2080a_common.h b/include/configs/ls2080a_common.h
index e311d0b..68191f2 100644
--- a/include/configs/ls2080a_common.h
+++ b/include/configs/ls2080a_common.h
@@ -34,7 +34,7 @@
 #define CONFIG_ENV_IS_IN_SPI_FLASH
 #define CONFIG_ENV_SIZE0x2000  /* 8KB */
 #define CONFIG_ENV_OFFSET  0x30/* 3MB */
-#define CONFIG_ENV_SECT_SIZE   0x1
+#define CONFIG_ENV_SECT_SIZE   0x4
 #endif
 
 #define CONFIG_SUPPORT_RAW_INITRD
-- 
1.9.1

___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot