diff options
Diffstat (limited to 'target/linux/brcm63xx/patches-3.7/304-boardid_fixup.patch')
-rw-r--r-- | target/linux/brcm63xx/patches-3.7/304-boardid_fixup.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/brcm63xx/patches-3.7/304-boardid_fixup.patch b/target/linux/brcm63xx/patches-3.7/304-boardid_fixup.patch index 9df5e56d80..8163ce23a3 100644 --- a/target/linux/brcm63xx/patches-3.7/304-boardid_fixup.patch +++ b/target/linux/brcm63xx/patches-3.7/304-boardid_fixup.patch @@ -48,9 +48,9 @@ /* * early init callback, read nvram data from flash and checksum it */ -@@ -776,6 +805,11 @@ void __init board_prom_init(void) - return; - } +@@ -773,6 +802,11 @@ void __init board_prom_init(void) + + bcm63xx_nvram_init(boot_addr + BCM963XX_NVRAM_OFFSET); + if (strcmp(cfe_version, "unknown") != 0) { + /* cfe present */ |