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-06-10 10:09:58 -0700 |
commit | 36b0a8ca560193c3a2ec1c1e0799ed1dd4c56574 (patch) | |
tree | 2583e29ec179105d354a9b828ec0d8da7669f2e0 | |
parent | a74529d10af6d4ec59d01bafb1cf7a0eff3c83c0 (diff) | |
download | meta-altera-36b0a8ca560193c3a2ec1c1e0799ed1dd4c56574.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
-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" |