[U-Boot] [PATCH] boards/b4860qds: Update README for correct DIP information

2015-05-11 Thread Raghav Dogra
Information regarding the boolean values relating to ON and OFF were incorrect. Updating the document with correct values. Signed-off-by: Raghav Dogra rag...@freescale.com --- doc/README.b4860qds | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/README.b4860qds b/doc

[U-Boot] [PATCH][v2] powerpc/b4860qds: Update README for correct DIP information

2015-05-12 Thread Raghav Dogra
Correct boolean values for ON and OFF Signed-off-by: Raghav Dogra rag...@freescale.com --- Changes for v2: -Reduced the description -Modified the heading doc/README.b4860qds | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/README.b4860qds b/doc

[U-Boot] [PATCH][v3] powerpc/b4860qds:Update README for DIP switch information

2015-05-14 Thread Raghav Dogra
The board manual desribes ON as boolean 1 and OFF as boolean 0. Updating README with correct boolean values. Signed-off-by: Raghav Dogra rag...@freescale.com --- Changes for v2: -Reduced the description -Modified the heading Changes for v3: -Modified the description -Modified the subject

[U-Boot] [PATCH] drivers/elbc:Memory leak fix

2015-05-20 Thread Raghav Dogra
Freeing allocated memory to priv before returning from the function Signed-off-by: Raghav Dogra rag...@freescale.com --- drivers/mtd/nand/fsl_elbc_nand.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mtd/nand/fsl_elbc_nand.c b/drivers/mtd/nand/fsl_elbc_nand.c index e85832d..bbf1f39

[U-Boot] [PATCH] drivers/ifc:Typecast argument to kfree

2015-05-20 Thread Raghav Dogra
kfree accepts the argument having type void * Typecasting priv to match it Signed-off-by: Raghav Dogra rag...@freescale.com --- drivers/mtd/nand/fsl_ifc_nand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mtd/nand/fsl_ifc_nand.c b/drivers/mtd/nand/fsl_ifc_nand.c

[U-Boot] [PATCH 1/1] T102xRDB: Enable ifc nand ecc encode and decode

2015-05-22 Thread Raghav Dogra
From: Jaiprakash Singh b44...@freescale.com IFC nand ecc encode and decode mode are not correctly set in CSOR register during nand initialization.Enable ecc encode/decode in 4-bit mode Signed-off-by: Jaiprakash Singh b44...@freescale.com --- include/configs/T102xRDB.h |4 +++- 1 file

[U-Boot] [PATCH] arm, Makefile: set SPL_PAYLOAD according to the SoC architecture

2016-09-18 Thread Raghav Dogra
SPL_PAYLOAD should be .img in case of ARM architecture and .bin in case of other architectures. This patch takes care of the same by choosing the SPL_PAYLOAD as u-boot.img for ARM architecture and u-boot.bin for others. Signed-off-by: Raghav Dogra <raghav.do...@nxp.com> --- Makefile | 4 +

[U-Boot] [RFC PATCH] arm, Makefile: set SPL_PAYLOAD according to the SoC architecture

2016-09-16 Thread Raghav Dogra
SPL_PAYLOAD should be .img in case of ARM architecture and .bin in case of other architectures. This patch takes care of the same by choosing the SPL_PAYLOAD as u-boot.img for ARM architecture and u-boot.bin for others. Signed-off-by: Raghav Dogra <raghav.do...@nxp.com> --- Makefile | 3