projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a41297
)
configs: meson64: relocate a config_distro_bootcmd header
author
Jaehoon Chung
<jh80.chung@samsung.com>
Sun, 1 Nov 2020 23:56:31 +0000
(08:56 +0900)
committer
Jaehoon Chung
<jh80.chung@samsung.com>
Mon, 28 Oct 2024 11:27:58 +0000
(20:27 +0900)
Relocate a config_distor_bootcmd header before setting
CONGIT_EXTRA_ENV_SETTING.
Change-Id: I84272c9292c32c40d96693d622be31e9e7ac59c4
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
include/configs/meson64.h
patch
|
blob
|
history
diff --git
a/include/configs/meson64.h
b/include/configs/meson64.h
index 6889ad3205c02e22e80e18254b119df38f13f98f..a6e0685e75bbec68695e541c349acb293424f077 100644
(file)
--- 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 */