summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2022-12-12 20:11:19 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2022-12-12 20:11:19 +0100
commitca188ad0da3b95ee99eab57187f995492bf259eb (patch)
tree7919e478a7a2d90f7dc45a7b0e1bebf20f888f70 /commands
parent7007b46ca8cff0d7b6cc951c64f6a47676a5811a (diff)
parent44b966656c55c4e70195c293f121b5d8477b3806 (diff)
downloadbarebox-ca188ad0da3b95ee99eab57187f995492bf259eb.tar.gz
barebox-ca188ad0da3b95ee99eab57187f995492bf259eb.tar.xz
Merge branch 'for-next/imx7-nand-xload'
Diffstat (limited to 'commands')
-rw-r--r--commands/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/commands/Kconfig b/commands/Kconfig
index 555ae401a0..ec15f4e543 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -334,6 +334,15 @@ config CMD_SLICE
command can be used to print informations about slices and also to manipulate
them on the command line for debugging purposes.
+config CMD_FCB
+ depends on BAREBOX_UPDATE_IMX_NAND_FCB
+ tristate
+ prompt "fcb"
+ help
+ Several i.MX SoCs booting from NAND flash need a so called Flash Control Block
+ at the beginning of the NAND device. The fcb command prints information about
+ the FCB.
+
# end Information commands
endmenu