diff options
author | Tom Rini <trini@konsulko.com> | 2020-08-23 15:53:10 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-08-23 15:53:10 -0400 |
commit | c84341f5acd6140f361300f02b354a7238f95b72 (patch) | |
tree | 117959487125291e3fb90035c2601638747dec5a /configs/colibri_vf_defconfig | |
parent | 2e6132d835631946b7a67dedd8f5bc902304b0f9 (diff) | |
parent | 4225f2f520f2557fb671e1aa02f9ef8090491be5 (diff) |
Merge branch '2020-08-21-stdio-cleanup'
- Clean up common/stdio.c and migrate some related options to Kconfig
Diffstat (limited to 'configs/colibri_vf_defconfig')
-rw-r--r-- | configs/colibri_vf_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/colibri_vf_defconfig b/configs/colibri_vf_defconfig index a67e2e29ba..b145b9f699 100644 --- a/configs/colibri_vf_defconfig +++ b/configs/colibri_vf_defconfig @@ -96,6 +96,7 @@ CONFIG_DM_VIDEO=y # CONFIG_VIDEO_BPP8 is not set # CONFIG_VIDEO_BPP16 is not set CONFIG_VIDEO_FSL_DCU_FB=y +CONFIG_SPLASH_SCREEN_ALIGN=y CONFIG_OF_LIBFDT_OVERLAY=y CONFIG_FDT_FIXUP_PARTITIONS=y # CONFIG_EFI_UNICODE_CAPITALIZATION is not set |