|
@@ -87,7 +87,7 @@ static DEFINE_SPINLOCK(sbc_gxx_spin);
|
|
|
/* partition_info gives details on the logical partitions that the split the
|
|
|
* single flash device into. If the size if zero we use up to the end of the
|
|
|
* device. */
|
|
|
-static struct mtd_partition partition_info[]={
|
|
|
+static const struct mtd_partition partition_info[] = {
|
|
|
{ .name = "SBC-GXx flash boot partition",
|
|
|
.offset = 0,
|
|
|
.size = BOOT_PARTITION_SIZE_KiB*1024 },
|