summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/ram/bmips_ram.c6
1 files changed, 1 insertions, 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)