From c73c14c1e31ba30ced8f7588684ef2c3a8beb7c1 Mon Sep 17 00:00:00 2001 From: Giulio Benetti Date: Sun, 7 Nov 2021 03:06:32 +0100 Subject: [PATCH] board/friendlyarm/nanopi-a64/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/friendlyarm/nanopi-a64/genimage.cfg | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/board/friendlyarm/nanopi-a64/genimage.cfg b/board/friendlyarm/nanopi-a64/genimage.cfg index 66b6c5f461..6907314149 100644 --- a/board/friendlyarm/nanopi-a64/genimage.cfg +++ b/board/friendlyarm/nanopi-a64/genimage.cfg @@ -6,6 +6,7 @@ image boot.vfat { "boot.scr" } } + size = 64M } @@ -16,14 +17,14 @@ image sdcard.img { partition spl { in-partition-table = "no" image = "sunxi-spl.bin" - offset = 8192 + offset = 8K } partition u-boot { in-partition-table = "no" image = "u-boot.itb" offset = 40K - size = 1M # 1MB - 40K + size = 1M # 1MB - 40KB } partition boot {