Skip to content
Snippets Groups Projects
Commit e82bc62c authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

Fix CFG_CMD_SETGETDCR handling in "common/cmd_dcr.c"

[Patch by Cedric Vincent, 6 Jul 2005]
parent 2d5df63e
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,9 @@ ...@@ -2,6 +2,9 @@
Changes for U-Boot 1.1.3: Changes for U-Boot 1.1.3:
====================================================================== ======================================================================
* Patch by Cedric Vincent, 6 Jul 2005:
Fix CFG_CMD_SETGETDCR handling in "common/cmd_dcr.c"
* Patch by Jon Loeliger, 20 Jul 2005: * Patch by Jon Loeliger, 20 Jul 2005:
Add missing PCI IO port definitions. Add missing PCI IO port definitions.
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
#include <config.h> #include <config.h>
#include <command.h> #include <command.h>
#if defined(CONFIG_4xx) && defined(CFG_CMD_SETGETDCR) #if defined(CONFIG_4xx) && (CONFIG_COMMANDS & CFG_CMD_SETGETDCR)
/* ====================================================================== /* ======================================================================
* Interpreter command to retrieve an IBM PPC 4xx Device Control Register * Interpreter command to retrieve an IBM PPC 4xx Device Control Register
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment