From: Jaehoon Chung Date: Mon, 2 Nov 2020 03:07:06 +0000 (+0900) Subject: configs: meson64: relocate config_distro_bootcmmd header X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=014b9f96762d17d04038d8902d419b6476753e4f;p=u-boot.git 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 Acked-by: Neil Armstrong Signed-off-by: Neil Armstrong --- 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 + #ifndef CONFIG_EXTRA_ENV_SETTINGS #define CONFIG_EXTRA_ENV_SETTINGS \ "stdin=" STDIN_CFG "\0" \ @@ -83,6 +85,5 @@ BOOTENV #endif -#include #endif /* __MESON64_CONFIG_H */