mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-30 08:07:59 +00:00
bloblist: test: Drop global_data declarations
This pointer is not used any more, so drop the declarations. Signed-off-by: Simon Glass <sjg@chromium.org> Tested-by: Tom Rini <trini@konsulko.com> # rpi_3, rpi_4, rpi_arm64, am64x_evm_a53, am64-sk
This commit is contained in:
parent
82e6d79d9e
commit
692ed744ba
1 changed files with 0 additions and 3 deletions
|
@ -6,13 +6,10 @@
|
||||||
#include <bloblist.h>
|
#include <bloblist.h>
|
||||||
#include <log.h>
|
#include <log.h>
|
||||||
#include <mapmem.h>
|
#include <mapmem.h>
|
||||||
#include <asm/global_data.h>
|
|
||||||
#include <test/suites.h>
|
#include <test/suites.h>
|
||||||
#include <test/test.h>
|
#include <test/test.h>
|
||||||
#include <test/ut.h>
|
#include <test/ut.h>
|
||||||
|
|
||||||
DECLARE_GLOBAL_DATA_PTR;
|
|
||||||
|
|
||||||
/* Declare a new bloblist test */
|
/* Declare a new bloblist test */
|
||||||
#define BLOBLIST_TEST(_name, _flags) \
|
#define BLOBLIST_TEST(_name, _flags) \
|
||||||
UNIT_TEST(_name, _flags, bloblist_test)
|
UNIT_TEST(_name, _flags, bloblist_test)
|
||||||
|
|
Loading…
Add table
Reference in a new issue