commit | 592434139bf943cbc6c80f1467221904a3c917ec | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Dec 06 21:42:15 2019 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Sun Dec 15 11:44:16 2019 +0800 |
tree | bfcb163273623264e2bef33e7ac549aacd66763a | |
parent | 26047f602983dadf833546f8d40b24c7b9beaca3 [diff] |
x86: Allow interrupt to happen once At present the interrupt table is included in all phases of U-Boot. Allow it to be omitted, e.g. in TPL, to reduce size. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>