diff options
| author | Jonas Karlman <[email protected]> | 2024-11-05 21:51:43 +0000 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-01-10 18:56:15 -0600 |
| commit | 1e4806defdb9880b6449815c18d93fc7bf28e51e (patch) | |
| tree | 7a6b96ec51ac348aa2579e1a87752a918a73d8ae | |
| parent | a9ad8e143f4bbf301f9c491e24d445b1b752602f (diff) | |
rockchip: rk3288-miqi: Drop use of silent console and late boardinfo
Current use of SILENT_CONSOLE hide valuable information when something
goes wrong during boot, drop this Kconfig option to allow user to see
e.g. from what media U-Boot proper is loaded from.
A second Model line is printed on console due to DISPLAY_BOARDINFO_LATE,
drop this Kconfig option to remove the second redundant line.
Signed-off-by: Jonas Karlman <[email protected]>
Reviewed-by: Kever Yang <[email protected]>
| -rw-r--r-- | configs/miqi-rk3288_defconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configs/miqi-rk3288_defconfig b/configs/miqi-rk3288_defconfig index 87fd256c8a5..678d6fb3371 100644 --- a/configs/miqi-rk3288_defconfig +++ b/configs/miqi-rk3288_defconfig @@ -20,8 +20,6 @@ CONFIG_DEBUG_UART=y CONFIG_USE_PREBOOT=y CONFIG_DEFAULT_FDT_FILE="rk3288-miqi.dtb" CONFIG_MISC_INIT_R=y -CONFIG_SILENT_CONSOLE=y -CONFIG_DISPLAY_BOARDINFO_LATE=y CONFIG_SPL_PAD_TO=0x7f8000 CONFIG_CMD_GPIO=y CONFIG_CMD_GPT=y |
