aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStefano Babic <sbabic@denx.de>2021-10-20 11:55:25 +0200
committerStefano Babic <sbabic@denx.de>2021-10-20 11:55:25 +0200
commit0105bda050c89b70d632e2efc76f83b73f0e421a (patch)
treec92100b5e9e69448e19aa618faee91e56151b045 /include
parent7bf83a5d7be036969807c0f44ff75d211e039a02 (diff)
downloadu-boot-0105bda050c89b70d632e2efc76f83b73f0e421a.zip
u-boot-0105bda050c89b70d632e2efc76f83b73f0e421a.tar.gz
u-boot-0105bda050c89b70d632e2efc76f83b73f0e421a.tar.bz2
kontron-sl-mx8mm: fix missing configs and deadlock in CI
Even if board can be successfuly built, CI goes in deadlock (see thread on https://www.mail-archive.com/u-boot@lists.denx.de/msg419663.html). This is caused by SYS_CONFIG set in header file and because defconfig for the board is out of sync with Kconfig. As result, buildman goes on to read from stdin until an OOM is reached. Signed-off-by: Stefano Babic <sbabic@denx.de> CC: Frieder Schrempf <frieder.schrempf@kontron.de>
Diffstat (limited to 'include')
-rw-r--r--include/configs/kontron-sl-mx8mm.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/kontron-sl-mx8mm.h b/include/configs/kontron-sl-mx8mm.h
index 4909b36..0d9ab3b 100644
--- a/include/configs/kontron-sl-mx8mm.h
+++ b/include/configs/kontron-sl-mx8mm.h
@@ -22,7 +22,6 @@
#define CONFIG_SYS_INIT_RAM_ADDR 0x40000000
#define CONFIG_SYS_INIT_RAM_SIZE 0x200000
-#define CONFIG_SYS_MALLOC_LEN SZ_64M
#define CONFIG_SYS_HZ 1000
#define CONFIG_SYS_INIT_SP_OFFSET \
@@ -55,8 +54,6 @@
#define BOOTENV
#endif
-#define CONFIG_LOADADDR 0x40480000
-#define CONFIG_SYS_LOAD_ADDR CONFIG_LOADADDR
#define CONFIG_SYS_BOOTM_LEN SZ_64M
#define CONFIG_SPL_MAX_SIZE (148 * SZ_1K)
#define CONFIG_FSL_USDHC