git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
f6ee671
9e7d7f9
)
Merge patch series "examples: fix building on arm64"
author
Tom Rini
<trini@konsulko.com>
Thu, 14 Nov 2024 16:51:13 +0000
(10:51 -0600)
committer
Tom Rini
<trini@konsulko.com>
Thu, 14 Nov 2024 16:51:28 +0000
(10:51 -0600)
Heinrich Schuchardt <heinrich.schuchardt@canonical.com> says:
Commit
f9886bc60f42
("Added arm64 assembly for examples/api crt0") added
the arm64 architecture but the code does not even build.
With the changes the 'demo' program runs on qemu_arm64_defconfig using
setenv autostart no
dhcp demo
setenv autostart yes
bootelf $loadaddr
Link:
https://lore.kernel.org/r/20241103053551.52715-1-heinrich.schuchardt@canonical.com
Trivial merge