[U-Boot] [PATCH 15/22] configs/xilinx-ppc440-generic: Typos and size

2016-01-26 Thread Ricardo Ribalda Delgado
-Fix typos (runnining -> running)
-Increase default size

Signed-off-by: Ricardo Ribalda Delgado 
---
 include/configs/xilinx-ppc440-generic.h | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/include/configs/xilinx-ppc440-generic.h 
b/include/configs/xilinx-ppc440-generic.h
index 47bc4aec148e..2af5f7fc1de5 100644
--- a/include/configs/xilinx-ppc440-generic.h
+++ b/include/configs/xilinx-ppc440-generic.h
@@ -21,17 +21,17 @@
 #defineCONFIG_ENV_IS_IN_FLASH  1
 #defineCONFIG_ENV_SIZE 0x2
 #defineCONFIG_ENV_SECT_SIZE0x2
-#define CONFIG_ENV_OFFSET  0x34
+#define CONFIG_ENV_OFFSET  0x34
 #define CONFIG_ENV_ADDR
(XPAR_FLASH_MEM0_BASEADDR+CONFIG_ENV_OFFSET)
 
 /*Misc*/
-#define CONFIG_PREBOOT "echo U-Boot is up and runnining;"
+#define CONFIG_PREBOOT "echo U-Boot is up and running;"
 
 /*Flash*/
-#defineCONFIG_SYS_FLASH_SIZE   (32*1024*1024)
-#defineCONFIG_SYS_MAX_FLASH_SECT   259
-#define MTDIDS_DEFAULT "nor0=ml507-flash"
-#define MTDPARTS_DEFAULT   "mtdparts=ml507-flash:-(user)"
+#defineCONFIG_SYS_FLASH_SIZE   (128*1024*1024)
+#defineCONFIG_SYS_MAX_FLASH_SECT   1024
+#define MTDIDS_DEFAULT "nor0=flash"
+#define MTDPARTS_DEFAULT   "mtdparts=flash:-(user)"
 
 /*Generic Configs*/
 #include 
-- 
2.7.0.rc3

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


Re: [U-Boot] [PATCH 15/22] configs/xilinx-ppc440-generic: Typos and size

2016-01-26 Thread Stefan Roese

On 26.01.2016 11:24, Ricardo Ribalda Delgado wrote:

-Fix typos (runnining -> running)
-Increase default size

Signed-off-by: Ricardo Ribalda Delgado 


Acked-by: Stefan Roese 

Thanks,
Stefan

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