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: accepted/tizen/unified/20241126.175211~370 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=19670830897b4789eaa275e792ca89eac1a935d8;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 6889ad3205..a6e0685e75 100644 --- a/include/configs/meson64.h +++ b/include/configs/meson64.h @@ -145,7 +145,8 @@ "ramdisk_addr_r=" RAMDISK_ADDR_R "\0" \ "fdtfile=" FDTFILE_NAME "\0" \ "dfu_alt_info=fitimage ram " KERNEL_ADDR_R " 0x4000000 \0" \ - BOOTENV + BOOTENV \ + TIZEN_ENV_SETTING #endif #endif /* __MESON64_CONFIG_H */