diff options
author | Tom Rini <trini@konsulko.com> | 2022-07-25 17:19:18 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-07-25 17:19:18 -0400 |
commit | 0fc5c499db1467f5bf7db5c4fee9adbc804e8982 (patch) | |
tree | f712dec87c125741b0d1995ae469199f9c2638d3 /configs/mk808_defconfig | |
parent | af18c329730e11800792e10514b3eb33320e1abb (diff) | |
download | u-boot-0fc5c499db1467f5bf7db5c4fee9adbc804e8982.tar.gz |
configs: Resync with savedefconfig
Resync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/mk808_defconfig')
-rw-r--r-- | configs/mk808_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/mk808_defconfig b/configs/mk808_defconfig index 7df44fb81f..80ecc88124 100644 --- a/configs/mk808_defconfig +++ b/configs/mk808_defconfig @@ -23,6 +23,7 @@ CONFIG_DEBUG_UART_BASE=0x20064000 CONFIG_DEBUG_UART_CLOCK=24000000 CONFIG_SPL_FS_FAT=y CONFIG_SYS_LOAD_ADDR=0x70800800 +CONFIG_TPL_MAX_SIZE=0x7ffc CONFIG_SPL_PAYLOAD="u-boot.bin" CONFIG_DEBUG_UART=y CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y @@ -44,7 +45,6 @@ CONFIG_SPL_SEPARATE_BSS=y CONFIG_SPL_FS_EXT4=y CONFIG_SYS_MMCSD_FS_BOOT_PARTITION=2 CONFIG_TPL_NEEDS_SEPARATE_STACK=y -CONFIG_TPL_MAX_SIZE=0x7ffc CONFIG_SYS_CBSIZE=256 CONFIG_SYS_PBSIZE=276 # CONFIG_BOOTM_PLAN9 is not set |