commit | db17e40ccab6526a9db6ffdd071182a37dd888eb | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Jul 08 09:02:15 2020 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Thu Jul 09 12:33:24 2020 +0800 |
tree | 80956941c068c7e2d12bff063d0a9fe7f49b403b | |
parent | 324ec5d7b4fcc52804cd9dd1091b884b1012e979 [diff] |
x86: apl: Re-enable loading of SPL At present the SPL loader is not included in the TPL image so SPL cannot be loaded. Fix it by including this file for both SPL and TPL. Signed-off-by: Simon Glass <sjg@chromium.org> Fixes: c87f9ce2273 ("x86: Don't build some unused objects in TPL") Reviewed-by: Bin Meng <bmeng.cn@gmail.com>