board/ci20/genimage.cfg: beautify file
Beatify this genimage .cfg file to have consistency with all genimage .cfg files in Buildroot. Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
827cb07b2d
commit
1812ef5667
@ -11,13 +11,13 @@ image sdcard.img {
|
||||
partition uboot {
|
||||
in-partition-table = "no"
|
||||
image = "u-boot.img"
|
||||
offset = 14k
|
||||
offset = 14K
|
||||
}
|
||||
|
||||
partition uboot-env {
|
||||
in-partition-table = "no"
|
||||
image = "uboot-env.bin"
|
||||
offset = 526k
|
||||
offset = 526K
|
||||
}
|
||||
|
||||
partition rootfs {
|
||||
|
Loading…
Reference in New Issue
Block a user