commit | 86a8fb3b3b45523744d23626e419f72b7e201da8 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Dec 06 21:42:26 2019 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Sun Dec 15 11:44:18 2019 +0800 |
tree | f573c4b298d994e7d64e8ee8ced49c1b181148b6 | |
parent | f45e747d6d0b107992e8aed74c001034c8a6f1a1 [diff] |
x86: Disable microcode section for FSP2 At present we don't support loading microcode with FSP2. The correct way to do this is by adding it to the FIT. For now, disable including microcode in the image. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>