diff options
author | wdenk <wdenk> | 2004-06-10 21:34:36 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-06-10 21:34:36 +0000 |
commit | b54d32b40d95d399dd1f53f24c93b0cf5c42460d (patch) | |
tree | dba569eef315497f378c460e0e72ce98df053dd1 /board/ispan/ispan.c | |
parent | 681334540d109558fe7c382faf9c705439c2dfa3 (diff) | |
download | u-boot-imx-b54d32b40d95d399dd1f53f24c93b0cf5c42460d.zip u-boot-imx-b54d32b40d95d399dd1f53f24c93b0cf5c42460d.tar.gz u-boot-imx-b54d32b40d95d399dd1f53f24c93b0cf5c42460d.tar.bz2 |
* Patch by Robert Schwebel, 10 Jun 2004:
Add support for Intel K3 strata flash.
* Some cleanup
* Patch by Thomas Brand, 10 Jun 2004:
Fix "loads" command on DK1S10 board
Diffstat (limited to 'board/ispan/ispan.c')
-rw-r--r-- | board/ispan/ispan.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/ispan/ispan.c b/board/ispan/ispan.c index e41a7c4..fd34899 100644 --- a/board/ispan/ispan.c +++ b/board/ispan/ispan.c @@ -236,6 +236,7 @@ static int seeprom_read (int addr, uchar * data, int size) * Serial EEPROM conected to the PSpan bridge. We keep it as * simple as possible. */ +#ifdef DEBUG static int hwc_flash_size (void) { uchar byte; @@ -273,6 +274,7 @@ static int hwc_local_sdram_size (void) } return -1; } +#endif /* DEBUG */ static int hwc_main_sdram_size (void) { |