diff options
| author | Dalon Westergreen <dwesterg@gmail.com> | 2015-11-11 19:47:34 -0800 |
|---|---|---|
| committer | Dalon Westergreen <dwesterg@gmail.com> | 2015-11-11 19:47:34 -0800 |
| commit | b3460975c6d4926725129c3fc534ad26a0396e6a (patch) | |
| tree | f121be0c7d6e663059cdff62d32a3d06cebcd8dc | |
| parent | 996b8127c431472cf35b691e8d1c9f0cc79a0650 (diff) | |
| download | meta-altera-b3460975c6d4926725129c3fc534ad26a0396e6a.tar.gz | |
Update machine configuration for Cyclone5 and Arria5
| -rw-r--r-- | conf/machine/arria5.conf | 5 | ||||
| -rw-r--r-- | conf/machine/cyclone5.conf | 4 |
2 files changed, 8 insertions, 1 deletions
diff --git a/conf/machine/arria5.conf b/conf/machine/arria5.conf index d3983ea..e94d3df 100644 --- a/conf/machine/arria5.conf +++ b/conf/machine/arria5.conf | |||
| @@ -1,8 +1,11 @@ | |||
| 1 | #@TYPE: Machine | 1 | #@TYPE: Machine |
| 2 | #@NAME: arria5 | 2 | #@NAME: arria5 |
| 3 | #@DESCRIPTION: Machine configuration for the Cyclone V SoC" | 3 | #@DESCRIPTION: Machine configuration for the Arria V SoC" |
| 4 | 4 | ||
| 5 | require conf/machine/include/socfpga.inc | 5 | require conf/machine/include/socfpga.inc |
| 6 | 6 | ||
| 7 | PREFERRED_VERSION_u-boot-socfpga = "2013.01.01" | ||
| 7 | UBOOT_MACHINE = "socfpga_arria5" | 8 | UBOOT_MACHINE = "socfpga_arria5" |
| 8 | 9 | ||
| 10 | KMACHINE = "arria5" | ||
| 11 | |||
diff --git a/conf/machine/cyclone5.conf b/conf/machine/cyclone5.conf index 060e92f..d8f419a 100644 --- a/conf/machine/cyclone5.conf +++ b/conf/machine/cyclone5.conf | |||
| @@ -4,5 +4,9 @@ | |||
| 4 | 4 | ||
| 5 | require conf/machine/include/socfpga.inc | 5 | require conf/machine/include/socfpga.inc |
| 6 | 6 | ||
| 7 | PREFERRED_VERSION_u-boot-socfpga = "2013.01.01" | ||
| 7 | UBOOT_MACHINE = "socfpga_cyclone5" | 8 | UBOOT_MACHINE = "socfpga_cyclone5" |
| 8 | 9 | ||
| 10 | KMACHINE = "cyclone5" | ||
| 11 | |||
| 12 | |||
