Beatify this genimage .cfg file to have consistency with all genimage .cfg
files in Buildroot.
Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
board/embest/riotboard/genimage.cfg | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)
diff --git a/board/embest/riotboard/genimage.cfg b/board/embest/riotboard/genimage.cfg
index 1221c83b9a..d2e851a78d 100644
--- a/board/embest/riotboard/genimage.cfg
+++ b/board/embest/riotboard/genimage.cfg
@@ -1,17 +1,17 @@
image sdcard.img {
- hdimage {
- }
+ hdimage {
+ }
- partition u-boot {
- in-partition-table = "no"
- image = "u-boot.imx"
- offset = 1024
- }
+ partition u-boot {
+ in-partition-table = "no"
+ image = "u-boot.imx"
+ offset = 1K
+ }
- partition rootfs {
- partition-type = 0x83
- image = "rootfs.ext2"
- offset = 1M
- size = 60M
- }
+ partition rootfs {
+ partition-type = 0x83
+ image = "rootfs.ext2"
+ offset = 1M
+ size = 60M
+ }
}--
2.25.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot