diff mbox

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

Message ID 1314800204-13741-1-git-send-email-galak@kernel.crashing.org
State Accepted
Commit 9570cbda76e751efbaff53cfb31fa7b34e3c5807
Delegated to: Kumar Gala
Headers show

Commit Message

Kumar Gala Aug. 31, 2011, 2:16 p.m. UTC
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
---
 include/configs/corenet_ds.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

Comments

Tabi Timur-B04825 Aug. 31, 2011, 5:14 p.m. UTC | #1
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?
Kumar Gala Sept. 1, 2011, 3:20 a.m. UTC | #2
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
Tabi Timur-B04825 Sept. 1, 2011, 11:22 a.m. UTC | #3
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 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.

Please put this in the git description.
Kumar Gala Sept. 9, 2011, 2:49 p.m. UTC | #4
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
diff mbox

Patch

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