commit | 7dbabbb05ad13024e3d1ffd51b3b17b68f923d23 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Dec 06 21:42:24 2019 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Sun Dec 15 11:44:18 2019 +0800 |
tree | f9f4d1c7d5141b3268c8140d2d7ed257a58af521 | |
parent | e8e014cadb55f322c2c92693fff38abfa6ccaed0 [diff] |
x86: Add an option to include a FIT Many Intel SoCs require a FIT in order to boot properly. Add an option to include this and enable it by default. This term can be confused with FIT (Flat Image Tree) in U-Boot so the CONFIG option has to include 'X86'. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>