]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
cmd, nand: add more info to "nand info"
authorHeiko Schocher <hs@denx.de>
Sun, 12 Apr 2015 08:18:09 +0000 (10:18 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:31:12 +0000 (22:31 +0200)
commitd6800befe479a61d308b1dd68a2154f5d4d851ad
tree34c340e1246ea0998ef9aff3063482a1403f67d5
parent7702077ca6cdc49c5efa764929df5453ad0d31c4
cmd, nand: add more info to "nand info"

add subpagesize, nand options and bbt options to the
"nand info" output.

=> nand info

Device 0: nand0, sector size 256 KiB
  Page size       4096 b
  OOB size         256 b
  Erase size    262144 b
  subpagesize     4096 b
  options     0x     200
  bbt options 0x    8000

Signed-off-by: Heiko Schocher <hs@denx.de>
common/cmd_nand.c