diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2023-07-10 17:25:21 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2023-07-10 17:25:21 +0200 |
commit | 5353df91cba7b397b9407701681708d0a1518df6 (patch) | |
tree | 7b7925e3e43c7ef44c618a629bbc6aa78a8c3bf7 /miscutils/nandwrite.c | |
parent | a9047e09807f11bcd62f69c481ce19b2663f8862 (diff) | |
download | busybox-w32-5353df91cba7b397b9407701681708d0a1518df6.tar.gz busybox-w32-5353df91cba7b397b9407701681708d0a1518df6.tar.bz2 busybox-w32-5353df91cba7b397b9407701681708d0a1518df6.zip |
Update applet size estimates
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'miscutils/nandwrite.c')
-rw-r--r-- | miscutils/nandwrite.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/miscutils/nandwrite.c b/miscutils/nandwrite.c index 52bf49434..6ac92aa1f 100644 --- a/miscutils/nandwrite.c +++ b/miscutils/nandwrite.c | |||
@@ -8,13 +8,13 @@ | |||
8 | * TODO: add support for large (>4GB) MTD devices | 8 | * TODO: add support for large (>4GB) MTD devices |
9 | */ | 9 | */ |
10 | //config:config NANDWRITE | 10 | //config:config NANDWRITE |
11 | //config: bool "nandwrite (4.8 kb)" | 11 | //config: bool "nandwrite (5 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: help | 13 | //config: help |
14 | //config: Write to the specified MTD device, with bad blocks awareness | 14 | //config: Write to the specified MTD device, with bad blocks awareness |
15 | //config: | 15 | //config: |
16 | //config:config NANDDUMP | 16 | //config:config NANDDUMP |
17 | //config: bool "nanddump (5.2 kb)" | 17 | //config: bool "nanddump (5.4 kb)" |
18 | //config: default y | 18 | //config: default y |
19 | //config: help | 19 | //config: help |
20 | //config: Dump the content of raw NAND chip | 20 | //config: Dump the content of raw NAND chip |