aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorCaleb Connolly <caleb.connolly@linaro.org>2024-06-24 14:31:59 +0200
committerCaleb Connolly <caleb.connolly@linaro.org>2024-07-05 12:04:48 +0200
commitca229a32ba9cc9c3799383487860757188624172 (patch)
tree0e52701c2ed579e44b0fa41285ee6b7d897e32e0 /configs
parentf693b79ec0d177c505fe61fffb9dedb55f593852 (diff)
downloadu-boot-ca229a32ba9cc9c3799383487860757188624172.zip
u-boot-ca229a32ba9cc9c3799383487860757188624172.tar.gz
u-boot-ca229a32ba9cc9c3799383487860757188624172.tar.bz2
mach-snapdragon: move default environment to a file
Make use of CONFIG_DEFAULT_ENV_FILE and move the default qcom environment to a file under board/qualcomm. This is much cleaner and means we don't need to recompile on changing the environment. Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
Diffstat (limited to 'configs')
-rw-r--r--configs/qcom_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/qcom_defconfig b/configs/qcom_defconfig
index 22ce7db..4942237 100644
--- a/configs/qcom_defconfig
+++ b/configs/qcom_defconfig
@@ -36,6 +36,8 @@ CONFIG_CMD_BMP=y
CONFIG_CMD_LOG=y
CONFIG_OF_LIVE=y
CONFIG_BUTTON_QCOM_PMIC=y
+CONFIG_USE_DEFAULT_ENV_FILE=y
+CONFIG_DEFAULT_ENV_FILE="board/qualcomm/default.env"
CONFIG_CLK=y
CONFIG_CLK_QCOM_APQ8016=y
CONFIG_CLK_QCOM_APQ8096=y