From da8dbb1d3fcf03126550a39a83cabaa135b40cb3 Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Fri, 28 Feb 2020 13:31:25 -0600 Subject: [PATCH] Revert "mk_mmc.sh: bump boot folder size to 260mb, still need to clean it up for normal /boot/ usage" This reverts commit 66493bf12e98098b2605fc71dcc77c681780e83b. Signed-off-by: Robert Nelson --- mk_mmc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk_mmc.sh b/mk_mmc.sh index 9bc3de2..7457879 100755 --- a/mk_mmc.sh +++ b/mk_mmc.sh @@ -1353,7 +1353,7 @@ process_dtb_conf () { #defaults, if not set... conf_boot_startmb=${conf_boot_startmb:-"4"} - conf_boot_endmb=${conf_boot_endmb:-"260"} + conf_boot_endmb=${conf_boot_endmb:-"144"} conf_root_device=${conf_root_device:-"/dev/mmcblk0"} #error checking...