brcm63xx: fix lzma loader for BCM6362
[openwrt/openwrt.git] / target / linux / brcm63xx / image / lzma-loader / src / board.c
index 28b9c53f72c15df2786740662b7541dc39eb6e47..6a1b13225468973121cb7a09480d67fb40a1ede0 100644 (file)
@@ -71,7 +71,7 @@ void board_init(void)
                if ((prid & 0xff) == 0x04)
                        chipid_reg = 0xfff8c000;
                else if ((prid & 0xff) == 0x70)
-                       chipid_reg = 0xb4e00000;
+                       return; /* FIXME: 0002a070 can be 6362 and 3380 */
                else if ((prid & 0xff) >= 0x30)
                        chipid_reg = 0xb0000000;
                else