mirror of https://github.com/armbian/build.git
Create helios4_defconfig-0002-enable-setexpr-command.patch
Follow-up for: - https://github.com/armbian/build/issues/8165 - https://github.com/armbian/build/pull/8166 Enable the `setexpr` command on the U-Boot monitor commandline, to enable calculating the load addresses based on the sizes of the DT, kernel, initial ramdisk.
This commit is contained in:
parent
25b887f34f
commit
0018d29734
|
|
@ -0,0 +1,13 @@
|
|||
diff --git a/configs/helios4_defconfig b/configs/helios4_defconfig
|
||||
index 0a1bb8e0362..c36ae95c336 100644
|
||||
--- a/configs/helios4_defconfig
|
||||
+++ b/configs/helios4_defconfig
|
||||
@@ -28,7 +28,7 @@ CONFIG_CMD_SF=y
|
||||
CONFIG_CMD_SPI=y
|
||||
CONFIG_CMD_USB=y
|
||||
CONFIG_CMD_DATE=y
|
||||
-# CONFIG_CMD_SETEXPR is not set
|
||||
+CONFIG_CMD_SETEXPR=y
|
||||
CONFIG_CMD_TFTPPUT=y
|
||||
CONFIG_CMD_CACHE=y
|
||||
CONFIG_CMD_TIME=y
|
||||
Loading…
Reference in New Issue