diff mbox

[U-Boot] powerpc/85xx: Enable HWCONFIG on MPC8572DS

Message ID 1290178526-12488-1-git-send-email-galak@kernel.crashing.org
State Accepted
Commit 558710b98bd71bc31a0447a28fab79cf4649aa69
Delegated to: Kumar Gala
Headers show

Commit Message

Kumar Gala Nov. 19, 2010, 2:55 p.m. UTC
We need HWCONFIG to allow configuration of DDR params

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
---
 include/configs/MPC8572DS.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

Comments

Kumar Gala Dec. 1, 2010, 4:01 p.m. UTC | #1
On Nov 19, 2010, at 8:55 AM, Kumar Gala wrote:

> We need HWCONFIG to allow configuration of DDR params
> 
> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
> ---
> include/configs/MPC8572DS.h |    1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)

applied to 85xx

- k
diff mbox

Patch

diff --git a/include/configs/MPC8572DS.h b/include/configs/MPC8572DS.h
index 2e40237..0abb8a6 100644
--- a/include/configs/MPC8572DS.h
+++ b/include/configs/MPC8572DS.h
@@ -242,6 +242,7 @@ 
 
 #define CONFIG_BOARD_EARLY_INIT_R	/* call board_early_init_r function */
 
+#define CONFIG_HWCONFIG			/* enable hwconfig */
 #define CONFIG_FSL_PIXIS	1	/* use common PIXIS code */
 #define PIXIS_BASE	0xffdf0000	/* PIXIS registers */
 #ifdef CONFIG_PHYS_64BIT