commit | 2786707feb66be7a92110aaa337e2d5fbc63f71e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat May 08 13:46:53 2021 -0600 |
committer | Tom Rini <trini@konsulko.com> | Tue Jun 08 11:39:09 2021 -0400 |
tree | dc2cf22474f2001685389a84941ebd67c33bc717 | |
parent | 7fb9759dd6aee3fa59a675508b1677723cff7c76 [diff] |
sandbox: log: Avoid build error with !CONFIG_LOG The pr_cont_test.c test requires CONFIG_LOG since it directly accesses fields in global_data that require it. Move the test into the CONFIG_LOG condition to avoid build errors. Enable CONFIG_LOG on sandbox (not sandbox_spl, etc.) so that we still run this test. This requires resyncing of the configs. Signed-off-by: Simon Glass <sjg@chromium.org>