Fix the order and names of patches. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 32920master
parent
d1ab4df0d6
commit
fa75bd977a
@ -1,6 +1,6 @@ |
|||||||
--- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
|
--- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
|
||||||
+++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
|
+++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
|
||||||
@@ -724,6 +724,8 @@ void __init board_prom_init(void)
|
@@ -777,6 +777,8 @@ void __init board_prom_init(void)
|
||||||
if (!memcmp(cfe, "cfe-v", 5))
|
if (!memcmp(cfe, "cfe-v", 5))
|
||||||
snprintf(cfe_version, sizeof(cfe_version), "%u.%u.%u-%u.%u",
|
snprintf(cfe_version, sizeof(cfe_version), "%u.%u.%u-%u.%u",
|
||||||
cfe[5], cfe[6], cfe[7], cfe[8], cfe[9]);
|
cfe[5], cfe[6], cfe[7], cfe[8], cfe[9]);
|
Loading…
Reference in new issue