diff options
| author | Paweł Anikiel <[email protected]> | 2023-02-21 16:17:06 +0100 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2023-02-22 00:28:39 +0100 |
| commit | 52b8fca7178afdcacb31cfcdfea9429779d084a1 (patch) | |
| tree | f40f817bbb62a9ade1793c1796be628efabb42a8 | |
| parent | 48c172c2f8f4c10f9dbd7416866125a6a528fb88 (diff) | |
chameleonv3: Convert CONFIG_SPL_MAX_SIZE to Kconfig
This file was missed during the conversion process. Add the symbol to
defconfig.
Signed-off-by: Paweł Anikiel <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
| -rw-r--r-- | configs/socfpga_chameleonv3_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/socfpga_chameleonv3_defconfig b/configs/socfpga_chameleonv3_defconfig index 5d08fd282b4..41231e23826 100644 --- a/configs/socfpga_chameleonv3_defconfig +++ b/configs/socfpga_chameleonv3_defconfig @@ -5,6 +5,7 @@ CONFIG_ENV_SIZE=0x10000 CONFIG_ENV_OFFSET=0x4400 CONFIG_DEFAULT_DEVICE_TREE="socfpga_arria10_chameleonv3_480_2" CONFIG_SPL_TEXT_BASE=0xFFE00000 +CONFIG_SPL_MAX_SIZE=0x40000 CONFIG_SPL_DRIVERS_MISC=y CONFIG_TARGET_SOCFPGA_CHAMELEONV3=y CONFIG_SPL_FS_EXT4=y |
