diff options
author | wdenk <wdenk> | 2004-02-23 20:48:38 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-02-23 20:48:38 +0000 |
commit | cd0a9de68b03e5a54fd2a08f44be318e4397be01 (patch) | |
tree | 161762b51f26b604823009e2bcc1c7b3105c6361 /board/modnet50/flash.c | |
parent | 2d1a537d87727907bf4d888760cba4abc0b52ad3 (diff) | |
download | u-boot-imx-cd0a9de68b03e5a54fd2a08f44be318e4397be01.zip u-boot-imx-cd0a9de68b03e5a54fd2a08f44be318e4397be01.tar.gz u-boot-imx-cd0a9de68b03e5a54fd2a08f44be318e4397be01.tar.bz2 |
* Patch by Laurent Mohin, 10 Feb 2004:
Fix buffer overflow in common/usb.c
* Patch by Tolunay Orkun, 10 Feb 2004:
Add support for Cogent CSB272 board
* Code cleanup
Diffstat (limited to 'board/modnet50/flash.c')
-rw-r--r-- | board/modnet50/flash.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/modnet50/flash.c b/board/modnet50/flash.c index fc04d91..a50639e 100644 --- a/board/modnet50/flash.c +++ b/board/modnet50/flash.c @@ -312,7 +312,7 @@ int flash_erase (flash_info_t * info, int s_first, int s_last) case (FLASH_AM160LV | FLASH_AM160B): setup_offset = UNLOCK_ADDR1; /* just the adress for setup_cmd differs */ case FLASH_AMDL323B: - /* + /* * Disable interrupts which might cause a timeout * here. Remember that our exception vectors are * at address 0 in the flash, and we don't want a @@ -416,7 +416,7 @@ static int write_word (flash_info_t * info, ulong dest, ushort data) if ((*(__u16 *) (dest) & data) != data) return ERR_NOT_ERASED; - /* + /* * Disable interrupts which might cause a timeout * here. Remember that our exception vectors are * at address 0 in the flash, and we don't want a |