commit | 014c66fde6f33dc2714fa98a2c4d0044f6e62bbd | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Dec 06 21:42:32 2019 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Sun Dec 15 11:44:20 2019 +0800 |
tree | 2d1348b0c6b4037518c49df01c9ba12dfe952863 | |
parent | 8d54388a65652a0b9b8128c34c48571409fb4c37 [diff] |
x86: Don't repeat microcode in U-Boot if not needed At present if SPL sets up the microcode then it is still included in U-Boot as well. This is wasteful as microcode is large. Adjust the logic in the image to prevent this. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>