]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
configs: meson64: relocate config_distro_bootcmmd header
authorJaehoon Chung <jh80.chung@samsung.com>
Mon, 2 Nov 2020 03:07:06 +0000 (12:07 +0900)
committerNeil Armstrong <narmstrong@baylibre.com>
Thu, 5 Nov 2020 15:27:31 +0000 (16:27 +0100)
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>
include/configs/meson64.h

index cee690068022571f1a537e3014c16f1fd1824b29..52cc01f73da3e66f7405191ae02c82692243c2b5 100644 (file)
@@ -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 */