All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2] mtd: nand: mxs_nand_spl: Fix to remove twise 'NAND' print
@ 2017-01-02 23:24 Jagan Teki
  2017-01-04 16:31 ` Jagan Teki
  0 siblings, 1 reply; 2+ messages in thread
From: Jagan Teki @ 2017-01-02 23:24 UTC (permalink / raw)
  To: u-boot

SPL from nand will print 'NAND' in boot_from_devices based on
the image_loader name, remove the extra 'NAND ' in mxs_nand_spl driver.

Original behaviour:
-------------------
U-Boot SPL 2017.01-rc2-gf84dd8b (Jan 02 2017 - 22:24:19)
Trying to boot from NANDNAND : 512 MiB

After the fix:
-------------
U-Boot SPL 2017.01-rc2-gf84dd8b-dirty (Jan 02 2017 - 23:17:00)
Trying to boot from NAND: 512 MiB

Cc: Tom Rini <trini@konsulko.com>
Signed-off-by: Jagan Teki <jagan@openedev.com>
---
Changes for v2:
- Fix commit message about fix logs

 drivers/mtd/nand/mxs_nand_spl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mtd/nand/mxs_nand_spl.c b/drivers/mtd/nand/mxs_nand_spl.c
index ff28df4..b6c9208 100644
--- a/drivers/mtd/nand/mxs_nand_spl.c
+++ b/drivers/mtd/nand/mxs_nand_spl.c
@@ -153,7 +153,7 @@ static int mxs_nand_init(void)
 	nand_chip.numchips = 1;
 
 	/* identify flash device */
-	puts("NAND : ");
+	puts(": ");
 	if (mxs_flash_ident(mtd)) {
 		printf("Failed to identify\n");
 		return -1;
-- 
1.9.1

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

* [U-Boot] [PATCH v2] mtd: nand: mxs_nand_spl: Fix to remove twise 'NAND' print
  2017-01-02 23:24 [U-Boot] [PATCH v2] mtd: nand: mxs_nand_spl: Fix to remove twise 'NAND' print Jagan Teki
@ 2017-01-04 16:31 ` Jagan Teki
  0 siblings, 0 replies; 2+ messages in thread
From: Jagan Teki @ 2017-01-04 16:31 UTC (permalink / raw)
  To: u-boot

On Tue, Jan 3, 2017 at 12:24 AM, Jagan Teki <jagan@openedev.com> wrote:
> SPL from nand will print 'NAND' in boot_from_devices based on
> the image_loader name, remove the extra 'NAND ' in mxs_nand_spl driver.
>
> Original behaviour:
> -------------------
> U-Boot SPL 2017.01-rc2-gf84dd8b (Jan 02 2017 - 22:24:19)
> Trying to boot from NANDNAND : 512 MiB
>
> After the fix:
> -------------
> U-Boot SPL 2017.01-rc2-gf84dd8b-dirty (Jan 02 2017 - 23:17:00)
> Trying to boot from NAND: 512 MiB
>
> Cc: Tom Rini <trini@konsulko.com>
> Signed-off-by: Jagan Teki <jagan@openedev.com>
> ---
> Changes for v2:
> - Fix commit message about fix logs

Applied to u-boot-spi/master

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

end of thread, other threads:[~2017-01-04 16:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-02 23:24 [U-Boot] [PATCH v2] mtd: nand: mxs_nand_spl: Fix to remove twise 'NAND' print Jagan Teki
2017-01-04 16:31 ` Jagan Teki

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.