diff options
author | Jan Kiszka <jan.kiszka@siemens.com> | 2023-02-28 19:19:21 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-03-29 11:58:26 -0400 |
commit | 00e3ae729b24fc4a248a5150f3bdde3b787af54b (patch) | |
tree | 5d4d581e4c352a99eaaac6c1f9fc725490e45aea /configs/iot2050_pg1_defconfig | |
parent | f750769aa35e0793ce48a676ebe344bfe1fa7444 (diff) | |
download | u-boot-00e3ae729b24fc4a248a5150f3bdde3b787af54b.tar.gz |
iot2050: Refresh defconfigs and activate CONFIG_EFI_SCROLL_ON_CLEAR_SCREEN
This feature is desired on the platform.
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/iot2050_pg1_defconfig')
-rw-r--r-- | configs/iot2050_pg1_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/iot2050_pg1_defconfig b/configs/iot2050_pg1_defconfig index 3075021fd3..b02769609c 100644 --- a/configs/iot2050_pg1_defconfig +++ b/configs/iot2050_pg1_defconfig @@ -146,3 +146,4 @@ CONFIG_WDT=y CONFIG_WDT_K3_RTI=y CONFIG_WDT_K3_RTI_LOAD_FW=y CONFIG_OF_LIBFDT_OVERLAY=y +CONFIG_EFI_SCROLL_ON_CLEAR_SCREEN=y |