diff options
author | Stefan Roese <sr@denx.de> | 2007-08-22 08:56:09 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-08-22 08:56:09 +0200 |
commit | c64fb30e4c5976007d56fc1789c7a0666082b536 (patch) | |
tree | 11cb836c6ff664375ebdc5b1e4bc62bc96d1931f /include/configs/hcu5.h | |
parent | 93f798346033a1f6d22090b47abad4be88243b04 (diff) | |
download | u-boot-imx-c64fb30e4c5976007d56fc1789c7a0666082b536.zip u-boot-imx-c64fb30e4c5976007d56fc1789c7a0666082b536.tar.gz u-boot-imx-c64fb30e4c5976007d56fc1789c7a0666082b536.tar.bz2 |
ppc4xx: Remove unused option CFG_INIT_RAM_OCM
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs/hcu5.h')
-rw-r--r-- | include/configs/hcu5.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/hcu5.h b/include/configs/hcu5.h index f95d78e..9085881 100644 --- a/include/configs/hcu5.h +++ b/include/configs/hcu5.h @@ -73,7 +73,6 @@ * Initial RAM & stack pointer *----------------------------------------------------------------------*/ /* 440EPx/440GRx have 16KB of internal SRAM, so no need for D-Cache */ -#define CFG_INIT_RAM_OCM 1 /* OCM as init ram */ #define CFG_INIT_RAM_ADDR CFG_OCM_BASE /* OCM */ #define CFG_INIT_RAM_END (4 << 10) |