mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-28 07:26:28 +00:00
Fix U-Boot environment size for ODROID-M1 (#2403)
This commit is contained in:
parent
2f9ce078ee
commit
29a740353a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user