diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2006-10-20 17:54:33 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2006-10-20 17:54:33 +0200 |
commit | ba999c531ed16ec749b2b6f4b0133cee38842b91 (patch) | |
tree | bb53f8360ca631cd77830dc50fa19e99bec60c5c /board/ep82xxm | |
parent | f836e4146088a46d9cd18bbd2f36447ea63e039c (diff) | |
download | u-boot-imx-ba999c531ed16ec749b2b6f4b0133cee38842b91.zip u-boot-imx-ba999c531ed16ec749b2b6f4b0133cee38842b91.tar.gz u-boot-imx-ba999c531ed16ec749b2b6f4b0133cee38842b91.tar.bz2 |
Cleanup compile warnings. Prepare for release 1.1.5
Diffstat (limited to 'board/ep82xxm')
-rw-r--r-- | board/ep82xxm/ep82xxm.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/board/ep82xxm/ep82xxm.c b/board/ep82xxm/ep82xxm.c index 35e644d..fe3f78e 100644 --- a/board/ep82xxm/ep82xxm.c +++ b/board/ep82xxm/ep82xxm.c @@ -227,8 +227,6 @@ long int initdram(int board_type) #ifndef CFG_RAMBOOT volatile immap_t *immap = (immap_t *)CFG_IMMR; volatile memctl8260_t *memctl = &immap->im_memctl; - vu_char *ramaddr = (vu_char *)CFG_SDRAM_BASE; - uchar c = 0xFF; uint psdmr = CFG_PSDMR; int i; |