diff options
Diffstat (limited to 'configs/pinebook_defconfig')
-rw-r--r-- | configs/pinebook_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/pinebook_defconfig b/configs/pinebook_defconfig index 26918dd..982f681 100644 --- a/configs/pinebook_defconfig +++ b/configs/pinebook_defconfig @@ -8,6 +8,9 @@ CONFIG_DRAM_CLK=552 CONFIG_DRAM_ZQ=3881949 CONFIG_MMC_SUNXI_SLOT_EXTRA=2 CONFIG_R_I2C_ENABLE=y +CONFIG_SPL_STACK=0x54000 +CONFIG_SYS_PBSIZE=1024 +CONFIG_SYS_BOOTM_LEN=0x2000000 CONFIG_SPL_SYS_I2C_LEGACY=y CONFIG_SYS_I2C_MVTWSI=y CONFIG_DM_REGULATOR_FIXED=y |