From a65421586fe3564961c73b315c67d2443d3bb97e Mon Sep 17 00:00:00 2001 From: Giulio Benetti Date: Sun, 7 Nov 2021 03:42:49 +0100 Subject: [PATCH] board/orangepi/orangepi-pc2/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/orangepi/orangepi-pc2/genimage.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/board/orangepi/orangepi-pc2/genimage.cfg b/board/orangepi/orangepi-pc2/genimage.cfg index e10c67ffc3..72adc47518 100644 --- a/board/orangepi/orangepi-pc2/genimage.cfg +++ b/board/orangepi/orangepi-pc2/genimage.cfg @@ -6,6 +6,7 @@ image boot.vfat { "boot.scr" } } + size = 64M } @@ -16,7 +17,7 @@ image sdcard.img { partition spl { in-partition-table = "no" image = "sunxi-spl.bin" - offset = 8192 + offset = 8K } partition u-boot {