| Submitter | Andre Schwarz |
|---|---|
| Date | April 14, 2011, 12:53 p.m. |
| Message ID | <1302785617-14505-1-git-send-email-andre.schwarz@matrix-vision.de> |
| Download | mbox | patch |
| Permalink | /patch/91228/ |
| State | Accepted |
| Commit | a7b8126ecdda0319901eef3aa1d064f427c866fa |
| Delegated to: | Kim Phillips |
| Headers | show |
Comments
On Thu, 14 Apr 2011 14:53:37 +0200 Andre Schwarz <andre.schwarz@matrix-vision.de> wrote: > > Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de> > --- applied to u-boot-mpc83xx. Thanks, Kim
Patch
diff --git a/include/mpc83xx.h b/include/mpc83xx.h index ea137c7..8292018 100644 --- a/include/mpc83xx.h +++ b/include/mpc83xx.h @@ -1000,6 +1000,7 @@ #define SDRAM_CFG_8_BE 0x00040000 #define SDRAM_CFG_NCAP 0x00020000 #define SDRAM_CFG_2T_EN 0x00008000 +#define SDRAM_CFG_HSE 0x00000008 #define SDRAM_CFG_BI 0x00000001 /* DDR_SDRAM_MODE - DDR SDRAM Mode Register
Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de> --- include/mpc83xx.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)