Skip to content

Commit

Permalink
davinci: omapl138-lcdk: enable SPL_SYS_MALLOC_SIMPLE
Browse files Browse the repository at this point in the history
We're working towards enabling the driver model in SPL for da850-lcdk.
Enable SPL_SYS_MALLOC_SIMPLE in defconfig to reduce SPL size.

Signed-off-by: Bartosz Golaszewski <[email protected]>
  • Loading branch information
brgl authored and trini committed Jul 29, 2019
1 parent 95cffd9 commit 31a3d91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configs/omapl138_lcdk_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ CONFIG_VERSION_VARIABLE=y
# CONFIG_DISPLAY_CPUINFO is not set
CONFIG_BOARD_EARLY_INIT_F=y
CONFIG_SPL_TEXT_BASE=0x80000000
CONFIG_SPL_SYS_MALLOC_SIMPLE=y
CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR=0xb5
CONFIG_SPL_NAND_SUPPORT=y
CONFIG_HUSH_PARSER=y
Expand Down

0 comments on commit 31a3d91

Please sign in to comment.