mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
dm: ram: remove unneeded brcm,bcm63268-mc id
brcm,bcm63268.dtsi uses brcm,bcm6328-mc instead of brcm,bcm63268-mc Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
parent
0c9152d320
commit
b493a3564f
1 changed files with 1 additions and 5 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue