diff options
| author | Heiko Thiery <[email protected]> | 2022-01-12 09:57:55 +0100 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2022-02-05 15:49:00 +0100 |
| commit | b72b1716c027cec95e06b986d9148f3a54bd2ef3 (patch) | |
| tree | fb1959cdd765b6b5f4a39d1ba3522f7c3c2823bb | |
| parent | 18956cd41926b1d41b4ae09c4bb70a8e986c7085 (diff) | |
imx: imx8mm: imx8mm-kontron-n801x-s: convert options to Kconfig
CONFIG_SPL_MMC and CONFIG_SPL_SERIAL
Signed-off-by: Heiko Thiery <[email protected]>
Reviewed-by: Frieder Schrempf <[email protected]>
| -rw-r--r-- | configs/kontron-sl-mx8mm_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/kontron-sl-mx8mm_defconfig b/configs/kontron-sl-mx8mm_defconfig index 35d12fca325..940bf07a92e 100644 --- a/configs/kontron-sl-mx8mm_defconfig +++ b/configs/kontron-sl-mx8mm_defconfig @@ -15,6 +15,8 @@ CONFIG_SPL_DM_SPI=y CONFIG_DEFAULT_DEVICE_TREE="imx8mm-kontron-n801x-s" CONFIG_SPL_TEXT_BASE=0x7E1000 CONFIG_TARGET_KONTRON_MX8MM=y +CONFIG_SPL_MMC=y +CONFIG_SPL_SERIAL=y CONFIG_BOOTCOUNT_BOOTLIMIT=3 CONFIG_SPL=y CONFIG_DISTRO_DEFAULTS=y |
