summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJaehoon Chung <jh80.chung@samsung.com>2020-11-02 08:56:31 +0900
committerJaehoon Chung <jh80.chung@samsung.com>2023-10-17 13:19:24 +0900
commitbb09d751b7066bd217ac83471e77bba29fa597b9 (patch)
treebd1d2903aa141179003648658f59aa485fc2e56e /include
parent448fb0b9b800c72ba939133beabdcf75c2dd6788 (diff)
downloadu-boot-bb09d751b7066bd217ac83471e77bba29fa597b9.tar.gz
u-boot-bb09d751b7066bd217ac83471e77bba29fa597b9.tar.bz2
u-boot-bb09d751b7066bd217ac83471e77bba29fa597b9.zip
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 <jh80.chung@samsung.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/meson64.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/meson64.h b/include/configs/meson64.h
index 0dfcda4b8e..003b065b2c 100644
--- a/include/configs/meson64.h
+++ b/include/configs/meson64.h
@@ -104,8 +104,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 */