diff options
author | wdenk <wdenk> | 2002-11-21 23:11:29 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2002-11-21 23:11:29 +0000 |
commit | ea909b7604306a400ee3abf57e2fa7b2dde5dde1 (patch) | |
tree | f23f5653250d0440fe81b098037814a401fc9cc9 /board/sc520_cdp/flash.c | |
parent | b2184c314de0af9788ce505b413030d2114cfa4a (diff) | |
download | u-boot-ea909b7604306a400ee3abf57e2fa7b2dde5dde1.tar.gz u-boot-ea909b7604306a400ee3abf57e2fa7b2dde5dde1.tar.xz u-boot-ea909b7604306a400ee3abf57e2fa7b2dde5dde1.zip |
* Added support for both PCMCIA slots (at the same time!) on MPC8xxLABEL_2002_11_22_0015
* Patch by Rod Boyce, 21 Nov 2002:
fix PCMCIA on MBX8xx board
* Patch by Pierre Aubert , 21 Nov 2002
Add CFG_CPM_POST_WORD_ADDR to make the offset of the
bootmode word in DPRAM configurable
Diffstat (limited to 'board/sc520_cdp/flash.c')
-rw-r--r-- | board/sc520_cdp/flash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/sc520_cdp/flash.c b/board/sc520_cdp/flash.c index e43451286f..973cde8b99 100644 --- a/board/sc520_cdp/flash.c +++ b/board/sc520_cdp/flash.c @@ -171,7 +171,7 @@ Done: int flash_erase (flash_info_t *info, int s_first, int s_last) { ulong result; - int iflag, cflag, prot, sect; + int iflag, prot, sect; int rc = ERR_OK; int chip1, chip2; |