summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2017-09-23 21:32:53 (GMT)
committerTom Rini <trini@konsulko.com>2017-09-23 21:32:53 (GMT)
commit0929863aff433d1e87ad6cd03d72f2909fa25573 (patch)
treea2ede6a341486cb0eb52352e2538c6b39c75a6aa /arch
parent6ef71c61f6aba20e8d24e7bff34cc9577305ecf1 (diff)
parenta7d5b6c6686f6f51a750781ff12a360dc64d1076 (diff)
downloadu-boot-0929863aff433d1e87ad6cd03d72f2909fa25573.tar.xz
Merge git://git.denx.de/u-boot-socfpga
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-socfpga/misc_gen5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-socfpga/misc_gen5.c b/arch/arm/mach-socfpga/misc_gen5.c
index 2f1da74..91ddb79 100644
--- a/arch/arm/mach-socfpga/misc_gen5.c
+++ b/arch/arm/mach-socfpga/misc_gen5.c
@@ -144,7 +144,7 @@ static const struct {
const u16 pn;
const char *name;
const char *var;
-} const socfpga_fpga_model[] = {
+} socfpga_fpga_model[] = {
/* Cyclone V E */
{ 0x2b15, "Cyclone V, E/A2", "cv_e_a2" },
{ 0x2b05, "Cyclone V, E/A4", "cv_e_a4" },