mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] scripts: rkimage: remove twice include of the same file.
@ 2025-10-26  6:22 chalianis1
  2025-10-27 10:18 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: chalianis1 @ 2025-10-26  6:22 UTC (permalink / raw)
  To: s.hauer; +Cc: barebox, Chali Anis

From: Chali Anis <chalianis1@gmail.com>

Signed-off-by: Chali Anis <chalianis1@gmail.com>
---
 scripts/rkimage.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/scripts/rkimage.c b/scripts/rkimage.c
index e5b6d61c4a9d..a6dfd2c95736 100644
--- a/scripts/rkimage.c
+++ b/scripts/rkimage.c
@@ -24,7 +24,6 @@
 #include <openssl/rsa.h>
 
 #include "common.h"
-#include "common.c"
 #include "rockchip.h"
 
 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof(arr[0]))
-- 
2.34.1




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] scripts: rkimage: remove twice include of the same file.
  2025-10-26  6:22 [PATCH] scripts: rkimage: remove twice include of the same file chalianis1
@ 2025-10-27 10:18 ` Sascha Hauer
  0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2025-10-27 10:18 UTC (permalink / raw)
  To: chalianis1; +Cc: barebox

On Sun, Oct 26, 2025 at 02:22:51AM -0400, chalianis1@gmail.com wrote:
> From: Chali Anis <chalianis1@gmail.com>
> 
> Signed-off-by: Chali Anis <chalianis1@gmail.com>
> ---
>  scripts/rkimage.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/scripts/rkimage.c b/scripts/rkimage.c
> index e5b6d61c4a9d..a6dfd2c95736 100644
> --- a/scripts/rkimage.c
> +++ b/scripts/rkimage.c
> @@ -24,7 +24,6 @@
>  #include <openssl/rsa.h>
>  
>  #include "common.h"
> -#include "common.c"

It's not the same file. The .c file is included here intentionally.

Sascha


-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-10-27 10:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-10-26  6:22 [PATCH] scripts: rkimage: remove twice include of the same file chalianis1
2025-10-27 10:18 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox