diff options
| author | Stefan Roese <sr@denx.de> | 2007-06-22 10:28:26 +0200 | 
|---|---|---|
| committer | Stefan Roese <sr@denx.de> | 2007-06-22 10:28:26 +0200 | 
| commit | e08e6453fced498b28950f36088c87c0b639a682 (patch) | |
| tree | 5730c11e7440a6b88094d050172b8e5b4b707fbd /common/cmd_flash.c | |
| parent | d7d5204ce2e0985ff2dfdf3a6b5b6a526cdb1c1e (diff) | |
| parent | 83b4cfa3d629dff0264366263c5e94d9a50ad80b (diff) | |
| download | olio-uboot-2014.01-e08e6453fced498b28950f36088c87c0b639a682.tar.xz olio-uboot-2014.01-e08e6453fced498b28950f36088c87c0b639a682.zip  | |
Merge with git://www.denx.de/git/u-boot.git
Diffstat (limited to 'common/cmd_flash.c')
| -rw-r--r-- | common/cmd_flash.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/common/cmd_flash.c b/common/cmd_flash.c index cb1c5bb43..a34ab79c3 100644 --- a/common/cmd_flash.c +++ b/common/cmd_flash.c @@ -690,7 +690,7 @@ U_BOOT_CMD(  );  U_BOOT_CMD( -	erase,   3,   1,  do_flerase, +	erase,   3,   0,  do_flerase,  	"erase   - erase FLASH memory\n",  	"start end\n"  	"    - erase FLASH from addr 'start' to addr 'end'\n" @@ -704,7 +704,7 @@ U_BOOT_CMD(  );  U_BOOT_CMD( -	protect,  4,  1,   do_protect, +	protect,  4,  0,   do_protect,  	"protect - enable or disable FLASH write protection\n",  	"on  start end\n"  	"    - protect FLASH from addr 'start' to addr 'end'\n"  |