disabled logs on serial, since system boots (for now)

This commit is contained in:
2026-02-14 21:39:35 +01:00
parent 213f57f75c
commit 66c08b7db3

View File

@@ -34,7 +34,7 @@ CONFIG_AUTOBOOT_KEYED=y
CONFIG_AUTOBOOT_PROMPT="Press SPACE to abort autoboot in %d seconds\n"
CONFIG_AUTOBOOT_DELAY_STR="d"
CONFIG_AUTOBOOT_STOP_STR=" "
CONFIG_BOOTCOMMAND="run set_led_state_start_load; run envboot; run bootcmd_ti_mmc;run set_led_state_fail_load"
CONFIG_BOOTCOMMAND="run set_led_state_start_load; run envboot; setenv optargs '${optargs} quiet systemd.show_status=true'; run bootcmd_ti_mmc;run set_led_state_fail_load"
CONFIG_BOARD_LATE_INIT=y
CONFIG_SPL_MAX_SIZE=0x58000
CONFIG_SPL_SYS_REPORT_STACK_F_USAGE=y