diff options
| author | Jean-Jacques Hiblot <[email protected]> | 2019-04-26 15:21:26 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2019-05-05 08:48:50 -0400 |
| commit | ed885e752f3fdf4d0015362be60c6f259582a15f (patch) | |
| tree | c33dbf757f176a6a2c434a6ad50d0490b4cde18d | |
| parent | 7296a336cafec0463a249c67ad586a99ff132cee (diff) | |
configs: am335x_evm: enable SPL_FIT_IMAGE_TINY
The size of the SPL for the am335x_evm is constrained. There is no need
to have advanced SPL FIT features, so keep the SPL FIT support tiny.
Signed-off-by: Jean-Jacques Hiblot <[email protected]>
Reviewed-by: Lokesh Vutla <[email protected]>
| -rw-r--r-- | configs/am335x_evm_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/am335x_evm_defconfig b/configs/am335x_evm_defconfig index 967ee82bcad..ff96f192e02 100644 --- a/configs/am335x_evm_defconfig +++ b/configs/am335x_evm_defconfig @@ -11,6 +11,7 @@ CONFIG_LOGLEVEL=3 CONFIG_SYS_CONSOLE_INFO_QUIET=y CONFIG_VERSION_VARIABLE=y CONFIG_ARCH_MISC_INIT=y +CONFIG_SPL_FIT_IMAGE_TINY=y CONFIG_SPL_ETH_SUPPORT=y # CONFIG_SPL_FS_EXT4 is not set CONFIG_SPL_MTD_SUPPORT=y |
