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:
04b7e41
)
configs: meson64: Remove the duplicated defined ENV_SETTING
author
Jaehoon Chung
<jh80.chung@samsung.com>
Tue, 9 Jan 2024 09:31:56 +0000
(18:31 +0900)
committer
Jaehoon Chung
<jh80.chung@samsung.com>
Mon, 28 Oct 2024 11:28:43 +0000
(20:28 +0900)
Remove the duplicated defined ENV_SETTING.
It's caused by not created correct 0-format.cmd file.
Change-Id: Ia5df7c8c3840368f5c952c29caf3dbe00d28b6bf
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 a6e0685e75bbec68695e541c349acb293424f077..8201d4f03c3324810182c461b165dd012918ee64 100644
(file)
--- a/
include/configs/meson64.h
+++ b/
include/configs/meson64.h
@@
-131,7
+131,6
@@
#ifndef CFG_EXTRA_ENV_SETTINGS
#define CFG_EXTRA_ENV_SETTINGS \
- TIZEN_ENV_SETTING \
"stdin=" STDIN_CFG "\0" \
"stdout=" STDOUT_CFG "\0" \
"stderr=" STDOUT_CFG "\0" \