mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-15 19:51:37 +00:00
test: Fix sandbox tests failing to build
syslog_test.h is in test/log/, not include/
Fixes: 52d3df7fef
("log: Allow LOG_DEBUG to always enable log output")
Signed-off-by: Sean Anderson <seanga2@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
dadc1e3830
commit
3d19a7ee8c
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@
|
|||
#include <test/suites.h>
|
||||
#include <test/ut.h>
|
||||
#include <asm/eth.h>
|
||||
#include <syslog_test.h>
|
||||
#include "syslog_test.h"
|
||||
|
||||
DECLARE_GLOBAL_DATA_PTR;
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
#include <test/suites.h>
|
||||
#include <test/ut.h>
|
||||
#include <asm/eth.h>
|
||||
#include <syslog_test.h>
|
||||
#include "syslog_test.h"
|
||||
|
||||
DECLARE_GLOBAL_DATA_PTR;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue