diff options
| author | Kever Yang <[email protected]> | 2019-08-19 15:01:24 +0800 |
|---|---|---|
| committer | Kever Yang <[email protected]> | 2019-08-23 15:27:40 +0800 |
| commit | 4d2c572312ab9ed4ea2ee7ef1f7c384a0d8d05cf (patch) | |
| tree | 43c47278943d808ce70ac3de75dcc60e147378d2 /Kconfig | |
| parent | 08bbe44424ceb9b356882a0952c24fd28c76c889 (diff) | |
rockchip: Move config SYS_MALLOC_LEN to Kconfig
Use Kconfig for option SYS_MALLOC_LEN and default to 0x2000000.
Signed-off-by: Kever Yang <[email protected]>
Diffstat (limited to 'Kconfig')
| -rw-r--r-- | Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -156,7 +156,8 @@ config SYS_MALLOC_F_LEN config SYS_MALLOC_LEN hex "Define memory for Dynamic allocation" - depends on ARCH_ZYNQ || ARCH_VERSAL || ARCH_STM32MP + depends on ARCH_ZYNQ || ARCH_VERSAL || ARCH_STM32MP || ARCH_ROCKCHIP + default 0x2000000 if ARCH_ROCKCHIP help This defines memory to be allocated for Dynamic allocation TODO: Use for other architectures |
