Skip to content

Commit 4473ad6

Browse files
raajlokaAlif Zakuan Yuslaimi
authored andcommitted
configs: soc64: Follow mainline to migrate CONFIG_SYS_BOOTM_LEN to Kconfig
Mainline have migrated the CONFIG_SYS_BOOTM_LEN to the Kconfig. Signed-off-by: Lokanathan, Raaj <raaj.lokanathan@intel.com>
1 parent 5e3888d commit 4473ad6

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

include/configs/socfpga_arria10_socdk.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88

99
#include <asm/arch/base_addr_a10.h>
1010

11-
#define CONFIG_SYS_BOOTM_LEN(32 * 1024 * 1024)
12-
1311
/*
1412
* U-Boot general configurations
1513
*/

include/configs/socfpga_soc64_common.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@
3737
* U-Boot console configurations
3838
*/
3939

40-
/* Extend size of kernel image for uncompression */
41-
#define CONFIG_SYS_BOOTM_LEN(64 * 1024 * 1024)
42-
4340
/*
4441
* U-Boot run time memory configurations
4542
*/

0 commit comments

Comments
 (0)