brcm,bcm63268.dtsi uses brcm,bcm6328-mc instead of brcm,bcm63268-mc

Signed-off-by: Álvaro Fernández Rojas <[email protected]>
---
 drivers/ram/bmips_ram.c | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/drivers/ram/bmips_ram.c b/drivers/ram/bmips_ram.c
index 9c0b23b..d0f7cd7 100644
--- a/drivers/ram/bmips_ram.c
+++ b/drivers/ram/bmips_ram.c
@@ -90,11 +90,7 @@ static const struct udevice_id bmips_ram_ids[] = {
        }, {
                .compatible = "brcm,bcm6358-mc",
                .data = (ulong)&bmips_ram_bcm6358,
-       }, {
-               .compatible = "brcm,bcm63268-mc",
-               .data = (ulong)&bmips_ram_bcm6328,
-       },
-       { /* sentinel */ }
+       }, { /* sentinel */ }
 };
 
 static int bmips_ram_probe(struct udevice *dev)
-- 
2.1.4

_______________________________________________
U-Boot mailing list
[email protected]
https://lists.denx.de/listinfo/u-boot

Reply via email to