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:
ef41a9f
)
include: env: phytec: k3_net: Remove net_apply_extensions
author
Daniel Schultz
<d.schultz@phytec.de>
Mon, 28 Apr 2025 14:49:02 +0000
(07:49 -0700)
committer
Tom Rini
<trini@konsulko.com>
Wed, 7 May 2025 13:59:03 +0000
(07:59 -0600)
Extensions are now handled by the board-code. Remove this non-existing
function to proper boot from network.
Signed-off-by: Daniel Schultz <d.schultz@phytec.de>
include/env/phytec/k3_net.env
patch
|
blob
|
history
diff --git
a/include/env/phytec/k3_net.env
b/include/env/phytec/k3_net.env
index
8ad1cb7
..
2ccdc9e
100644
(file)
--- a/
include/env/phytec/k3_net.env
+++ b/
include/env/phytec/k3_net.env
@@
-18,5
+18,4
@@
netboot=run netargs;
run netloadimage;
run netloadfdt;
run net_apply_overlays;
- run net_apply_extensions;
booti ${kernel_addr_r} - ${fdt_addr_r}