diff options
Diffstat (limited to 'board/esd/pci405/pci405.c')
| -rw-r--r-- | board/esd/pci405/pci405.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/board/esd/pci405/pci405.c b/board/esd/pci405/pci405.c index 8973f9709..56184caa8 100644 --- a/board/esd/pci405/pci405.c +++ b/board/esd/pci405/pci405.c @@ -381,5 +381,5 @@ U_BOOT_CMD(  	"wpeeprom 1\n"  	"    - enable I2C EEPROM write protection\n"  	"wpeeprom 0\n" -	"    - disable I2C EEPROM write protection\n" -	); +	"    - disable I2C EEPROM write protection" +); |