]> git.ipfire.org Git - people/ms/u-boot.git/commit
mtd: nand: mxs_nand_spl: Fix to remove twise 'NAND' print
authorJagan Teki <jagan@openedev.com>
Mon, 2 Jan 2017 23:24:36 +0000 (00:24 +0100)
committerJagan Teki <jagan@openedev.com>
Wed, 4 Jan 2017 15:56:44 +0000 (16:56 +0100)
commit101000b771164d9deaf7f911c72a251302d56a5d
treefb36ac48abd1b356b389e2937ff45ce8f35324c7
parentb63b46313ed29e9b0c36b3d6b9407f6eade40c8f
mtd: nand: mxs_nand_spl: Fix to remove twise 'NAND' print

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>
drivers/mtd/nand/mxs_nand_spl.c