commit | 8b842be10c2d40437b1f24a8dce8718c33045376 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Dec 23 08:11:30 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Jan 05 12:24:41 2021 -0700 |
tree | d92e428e1be0982f160823d685b9feb218cece85 | |
parent | 5e89be1efd4fb4633875f99b1dbe095ff4787c98 [diff] |
x86: apl: Reduce size for TPL Update various drivers to use of_match_ptr() and to avoid including debug strings in TPL. Omit the WiFi driver entirely, since it is not used in TPL. This reduces the TPL binary size by about 608 bytes. Signed-off-by: Simon Glass <sjg@chromium.org>