diff options
| -rw-r--r-- | conf/machine/arria5.conf | 2 | ||||
| -rw-r--r-- | conf/machine/cyclone5.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/arria5.conf b/conf/machine/arria5.conf index a04f2d5..6eedabf 100644 --- a/conf/machine/arria5.conf +++ b/conf/machine/arria5.conf | |||
| @@ -19,4 +19,4 @@ KERNEL_DEVICETREE_arria5 ?= " \ | |||
| 19 | 19 | ||
| 20 | # Add support for SDCARD creation | 20 | # Add support for SDCARD creation |
| 21 | IMAGE_CLASSES += "sdcard_image-socfpga" | 21 | IMAGE_CLASSES += "sdcard_image-socfpga" |
| 22 | SOCFPGA_SDIMG_PARTITION_COMMAND = "generate_sdcard_partitions_v2016_11_and_newer" | 22 | SOCFPGA_SDIMG_PARTITION_COMMAND ?= "generate_sdcard_partitions_v2016_11_and_newer" |
diff --git a/conf/machine/cyclone5.conf b/conf/machine/cyclone5.conf index 1c4586e..a2d743b 100644 --- a/conf/machine/cyclone5.conf +++ b/conf/machine/cyclone5.conf | |||
| @@ -27,5 +27,5 @@ KERNEL_DEVICETREE ?= "\ | |||
| 27 | 27 | ||
| 28 | # Add support for SDCARD creation | 28 | # Add support for SDCARD creation |
| 29 | IMAGE_CLASSES += "sdcard_image-socfpga" | 29 | IMAGE_CLASSES += "sdcard_image-socfpga" |
| 30 | SOCFPGA_SDIMG_PARTITION_COMMAND = "generate_sdcard_partitions_v2016_11_and_newer" | 30 | SOCFPGA_SDIMG_PARTITION_COMMAND ?= "generate_sdcard_partitions_v2016_11_and_newer" |
| 31 | 31 | ||
