summaryrefslogtreecommitdiffstats
path: root/conf/machine/arria5.conf
diff options
context:
space:
mode:
authorDalon Westergreen <dwesterg@gmail.com>2016-04-19 07:20:48 -0700
committerDalon Westergreen <dwesterg@gmail.com>2016-04-19 10:39:08 -0700
commite8d74816bfe44263525a9534e2f0c43a4a2fae85 (patch)
treeb03576b73b35ff688c0e06ae30e4d4cf568c39cd /conf/machine/arria5.conf
parent582a5683a4bde998fafbe6bba5e20474b78a01e3 (diff)
downloadmeta-altera-e8d74816bfe44263525a9534e2f0c43a4a2fae85.tar.gz
SDcard fixes
1) Disable sdcard generation using UBOOT_CONFIG parameter 2) Fix type in sdcard class SDCard generation still isnt working quite right. If IMAGE_FSTYPES += " sdcard" is added, the sdcard image is created but the uboot-config should automatically add sdcard creation when the UBOOT_CONFIG selected looks like "socfpga_cyclone5_socdk,sdcard". TBD: 1) Add uboot env customization based on selected uboot config 2) Fix sdcard generation issue
Diffstat (limited to 'conf/machine/arria5.conf')
-rw-r--r--conf/machine/arria5.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/arria5.conf b/conf/machine/arria5.conf
index f3a0a34..32893e3 100644
--- a/conf/machine/arria5.conf
+++ b/conf/machine/arria5.conf
@@ -8,7 +8,7 @@ PREFERRED_VERSION_u-boot-socfpga ?= "2016.03%"
8 8
9UBOOT_CONFIG ??= "arria5-socdk" 9UBOOT_CONFIG ??= "arria5-socdk"
10 10
11UBOOT_CONFIG[arria5-socdk] = "socfpga_arria5_defconfig,sdcard" 11UBOOT_CONFIG[arria5-socdk] = "socfpga_arria5_defconfig"
12 12
13KMACHINE = "arria5" 13KMACHINE = "arria5"
14 14
@@ -16,4 +16,4 @@ KMACHINE = "arria5"
16KERNEL_DEVICETREE_arria5 ?= "socfpga_arria5_socdk.dtb" 16KERNEL_DEVICETREE_arria5 ?= "socfpga_arria5_socdk.dtb"
17 17
18# Add support for SDCARD creation 18# Add support for SDCARD creation
19IMAGE_CLASSES += "image_types_socfpga 19IMAGE_CLASSES += "image_types_socfpga"