diff options
author | Tom Rini <trini@konsulko.com> | 2021-02-26 07:55:16 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-02-26 07:55:16 -0500 |
commit | 99bebbd5b2750fc128d8054213bdd6007dd6436c (patch) | |
tree | 0b074459411ad3db8c735a990fabf4e983254ac5 /drivers/ddr/marvell/a38x/mv_ddr_build_message.c | |
parent | d9bc92f5548e3325402e9d6c7bce3fb2de079b9b (diff) | |
parent | 2f0c18b1584129d8386f5a18390996f6bea78065 (diff) |
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell
- turris_mox: Enhancements, mostlly defconfig changes (Pali)
- pci-aardvark: Set Max Payload Size and Max Read Request Size
to 512 bytes (Pali)
- pci_mvebu: Minor cleanup and refactoring (Marek)
- Upgrade A38x DDR3 training to version 14.0.0 (Marek)
Diffstat (limited to 'drivers/ddr/marvell/a38x/mv_ddr_build_message.c')
-rw-r--r-- | drivers/ddr/marvell/a38x/mv_ddr_build_message.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ddr/marvell/a38x/mv_ddr_build_message.c b/drivers/ddr/marvell/a38x/mv_ddr_build_message.c index cc6234fd406..a2bb8a96a65 100644 --- a/drivers/ddr/marvell/a38x/mv_ddr_build_message.c +++ b/drivers/ddr/marvell/a38x/mv_ddr_build_message.c @@ -1,3 +1,3 @@ // SPDX-License-Identifier: GPL-2.0 const char mv_ddr_build_message[] = ""; -const char mv_ddr_version_string[] = "mv_ddr: mv_ddr-armada-18.09.2"; +const char mv_ddr_version_string[] = "mv_ddr: 14.0.0"; |