commit | 2226520c0d2ee6d82f966e35d4098995794123b6 | [log] [tgz] |
---|---|---|
author | Yong-Xuan Wang <yongxuan.wang@sifive.com> | Thu Oct 26 03:22:52 2023 +0000 |
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | Thu Nov 02 15:15:29 2023 +0800 |
tree | ded72c282b7db6bca3a29e666ef3e060fcd992a7 | |
parent | 29999e492331ba8176dabb1678f04dd2521be7af [diff] |
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>