commit | 58de6c64e74c8454655d8f48ba19f041fb345592 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Mar 15 14:25:29 2025 +0000 |
committer | Tom Rini <trini@konsulko.com> | Thu Apr 03 11:41:55 2025 -0600 |
tree | 17d657faf442352c2839213c4e4040b183382115 | |
parent | ba23a613b5cda34418765dd63e5e809f72405ad1 [diff] |
x86: Drop use of CONFIG_REALMODE_DEBUG This option is not actually defined in Kconfig anymore. Use a normal debug print instead, which has a similar effect. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>