From 2cf7856fab9c73f7b16c751fc15cacdaabda4443 Mon Sep 17 00:00:00 2001 From: Giulio Benetti Date: Sun, 7 Nov 2021 03:03:36 +0100 Subject: [PATCH] board/bananapi/bananapi-m64/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/bananapi/bananapi-m64/genimage.cfg | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/board/bananapi/bananapi-m64/genimage.cfg b/board/bananapi/bananapi-m64/genimage.cfg index 9730d8faac..e922c0dba2 100644 --- a/board/bananapi/bananapi-m64/genimage.cfg +++ b/board/bananapi/bananapi-m64/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 {