diff options
author | Tom Rini <trini@konsulko.com> | 2022-06-06 12:09:41 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-06-06 12:09:41 -0400 |
commit | 8bbbd6337361cadad96b163bde4ae675752b7778 (patch) | |
tree | 82e207c8b1a509d069177fb4489b1dfcba467b15 /configs/ba10_tv_box_defconfig | |
parent | 8f527342db4160a1f030de6fe4a1591787cce65a (diff) | |
parent | 4151f4f822bb075c05e3407d184dfd018723724d (diff) | |
download | u-boot-8bbbd6337361cadad96b163bde4ae675752b7778.tar.gz |
Merge branch '2022-06-06-finish-SPL-Kconfig-migration' into next
- Bring in a number of series of patches that migrate all remaining
CONFIG_SPL symbols to Kconfig, remove some dead code that this
uncovered and then start to tighten the dependencies in Kconfig now
that everything is migrated and these relationships can be clearly
expressed.
Diffstat (limited to 'configs/ba10_tv_box_defconfig')
-rw-r--r-- | configs/ba10_tv_box_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/ba10_tv_box_defconfig b/configs/ba10_tv_box_defconfig index b89dd8ea62b..66c444fc750 100644 --- a/configs/ba10_tv_box_defconfig +++ b/configs/ba10_tv_box_defconfig @@ -9,7 +9,9 @@ CONFIG_USB0_VBUS_PIN="PB9" CONFIG_USB2_VBUS_PIN="PH12" CONFIG_VIDEO_COMPOSITE=y # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set +CONFIG_SPL_STACK=0x8000 CONFIG_SPL_I2C=y +CONFIG_SYS_PBSIZE=1024 CONFIG_SYS_I2C_MVTWSI=y CONFIG_SYS_I2C_SLAVE=0x7f CONFIG_SYS_I2C_SPEED=400000 |