summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cleopatre/tools/genNVRAM/genNVRAM.c52
1 files changed, 26 insertions, 26 deletions
diff --git a/cleopatre/tools/genNVRAM/genNVRAM.c b/cleopatre/tools/genNVRAM/genNVRAM.c
index 646779ef57..4061d01c11 100644
--- a/cleopatre/tools/genNVRAM/genNVRAM.c
+++ b/cleopatre/tools/genNVRAM/genNVRAM.c
@@ -181,32 +181,32 @@ static spc300_nvram_t nvram = {
*/
static void print_usage(const char *cmd)
{
- fprintf(stderr, "Usage : %s\n" \
- " [ --infile base_conf ]\n" \
- " [ --outfile result_file ]\n" \
- " [ --pkgcfg package number ]\n" \
- " [ --gpio07 GPIO 0 to 7 config ]\n" \
- " [ --gpio815 GPIO 8 to 15 config ]\n" \
- " [ --gpiodir GPIO allowed directions ]\n" \
- " [ --sconr SDRAM config register ]\n" \
- " [ --stmg0r SDRAM timing0 register ]\n" \
- " [ --stmg1r SDRAM timing1 register ]\n" \
- " [ --srefr SDRAM refresh register ]\n" \
- " [ --forg flash organization ]\n" \
- " [ --img0off first image offset in flash ]\n" \
- " [ --nbimg number of Linux images ]\n" \
- " [ --name product name ]\n" \
- " [ --partnb product part number ]\n" \
- " [ --desc product descrption ]\n" \
- " [ --serial serial number ]\n" \
- " [ --phy Ethernet PHY address ]\n" \
- " [ --ethernet ethernet MAC address ]\n" \
- " [ --portnb ethernet port number ]\n" \
- " [ --plc powerline MAC address ]\n" \
- " [ --dpw device password ]\n" \
- " [ --oem oem informations ]\n" \
- " [ --tonemask [av|eoc|eoc-spc200] AV carriers tonemask ]\n" \
- " [ --factory manufactory informations ]\n" \
+ fprintf(stderr, "Usage : %s\n"
+ " [ --infile base_conf ]\n"
+ " [ --outfile result_file ]\n"
+ " [ --pkgcfg package number ]\n"
+ " [ --gpio07 GPIO 0 to 7 config ]\n"
+ " [ --gpio815 GPIO 8 to 15 config ]\n"
+ " [ --gpiodir GPIO allowed directions ]\n"
+ " [ --sconr SDRAM config register ]\n"
+ " [ --stmg0r SDRAM timing0 register ]\n"
+ " [ --stmg1r SDRAM timing1 register ]\n"
+ " [ --srefr SDRAM refresh register ]\n"
+ " [ --forg flash organization ]\n"
+ " [ --img0off first image offset in flash ]\n"
+ " [ --nbimg number of Linux images ]\n"
+ " [ --name product name ]\n"
+ " [ --partnb product part number ]\n"
+ " [ --desc product descrption ]\n"
+ " [ --serial serial number ]\n"
+ " [ --phy Ethernet PHY address ]\n"
+ " [ --ethernet ethernet MAC address ]\n"
+ " [ --portnb ethernet port number ]\n"
+ " [ --plc powerline MAC address ]\n"
+ " [ --dpw device password ]\n"
+ " [ --oem oem informations ]\n"
+ " [ --tonemask [av|eoc|eoc-spc200] AV carriers tonemask ]\n"
+ " [ --factory manufactory informations ]\n"
" [ --imgmaxsize max size of an image in flash ]\n",
" [ --cpupartnb CPU part number ]\n",
cmd);