diff options
author | Nicola Lunghi <25422924+nicola-lunghi@users.noreply.github.com> | 2019-05-02 23:37:45 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-05-02 21:46:52 -0700 |
commit | 6f98d5638effd1a4543cd8ea5a57307863d1fe4e (patch) | |
tree | 787a239cf9f1d5092984672bc08dcadb2c7fa99e /recipes-kernel | |
parent | 99220fd7cbd4b07a1a38e2e566d9a8076d843604 (diff) | |
download | meta-altera-6f98d5638effd1a4543cd8ea5a57307863d1fe4e.tar.gz |
linux-altera: rename socfpga_cyclone5_de0_{sockit,nano_soc}
The commit
202eb5481421 ARM: dts: socfpga: Rename socfpga_cyclone5_de0_{sockit,nano_soc}
on the linux-altera repository renamed the socfpga_cyclone5_de0_sockit.dtb devicetree
to socfpga_cyclone5_de0_nano_soc.dtb.
Rename it also here
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-altera.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-altera.inc b/recipes-kernel/linux/linux-altera.inc index 9b7d63d..946a8bb 100644 --- a/recipes-kernel/linux/linux-altera.inc +++ b/recipes-kernel/linux/linux-altera.inc | |||
@@ -23,7 +23,7 @@ KBRANCH ?= "${LINUX_VERSION_PREFIX}${LINUX_VERSION}${LINUX_VERSION_SUFFIX}" | |||
23 | SRC_URI = "${KERNEL_REPO};protocol=${KERNEL_PROT};branch=${KBRANCH}" | 23 | SRC_URI = "${KERNEL_REPO};protocol=${KERNEL_PROT};branch=${KBRANCH}" |
24 | 24 | ||
25 | # Default kernel devicetrees | 25 | # Default kernel devicetrees |
26 | KERNEL_DEVICETREE_cyclone5 ?= "socfpga_cyclone5_socdk.dtb socfpga_cyclone5_sockit.dtb socfpga_cyclone5_socrates.dtb socfpga_cyclone5_de0_sockit.dtb" | 26 | KERNEL_DEVICETREE_cyclone5 ?= "socfpga_cyclone5_socdk.dtb socfpga_cyclone5_sockit.dtb socfpga_cyclone5_socrates.dtb socfpga_cyclone5_de0_nano_soc.dtb" |
27 | KERNEL_DEVICETREE_arria5 ?= "socfpga_arria5_socdk.dtb" | 27 | KERNEL_DEVICETREE_arria5 ?= "socfpga_arria5_socdk.dtb" |
28 | KERNEL_DEVICETREE_arria10 ?= "socfpga_arria10_socdk_sdmmc.dtb socfpga_arria10_socdk_qspi.dtb socfpga_arria10_swvp.dtb" | 28 | KERNEL_DEVICETREE_arria10 ?= "socfpga_arria10_socdk_sdmmc.dtb socfpga_arria10_socdk_qspi.dtb socfpga_arria10_swvp.dtb" |
29 | KERNEL_DEVICETREE_stratix10swvp ?= "altera/stratix10_swvp.dtb" | 29 | KERNEL_DEVICETREE_stratix10swvp ?= "altera/stratix10_swvp.dtb" |