aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-12-04 10:03:33 -0500
committerTom Rini <trini@konsulko.com>2022-12-23 10:07:03 -0500
commitd5c4b8b0631a1da03e67fdeb1b5bf4a637a33c20 (patch)
treed4c8f3bf258045da26f1efa6792b60be431e29b0 /test
parentdc2c451a94e11e0b5ac006fd603b746632734d5c (diff)
downloadu-boot-d5c4b8b0631a1da03e67fdeb1b5bf4a637a33c20.tar.gz
log: Remove some places where we redefine LOGLEVEL
We cannot redefine a CONFIG value per file in this manner. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'test')
-rw-r--r--test/log/pr_cont_test.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/log/pr_cont_test.c b/test/log/pr_cont_test.c
index 6abddf7a119..df4520d2807 100644
--- a/test/log/pr_cont_test.c
+++ b/test/log/pr_cont_test.c
@@ -16,9 +16,6 @@
#define BUFFSIZE 64
-#undef CONFIG_LOGLEVEL
-#define CONFIG_LOGLEVEL 4
-
DECLARE_GLOBAL_DATA_PTR;
static int log_test_pr_cont(struct unit_test_state *uts)