[PATCH 1/9] fixup! scripts/common: Add write_full() and read_full()
Ahmad Fatoum
a.fatoum at pengutronix.de
Sun Nov 7 23:52:01 PST 2021
These files are already in the same directory as common.h and common.c.
Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
---
scripts/rkimage.c | 4 ++--
scripts/socfpga_mkimage.c | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/scripts/rkimage.c b/scripts/rkimage.c
index 7262f320eb1e..6e68d508ac96 100644
--- a/scripts/rkimage.c
+++ b/scripts/rkimage.c
@@ -13,8 +13,8 @@
#include <errno.h>
#include <stdbool.h>
-#include "../common.h"
-#include "../common.c"
+#include "common.h"
+#include "common.c"
#include "rockchip.h"
#define ARRAY_SIZE(arr) (sizeof(arr) / sizeof(arr[0]))
diff --git a/scripts/socfpga_mkimage.c b/scripts/socfpga_mkimage.c
index d37ca8585a21..e88e75962f9c 100644
--- a/scripts/socfpga_mkimage.c
+++ b/scripts/socfpga_mkimage.c
@@ -10,8 +10,8 @@
#include <fcntl.h>
#include <endian.h>
-#include "../common.h"
-#include "../common.c"
+#include "common.h"
+#include "common.c"
#define VALIDATION_WORD 0x31305341
--
2.30.2
More information about the barebox
mailing list