File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,6 +21,12 @@ declare -g MEDIATEK_GENIO_SOC_PLATFORM="mt8195" # The actual PLAT=
2121function post_config_uboot_target__nio_12l_armbian_specific_environment_location() {
2222 display_alert "u-boot for ${BOARD}/${BRANCH}" "u-boot: board-specific configs" "info"
2323 run_host_command_logged scripts/config --set-val CONFIG_ENV_OFFSET "0x200000"
24+
25+ display_alert "u-boot for ${BOARD}/${BRANCH}" "u-boot: extra cmdline commands" "info"
26+ run_host_command_logged scripts/config --enable CONFIG_CMD_ITEST # itest expects integers on both sides, whereas regular test assumes strings
27+ run_host_command_logged scripts/config --enable CONFIG_CMD_BOOTZ # bootz allows booting zImages
28+ run_host_command_logged scripts/config --enable CONFIG_CMD_MEMINFO # meminfo shows memory info in u-boot
29+ run_host_command_logged scripts/config --enable CONFIG_CMD_SETEXPR # setexpr allows arithmetic expressions in setenv
2430}
2531
2632# Include fw_setenv, configured to point to the correct spot on the UFS LUN number
You can’t perform that action at this time.
0 commit comments