diff options
author | Wolfgang Denk <wd@pollux.(none)> | 2005-08-02 17:06:17 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.(none)> | 2005-08-02 17:06:17 +0200 |
commit | 095b8a3798f1c6cd618092899e783dc2ee0d23f5 (patch) | |
tree | 397887e662586728029560b27873451b4547c430 /board/pm520 | |
parent | 797638f9ff2dc8e57f7bf57bfaa83d60e0784ea0 (diff) | |
download | u-boot-imx-095b8a3798f1c6cd618092899e783dc2ee0d23f5.zip u-boot-imx-095b8a3798f1c6cd618092899e783dc2ee0d23f5.tar.gz u-boot-imx-095b8a3798f1c6cd618092899e783dc2ee0d23f5.tar.bz2 |
Coding style cleanup
Diffstat (limited to 'board/pm520')
-rw-r--r-- | board/pm520/flash.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/board/pm520/flash.c b/board/pm520/flash.c index 62700f9..3868221 100644 --- a/board/pm520/flash.c +++ b/board/pm520/flash.c @@ -334,7 +334,7 @@ static unsigned char intel_sector_protected (flash_info_t *info, ushort sector) return 1; } } - + /* issue the Read Identifier Codes command */ *addr = (FPW) INTEL_READID; @@ -351,8 +351,6 @@ static unsigned char intel_sector_protected (flash_info_t *info, ushort sector) return ret; } - - /*----------------------------------------------------------------------- */ |