diff options
| author | Andy Shevchenko <[email protected]> | 2020-09-08 16:57:22 +0300 |
|---|---|---|
| committer | Bin Meng <[email protected]> | 2020-09-21 09:47:24 +0800 |
| commit | 5a53441a91e41cdcf720dfacbd2ac4e804cf8341 (patch) | |
| tree | e681e4b28709187f6a5184ec46461250dae2d7b6 /board/intel | |
| parent | 400f84c5baaec9b8a9f30e4ea77785e6f9e00c4b (diff) | |
x86: edison: Move config SYS_MALLOC_LEN to Kconfig
This patch moves the the config SYS_MALLOC_LEN to Kconfig
as it is already done for zynq arch in commit 01aa5b8f0503
("Kconfig: Move config SYS_MALLOC_LEN to Kconfig for zynq").
Signed-off-by: Andy Shevchenko <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Diffstat (limited to 'board/intel')
| -rw-r--r-- | board/intel/edison/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/board/intel/edison/Kconfig b/board/intel/edison/Kconfig index ef9b14aa2bf..05d65445e40 100644 --- a/board/intel/edison/Kconfig +++ b/board/intel/edison/Kconfig @@ -12,6 +12,9 @@ config SYS_SOC config SYS_CONFIG_NAME default "edison" +config SYS_MALLOC_LEN + default 0x08000000 + config SYS_TEXT_BASE default 0x01101000 |
