git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61b907e
)
board: phytec: common: k3: Make configure_capsule_updates() static
author
Wadim Egorov
<w.egorov@phytec.de>
Wed, 5 Mar 2025 04:58:35 +0000
(
05:58
+0100)
committer
Tom Rini
<trini@konsulko.com>
Tue, 18 Mar 2025 14:12:53 +0000
(08:12 -0600)
This function is only used in the board.c file. Make it static.
Signed-off-by: Wadim Egorov <w.egorov@phytec.de>
board/phytec/common/k3/board.c
patch
|
blob
|
history
diff --git
a/board/phytec/common/k3/board.c
b/board/phytec/common/k3/board.c
index
9d83345
..
7d2146d
100644
(file)
--- a/
board/phytec/common/k3/board.c
+++ b/
board/phytec/common/k3/board.c
@@
-48,7
+48,7
@@
struct efi_capsule_update_info update_info = {
* Note: Currently, eMMC hardware partitions are not differentiated; Updates
* are always applied to the first boot partition.
*/
-void configure_capsule_updates(void)
+
static
void configure_capsule_updates(void)
{
static char dfu_string[128] = { 0 };
const char *dfu_raw = "tiboot3.bin raw 0x0 0x400 mmcpart 1;"