projects
/
platform
/
kernel
/
u-boot-spacemit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8778b31
)
board: spacemit: Don't import a vendor env file
96/315496/1
author
Jaehoon Chung
<jh80.chung@samsung.com>
Wed, 31 Jul 2024 05:22:23 +0000
(14:22 +0900)
committer
Jaehoon Chung
<jh80.chung@samsung.com>
Wed, 31 Jul 2024 05:22:23 +0000
(14:22 +0900)
Don't import a vendor env file at runtime.
Change-Id: I82c0bacdaa784a78c9c47af7823bd06abf553446
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
board/spacemit/k1-x/k1x.c
patch
|
blob
|
history
diff --git
a/board/spacemit/k1-x/k1x.c
b/board/spacemit/k1-x/k1x.c
index 0d3ebf677da7df9da9619400ad371ea9247ff8d9..01881e244623fd1185b4cbcd7a2adf772448a88a 100644
(file)
--- a/
board/spacemit/k1-x/k1x.c
+++ b/
board/spacemit/k1-x/k1x.c
@@
-827,8
+827,10
@@
int board_late_init(void)
return 0;
}
+#ifndef CONFIG_TIZEN_K1_X
/*import env.txt from bootfs*/
import_env_from_bootfs();
+#endif
#ifdef CONFIG_DISPLAY_SPACEMIT_HDMI
if (is_hdmi_connected < 0) {