Fix U-Boot environment size for ODROID-M1 (#2403)

This commit is contained in:
Stefan Agner 2023-03-14 00:18:54 +01:00 committed by GitHub
parent 2f9ce078ee
commit 29a740353a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,6 @@ BOOT_SYS=gpt
BOOT_SIZE=16M
BOOT_SPL=true
BOOT_SPL_SIZE=16M
BOOT_ENV_SIZE=0x2000
BOOT_ENV_SIZE=0x8000
SUPERVISOR_MACHINE=odroid-m1
SUPERVISOR_ARCH=aarch64