]> git.baikalelectronics.ru Git - uboot.git/commit
cmd, nand: fix broken output of "nand info"
authorLothar Waßmann <LW@KARO-electronics.de>
Mon, 10 Jul 2017 06:44:24 +0000 (08:44 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 10 Jul 2017 12:39:25 +0000 (08:39 -0400)
commit72d3e4e722f302caabcb8c3677eb378cf69b3b8a
tree88ca1066b18130f46ac146dc978e3c0022fa7528
parentc75c1d52510d6e45c208baf39da66c3ed504c334
cmd, nand: fix broken output of "nand info"

If the value of either "nand options" or "bbt options" has a zero in
the most significant nibble, the '0x' prefix will be isolated from the
value like shown below:
|Device 0: nand0, sector size 128 KiB
|  Page size       2048 b
|  OOB size          64 b
|  Erase size    131072 b
|  subpagesize     2048 b
|  options     0x40000200
|  bbt options 0x   60000

Change the format string to produce leading zeroes filling the gap.

Signed-off-by: Lothar Waßmann <LW@KARO-electronics.de>
cmd/nand.c