Fix for line numbers in patched patch file
https://github.com/armbian/build/pull/6560
This commit is contained in:
parent
1ff445fa3d
commit
fc7638592c
@ -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)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user