commit | 9a1447d85e4db144e3c643e7f45582729ef0519d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Sep 21 07:37:44 2023 -0600 |
committer | Bin Meng <bmeng@tinylab.org> | Fri Sep 22 06:05:40 2023 +0800 |
tree | c46967ddbcd54e619878dd7fac92db130b1b1e4b | |
parent | 028d1f8dc2ca9108e06f1cd05ab9d035af05ff51 [diff] |
x86: coreboot: Drop USB init on startup This is very annoying as it is quite slow on many machines. Also, U-Boot has an existing 'preboot' mechanism to enable this feature if desired. Drop this code so that it is possible to choose whether to init USB or not. Use the existing USE_PREBOOT mechanism instead. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>