diff options
| author | Jaehoon Chung <[email protected]> | 2020-11-02 12:07:06 +0900 |
|---|---|---|
| committer | Neil Armstrong <[email protected]> | 2020-11-05 16:27:31 +0100 |
| commit | 014b9f96762d17d04038d8902d419b6476753e4f (patch) | |
| tree | 7b490d10ba80c4a569b25f52ae6541f88e45b1b7 /include | |
| parent | 72f22839739845937051a09df5f3e6bc75f6c8d9 (diff) | |
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 <[email protected]>
Acked-by: Neil Armstrong <[email protected]>
Signed-off-by: Neil Armstrong <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/meson64.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/meson64.h b/include/configs/meson64.h index cee69006802..52cc01f73da 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 */ |
