
On Sat, Jul 22, 2017 at 11:53:57PM +0800, Bin Meng wrote:
Hi Simon,
On Sat, Jul 22, 2017 at 7:11 AM, Simon Glass sjg@chromium.org wrote:
This converts the following to Kconfig: CONFIG_CMD_REGINFO
Signed-off-by: Simon Glass sjg@chromium.org
[snip]
@@ -1380,6 +1390,7 @@ config SYS_PPC_E500_USE_DEBUG_TLB
config FSL_IFC bool
imply CMD_REGINFO
This change is wrong. FSL_IFC is not the right place to "imply CMD_REGINFO". I suspect this is a corner case that moveconfig cannot handle?
[snip]
diff --git a/cmd/Kconfig b/cmd/Kconfig index 2546ef61f6..354949f132 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -792,6 +792,12 @@ config CMD_READ help Provides low-level access to the data in a partition.
+config CMD_REGINFO
bool "reginfo - Print register information"
depends on PPC
help
Provides access to low-level register information.
Indeed. I think we need to move this to default y instead.