Advertisement
juanjosepablos

parche para arreglarlo

May 6th, 2020
1,646
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 1.74 KB | None | 0 0
  1. diff --git a/target/linux/bcm63xx/patches-5.4/564-board_P870HW-51a_v2.patch b/target/linux/bcm63xx/patches-5.4/564-board_P870HW-51a_v2.patch
  2. index 9e06802..33f950e 100644
  3. --- a/target/linux/bcm63xx/patches-5.4/564-board_P870HW-51a_v2.patch
  4. +++ b/target/linux/bcm63xx/patches-5.4/564-board_P870HW-51a_v2.patch
  5. @@ -1,7 +1,7 @@
  6.  --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
  7.  +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
  8. -@@ -1578,6 +1578,48 @@ static struct sprom_fixup __initdata vr3
  9. -   { .offset = 115, .value = 0xfad9 },
  10. +@@ -1578,6 +1578,48 @@ static struct board_info __initdata board_HG622
  11. +   },
  12.   };
  13.  
  14.  +static struct board_info __initdata board_P870HW51A_V2 = {
  15. @@ -46,9 +46,9 @@
  16.  +  },
  17.  +};
  18.  +
  19. - static struct board_info __initdata board_VR3025u = {
  20. -   .name                   = "96368M-1541N",
  21. -   .expected_cpu_id        = 0x6368,
  22. + static struct sprom_fixup __initdata vr3025u_fixups[] = {
  23. +   { .offset = 97, .value = 0xfeb3 },
  24. +   { .offset = 98, .value = 0x1618 },
  25.  @@ -1945,6 +1987,7 @@ static const struct board_info __initcon
  26.   #ifdef CONFIG_BCM63XX_CPU_6368
  27.     &board_96368mvwg,
  28. diff --git a/target/linux/bcm63xx/patches-5.4/578-board_R1000H.patch b/target/linux/bcm63xx/patches-5.4/578-board_R1000H.patch
  29. index f2b2e1e..2af6beb 100644
  30. --- a/target/linux/bcm63xx/patches-5.4/578-board_R1000H.patch
  31. +++ b/target/linux/bcm63xx/patches-5.4/578-board_R1000H.patch
  32. @@ -27,9 +27,9 @@
  33.  +  },
  34.  +};
  35.  +
  36. - static struct board_info __initdata board_VR3025u = {
  37. -   .name                   = "96368M-1541N",
  38. -   .expected_cpu_id        = 0x6368,
  39. + static struct sprom_fixup __initdata vr3025u_fixups[] = {
  40. +   { .offset = 97, .value = 0xfeb3 },
  41. +   { .offset = 98, .value = 0x1618 },
  42.  @@ -2598,6 +2621,7 @@ static const struct board_info __initcon
  43.     &board_HG622,
  44.     &board_HG655b,
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement