summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJaehoon Chung <jh80.chung@samsung.com>2020-11-02 06:07:06 +0300
committerNeil Armstrong <narmstrong@baylibre.com>2020-11-05 18:27:31 +0300
commit014b9f96762d17d04038d8902d419b6476753e4f (patch)
tree7b490d10ba80c4a569b25f52ae6541f88e45b1b7 /include
parent72f22839739845937051a09df5f3e6bc75f6c8d9 (diff)
downloadu-boot-014b9f96762d17d04038d8902d419b6476753e4f.tar.xz
configs: meson64: relocate config_distro_bootcmmd header
Relocate a config_distro_bootcmd header before defined CONFIG_EXTRA_ENV_SETTINGS. Otherwise it can't change to specific environment. Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com> Acked-by: Neil Armstrong <narmstrong@baylibre.com> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/meson64.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/meson64.h b/include/configs/meson64.h
index cee6900680..52cc01f73d 100644
--- a/include/configs/meson64.h
+++ b/include/configs/meson64.h
@@ -69,6 +69,8 @@
func(DHCP, dhcp, na)
#endif
+#include <config_distro_bootcmd.h>
+
#ifndef CONFIG_EXTRA_ENV_SETTINGS
#define CONFIG_EXTRA_ENV_SETTINGS \
"stdin=" STDIN_CFG "\0" \
@@ -83,6 +85,5 @@
BOOTENV
#endif
-#include <config_distro_bootcmd.h>
#endif /* __MESON64_CONFIG_H */