mirror of
https://github.com/armbian/build.git
synced 2025-08-12 22:26:57 +02:00
* Updated kernel/u-boot for MCIMX7SABRE board Supporing 'current' and 'legacy' branches for MCIMX7SABRE board current branch: u-boot: imx_v2020.04_5.4.70_2.3.0 kernel: imx_5.4.70_2.3.0 legacy branch: u-boot: imx_v2018.03_4.14.98_2.0.0_ga kernel: imx_4.14.98_2.0.0_ga * Update kernel config with few additional options like zram, bonding, ... just a few to keep minimum consistency over kernels. Co-authored-by: Igor Pecovnik <igor.pecovnik@gmail.com>
14 lines
427 B
Diff
14 lines
427 B
Diff
diff --git a/configs/mx7dsabresd_defconfig b/configs/mx7dsabresd_defconfig
|
|
index 18b02f4..e8d7105 100644
|
|
--- a/configs/mx7dsabresd_defconfig
|
|
+++ b/configs/mx7dsabresd_defconfig
|
|
@@ -15,7 +15,7 @@ CONFIG_CMD_BOOTZ=y
|
|
# CONFIG_CMD_IMLS is not set
|
|
# CONFIG_CMD_XIMG is not set
|
|
# CONFIG_CMD_EXPORTENV is not set
|
|
-# CONFIG_CMD_IMPORTENV is not set
|
|
+CONFIG_CMD_IMPORTENV=y
|
|
CONFIG_CMD_MEMTEST=y
|
|
CONFIG_CMD_DFU=y
|
|
CONFIG_CMD_GPIO=y
|