diff options
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/kernel-parameters.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index e87bdbfbcc75..12df135f8af9 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -1380,6 +1380,16 @@ and is between 256 and 4096 characters. It is defined in the file | |||
1380 | mtdparts= [MTD] | 1380 | mtdparts= [MTD] |
1381 | See drivers/mtd/cmdlinepart.c. | 1381 | See drivers/mtd/cmdlinepart.c. |
1382 | 1382 | ||
1383 | onenand.bdry= [HW,MTD] Flex-OneNAND Boundary Configuration | ||
1384 | |||
1385 | Format: [die0_boundary][,die0_lock][,die1_boundary][,die1_lock] | ||
1386 | |||
1387 | boundary - index of last SLC block on Flex-OneNAND. | ||
1388 | The remaining blocks are configured as MLC blocks. | ||
1389 | lock - Configure if Flex-OneNAND boundary should be locked. | ||
1390 | Once locked, the boundary cannot be changed. | ||
1391 | 1 indicates lock status, 0 indicates unlock status. | ||
1392 | |||
1383 | mtdset= [ARM] | 1393 | mtdset= [ARM] |
1384 | ARM/S3C2412 JIVE boot control | 1394 | ARM/S3C2412 JIVE boot control |
1385 | 1395 | ||