[U-Boot] [PATCH] powerpc/85xx: Enable CMD_REGINFO on corenet boards

Signed-off-by: Kumar Gala galak@kernel.crashing.org --- include/configs/corenet_ds.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/configs/corenet_ds.h b/include/configs/corenet_ds.h index 96810b9..3aa5333 100644 --- a/include/configs/corenet_ds.h +++ b/include/configs/corenet_ds.h @@ -577,6 +577,7 @@ #define CONFIG_CMD_MII #define CONFIG_CMD_PING #define CONFIG_CMD_SETEXPR +#define CONFIG_CMD_REGINFO
#ifdef CONFIG_PCI #define CONFIG_CMD_PCI

On Wed, Aug 31, 2011 at 9:16 AM, Kumar Gala galak@kernel.crashing.org wrote:
Signed-off-by: Kumar Gala galak@kernel.crashing.org
Why are we enabling this?

On Aug 31, 2011, at 12:14 PM, Tabi Timur-B04825 wrote:
On Wed, Aug 31, 2011 at 9:16 AM, Kumar Gala galak@kernel.crashing.org wrote:
Signed-off-by: Kumar Gala galak@kernel.crashing.org
Why are we enabling this?
because its a useful command that helps w/debugging things from time to time.
- k

Kumar Gala wrote:
On Aug 31, 2011, at 12:14 PM, Tabi Timur-B04825 wrote:
On Wed, Aug 31, 2011 at 9:16 AM, Kumar Galagalak@kernel.crashing.org wrote:
Signed-off-by: Kumar Galagalak@kernel.crashing.org
Why are we enabling this?
because its a useful command that helps w/debugging things from time to time.
Please put this in the git description.

On Aug 31, 2011, at 9:16 AM, Kumar Gala wrote:
Signed-off-by: Kumar Gala galak@kernel.crashing.org
include/configs/corenet_ds.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
applied to 85xx next (with update to commit message)
- k
participants (2)
-
Kumar Gala
-
Tabi Timur-B04825