mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-01 05:13:01 +02:00
Ensure that whenever U-Boot is built: - The chosen signing key and is converted to the expected format and installed in the build tree. - Infix's environment extensions are installed in the build tree
6 lines
163 B
Bash
6 lines
163 B
Bash
if part number mmc 0 aux auxpart; then
|
|
if load mmc 0:${auxpart} ${loadaddr} /uboot.env; then
|
|
env import -b ${loadaddr} ${filesize} BOOT_ORDER DEBUG
|
|
fi
|
|
fi
|