mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-11 17:56:58 +02:00
mv_ddr_build_message.c is generated in Marvell's standalone mv_ddr code. When imported into u-boot we need to add the appropriate SPDX tag and re-format it slightly. Signed-off-by: Chris Packham <judge.packham@gmail.com>
4 lines
146 B
C
4 lines
146 B
C
// SPDX-License-Identifier: GPL-2.0
|
|
const char mv_ddr_build_message[] = "";
|
|
const char mv_ddr_version_string[] = "mv_ddr: mv_ddr-armada-17.10.4";
|