sun60iw2: bananapi_m8: embed deterministic default U-Boot env

This commit is contained in:
Qubot 2026-05-27 14:12:16 +08:00
parent 30fb29a085
commit 3c3b4ca036
2 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,17 @@
bootdelay=0
verbosity=1
bootlogo=false
console=both
earlycon=on
load_addr=0x43100000
scriptaddr=0x4fc00000
kernel_addr_r=0x42000000
fdt_addr_r=0x4fa00000
ramdisk_addr_r=0x44000000
rootfstype=ext4
usbstoragequirks=
extraargs=
extraboardargs=
partuuid=
rootdev=
bootcmd=mmc dev 0; if fatload mmc 0:1 ${scriptaddr} boot.scr; then source ${scriptaddr}; else echo no_bootscr; fi

View File

@ -80,3 +80,5 @@ CONFIG_SUNXI_BOOT_PARAM=y
CONFIG_SUNXI_TURNNING_DRAM=y
CONFIG_HUSH_PARSER=y
# CONFIG_SUNXI_UPDATE_GPT is not set
CONFIG_USE_DEFAULT_ENV_FILE=y
CONFIG_DEFAULT_ENV_FILE="board/sunxi/bananapi_m8.env"