Fix for line numbers in patched patch file

https://github.com/armbian/build/pull/6560
This commit is contained in:
Igor Pecovnik 2024-05-09 16:38:38 +02:00
parent 1ff445fa3d
commit fc7638592c
No known key found for this signature in database
GPG Key ID: AC67DF56D680226A

View File

@ -10,7 +10,7 @@ index f7928a7f2..3c4d1e2f2 100644
#define BAD_RKVENC(mask, n) ((mask) & (1 << (n)))
#define BAD_RKVDEC(mask, n) ((mask) & (1 << (n)))
@@ -1220,51 +1221,44 @@ static void fdt_rm_cpu(const void *blob, u8 cpu_mask)
@@ -1220,51 +1221,54 @@ static void fdt_rm_cpu(const void *blob, u8 cpu_mask)
static void rk3582_fdt_rm_cpus(const void *blob, u8 cpu_mask)
{