]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: sifive: unmatched: move kernel load address to 0x80200000
authorYong-Xuan Wang <yongxuan.wang@sifive.com>
Thu, 26 Oct 2023 03:22:52 +0000 (03:22 +0000)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Thu, 2 Nov 2023 07:15:29 +0000 (15:15 +0800)
commit891a181cda56ce6f7ee05dec5051ea2bbe5a6c4c
treeded72c282b7db6bca3a29e666ef3e060fcd992a7
parenta966634eda041311f1492139618dab143c863f81
board: sifive: unmatched: move kernel load address to 0x80200000

U-boot initially loads the kernel image to the kernel_addr_r, and
subsequently relocates it to memory address 0x80200000. Setting
kernel_addr_r to 0x80200000 can eliminate one copy operation.

Signed-off-by: Yong-Xuan Wang <yongxuan.wang@sifive.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
include/configs/sifive-unmatched.h