commit | 68c4316314f051cdc1f86be381d829ad0cdd6e76 | [log] [tgz] |
---|---|---|
author | Paul Kocialkowski <contact@paulk.fr> | Thu Sep 26 20:31:10 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 10 18:56:15 2025 -0600 |
tree | 03bfd89d1a591454d9d1182b06cbfe72082836b2 | |
parent | fdd7e6a947451a0e6c6c203471e17bf8609001ca [diff] |
rockchip: rk3399-rockpro64: Disable bootstage instrumentation config The boot timing and reporting (bootstage) infrastructure is useful for performance analysis and debug but adds overhead and console noise when using the device normally. Remove it from the device config. Signed-off-by: Paul Kocialkowski <contact@paulk.fr> Reviewed-by: Peter Robinson <pbrobinson@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>