commit | 8c43434b576fca024827caccbde5d9eedade89a5 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Sep 07 09:58:17 2023 -0600 |
committer | Bin Meng <bmeng@tinylab.org> | Fri Sep 22 06:03:46 2023 +0800 |
tree | 2c983c0fe6f360f1db5a82c9824c3df2b1546c26 | |
parent | e6682893ed450ae0b5931511b8418982d7f3ee53 [diff] |
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>