diff options
| author | Tom Rini <[email protected]> | 2021-09-10 08:24:19 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-09-10 08:24:19 -0400 |
| commit | de5857d05660a839b3ba81b0f24d9b98e927d2ac (patch) | |
| tree | 87b7a6d3f02db00602a413f780af477633b5bb44 /include | |
| parent | f91c3aa07e97196d07d7ff5f85857ad360480ee3 (diff) | |
| parent | 157bc52b0fa9d75611aeca9668c5227d6e64e05e (diff) | |
Merge https://source.denx.de/u-boot/custodians/u-boot-marvell
- mvebu: dts: Armada8k enable mdio (Sven)
- a37xx: pci: Fix / enhance error handling (Pali)
- mvebu: espressobin/turris_: Enable GPT partition support (Pali)
- mvebu: sata_mv: Probe all ports (Tony)
- a37xx: pci: Don't spam about PIO Response Status (Marek)
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/mv-common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mv-common.h b/include/configs/mv-common.h index 53d7acbb103..6036bf4fa5d 100644 --- a/include/configs/mv-common.h +++ b/include/configs/mv-common.h @@ -45,7 +45,7 @@ 230400, 460800, 500000, 576000, \ 921600, 1000000, 1152000, 1500000, \ 2000000, 2500000, 3125000, 4000000, \ - 5150000 } + 5200000 } #endif /* auto boot */ |
