aboutsummaryrefslogtreecommitdiffstats
path: root/configs/pcm052_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-06-06 12:09:41 -0400
committerTom Rini <trini@konsulko.com>2022-06-06 12:09:41 -0400
commit8bbbd6337361cadad96b163bde4ae675752b7778 (patch)
tree82e207c8b1a509d069177fb4489b1dfcba467b15 /configs/pcm052_defconfig
parent8f527342db4160a1f030de6fe4a1591787cce65a (diff)
parent4151f4f822bb075c05e3407d184dfd018723724d (diff)
downloadu-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/pcm052_defconfig')
-rw-r--r--configs/pcm052_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/pcm052_defconfig b/configs/pcm052_defconfig
index 264bff86fb9..75999d177dc 100644
--- a/configs/pcm052_defconfig
+++ b/configs/pcm052_defconfig
@@ -22,6 +22,8 @@ CONFIG_USE_BOOTCOMMAND=y
CONFIG_BOOTCOMMAND="run bootcmd_nand"
CONFIG_BOARD_EARLY_INIT_F=y
CONFIG_HUSH_PARSER=y
+CONFIG_SYS_CBSIZE=256
+CONFIG_SYS_PBSIZE=276
CONFIG_CMD_BOOTZ=y
CONFIG_CMD_MEMTEST=y
CONFIG_CMD_GPIO=y