From 4cbd842ef99ce89910be4700ed2c4e99a9152c26 Mon Sep 17 00:00:00 2001 From: Giulio Benetti Date: Sun, 7 Nov 2021 03:43:22 +0100 Subject: [PATCH] board/solidrun/macchiatobin/genimage.cfg: beautify file Beatify this genimage .cfg file to have consistency with all genimage .cfg files in Buildroot. Signed-off-by: Giulio Benetti Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- board/solidrun/macchiatobin/genimage.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/board/solidrun/macchiatobin/genimage.cfg b/board/solidrun/macchiatobin/genimage.cfg index fdcda368a2..378e2082e6 100644 --- a/board/solidrun/macchiatobin/genimage.cfg +++ b/board/solidrun/macchiatobin/genimage.cfg @@ -5,12 +5,12 @@ image sdcard.img { partition uboot { in-partition-table = "no" image = "flash-image.bin" - offset = 0x200000 + offset = 2M } partition rootfs { partition-type = 0x83 - offset = 0x2200000 + offset = 34M image = "rootfs.ext4" } }