[PATCH 2/9] fixup! scripts: Add rk-usb-loader tool

Ahmad Fatoum a.fatoum at pengutronix.de
Sun Nov 7 23:52:02 PST 2021


This file is already in the same directory as common.h and common.c.

Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
---
 scripts/rk-usb-loader.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/rk-usb-loader.c b/scripts/rk-usb-loader.c
index c742023c60d9..9c2367ed2891 100644
--- a/scripts/rk-usb-loader.c
+++ b/scripts/rk-usb-loader.c
@@ -27,8 +27,8 @@
 #include <fcntl.h>
 #include <libusb.h>
 
-#include "../common.h"
-#include "../common.c"
+#include "common.h"
+#include "common.c"
 #include "rockchip.h"
 
 static void log_error(char *fmt, ...)
-- 
2.30.2




More information about the barebox mailing list