summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2023-06-19 16:43:53 -0400
committerTom Rini <[email protected]>2023-06-19 16:43:53 -0400
commitdd9484a828d268f175d7c54400574d47b2e4f9ab (patch)
tree086f83a2501521b19d3c805776d07ca2eeae08c9 /test
parentacfd0ff3cf23506e7de4c4fca1c3b4b713281317 (diff)
parent3e41ebaa467763cfa0957d3a0944bdc960033839 (diff)
Merge branch '2023-06-19-corstone1000-fwu-updates' into next
To quote the author: Now that the nvmxip block driver is merged we can add on top of it the platform code to use GPT and FWU metadata in the Corstone1000. But first, push 2 fixes that are needed to make all this work: - move nvmxip header to include - setup fwu metadata structures as packed (we have a 32bit writer - Secure enclave Cortex-M0 and a 64bit reader host Cortex-A35)
Diffstat (limited to 'test')
-rw-r--r--test/dm/nvmxip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dm/nvmxip.c b/test/dm/nvmxip.c
index e934748eb5d..89bf481f616 100644
--- a/test/dm/nvmxip.c
+++ b/test/dm/nvmxip.c
@@ -17,7 +17,7 @@
#include <linux/bitops.h>
#include <test/test.h>
#include <test/ut.h>
-#include "../../drivers/mtd/nvmxip/nvmxip.h"
+#include <nvmxip.h>
/* NVMXIP devices described in the device tree */
#define SANDBOX_NVMXIP_DEVICES 2