mirror of
https://github.com/pengutronix/genimage.git
synced 2024-11-27 11:43:56 +08:00
191a73aea7
Remove trailing blanks and replace spaces by tabulation. Signed-off-by: Gaël PORTAY <gael.portay@savoirfairelinux.com>
19 lines
292 B
Plaintext
19 lines
292 B
Plaintext
flash nand-64M-512 {
|
|
pebsize = 16384
|
|
lebsize = 15360
|
|
numpebs = 4096
|
|
minimum-io-unit-size = 512
|
|
vid-header-offset = 512
|
|
sub-page-size = 512
|
|
}
|
|
|
|
flash nor-64M-128k {
|
|
pebsize = 131072
|
|
lebsize = 130944
|
|
numpebs = 256
|
|
minimum-io-unit-size = 1
|
|
vid-header-offset = 64
|
|
sub-page-size = 1
|
|
}
|
|
|