diff options
| -rw-r--r-- | recipes-bsp/u-boot/u-boot-socfpga_v2016.05.bb | 20 | ||||
| -rw-r--r-- | recipes-bsp/u-boot/u-boot-socfpga_v2016.11.bb | 1 |
2 files changed, 0 insertions, 21 deletions
diff --git a/recipes-bsp/u-boot/u-boot-socfpga_v2016.05.bb b/recipes-bsp/u-boot/u-boot-socfpga_v2016.05.bb index a4e1f44..40281cb 100644 --- a/recipes-bsp/u-boot/u-boot-socfpga_v2016.05.bb +++ b/recipes-bsp/u-boot/u-boot-socfpga_v2016.05.bb | |||
| @@ -7,23 +7,3 @@ require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc | |||
| 7 | SRCREV = "aeaec0e682f45b9e0c62c522fafea353931f73ed" | 7 | SRCREV = "aeaec0e682f45b9e0c62c522fafea353931f73ed" |
| 8 | 8 | ||
| 9 | DEPENDS += "dtc-native" | 9 | DEPENDS += "dtc-native" |
| 10 | |||
| 11 | do_install_append_10m50 () { | ||
| 12 | if [ "x${UBOOT_CONFIG}" != "x" ] | ||
| 13 | then | ||
| 14 | for config in ${UBOOT_MACHINE}; do | ||
| 15 | install -d ${D}/boot | ||
| 16 | install ${B}/${config}/${UBOOT_DTB_BINARY} ${D}/boot/${UBOOT_DTB_BINARY} | ||
| 17 | install ${B}/${config}/${UBOOT_NODTB_BINARY} ${D}/boot/${UBOOT_NODTB_BINARY} | ||
| 18 | done | ||
| 19 | else | ||
| 20 | install -d ${D}/boot | ||
| 21 | install ${B}/${config}/${UBOOT_DTB_BINARY} ${D}/boot/${UBOOT_DTB_BINARY} | ||
| 22 | install ${B}/${config}/${UBOOT_NODTB_BINARY} ${D}/boot/${UBOOT_NODTB_BINARY} | ||
| 23 | fi | ||
| 24 | } | ||
| 25 | |||
| 26 | do_deploy_append_10m50 () { | ||
| 27 | install ${D}/boot/${UBOOT_DTB_BINARY} ${DEPLOYDIR}/${UBOOT_DTB_BINARY} | ||
| 28 | install ${D}/boot/${UBOOT_NODTB_BINARY} ${DEPLOYDIR}/${UBOOT_NODTB_BINARY} | ||
| 29 | } | ||
diff --git a/recipes-bsp/u-boot/u-boot-socfpga_v2016.11.bb b/recipes-bsp/u-boot/u-boot-socfpga_v2016.11.bb index e0eb0cd..0204422 100644 --- a/recipes-bsp/u-boot/u-boot-socfpga_v2016.11.bb +++ b/recipes-bsp/u-boot/u-boot-socfpga_v2016.11.bb | |||
| @@ -7,4 +7,3 @@ require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc | |||
| 7 | SRCREV = "29e0cfb4f77f7aa369136302cee14a91e22dca71" | 7 | SRCREV = "29e0cfb4f77f7aa369136302cee14a91e22dca71" |
| 8 | 8 | ||
| 9 | DEPENDS += "dtc-native" | 9 | DEPENDS += "dtc-native" |
| 10 | |||
