commit | e8e014cadb55f322c2c92693fff38abfa6ccaed0 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Dec 06 21:42:23 2019 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Sun Dec 15 11:44:18 2019 +0800 |
tree | b5b00f81ac125412ac3505fb1cc71d13e3f2cc17 | |
parent | 2cf3a5a73a1b326f1900b0a05bc594e569482180 [diff] |
x86: Don't include the BIOS emulator in TPL We don't generally have enough space to run this, so don't build it into TPL. This helps reduce the size of TPL. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>