]> git.dujemihanovic.xyz Git - u-boot.git/commit
x86: spl: Change the condition for copying U-Boot to RAM
authorSimon Glass <sjg@chromium.org>
Thu, 7 Sep 2023 15:58:17 +0000 (09:58 -0600)
committerBin Meng <bmeng@tinylab.org>
Thu, 21 Sep 2023 22:03:46 +0000 (06:03 +0800)
commit623b3e8f9718a1fbd612b3e42451859e9f98a947
tree2c983c0fe6f360f1db5a82c9824c3df2b1546c26
parent9d69324e7f356958dc8c2b286de771b9f5ac43c3
x86: spl: Change the condition for copying U-Boot to RAM

Make this depend on whether the address matches the offset, rather than
a particular board build. For samus_tpl we don't need to copy, for
example.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/lib/spl.c