From: Jaehoon Chung Date: Sun, 1 Nov 2020 23:56:31 +0000 (+0900) Subject: configs: meson64: relocate a config_distro_bootcmd header X-Git-Tag: submit/tizen/20211123.233157~141 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=93f3e18c63d351b5475d065656015a912270ec38;p=platform%2Fkernel%2Fu-boot.git configs: meson64: relocate a config_distro_bootcmd header Relocate a config_distor_bootcmd header before setting CONGIT_EXTRA_ENV_SETTING. Change-Id: I84272c9292c32c40d96693d622be31e9e7ac59c4 Signed-off-by: Jaehoon Chung --- diff --git a/include/configs/meson64.h b/include/configs/meson64.h index b8eef6d4c7..f99e100f85 100644 --- a/include/configs/meson64.h +++ b/include/configs/meson64.h @@ -85,7 +85,6 @@ #ifndef CONFIG_EXTRA_ENV_SETTINGS #define CONFIG_EXTRA_ENV_SETTINGS \ - TIZEN_ENV_SETTING \ "stdin=" STDIN_CFG "\0" \ "stdout=" STDOUT_CFG "\0" \ "stderr=" STDOUT_CFG "\0" \ @@ -98,8 +97,8 @@ "fdtoverlay_addr_r=0x01000000\0" \ "ramdisk_addr_r=0x13000000\0" \ "fdtfile=amlogic/" CONFIG_DEFAULT_DEVICE_TREE ".dtb\0" \ - BOOTENV + BOOTENV \ + TIZEN_ENV_SETTING #endif - #endif /* __MESON64_CONFIG_H */