summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorBrunham, Kalen <[email protected]>2024-05-17 19:13:48 +0000
committerTom Rini <[email protected]>2024-06-07 16:23:05 -0600
commitf9886bc60f42d5bcfcfa4e474af7dc230400b6be (patch)
tree09cbbae62f0e9c1130821da66e95c1bf1b469827 /cmd
parent17b1656dcd07136d83082b23118c20b2042d73e0 (diff)
Added arm64 assembly for examples/api crt0
I've encountered a problem when compiling the 'examples/api' directory for ARM64 in U-boot. The problem lies in the assembly code in 'examples/api/crt0.S' where the current CONFIG_ARM code is only 32-bit. When targeting ARM64, a 64-bit version is necessary. I have proposed a fix by including a 'CONFIG_ARM64' section in the assembly code as shown below. These changes have been check via https://github.com/u-boot/u-boot/pull/538. Feedback is welcome. Signed-off-by: Kalen Brunham <[email protected]>
Diffstat (limited to 'cmd')
0 files changed, 0 insertions, 0 deletions