diff options
| author | Nathan Rossi <nathan@nathanrossi.com> | 2016-01-06 16:49:34 +1000 |
|---|---|---|
| committer | Nathan Rossi <nathan@nathanrossi.com> | 2016-01-06 16:49:34 +1000 |
| commit | b5e4b37bff4749b22af6b8c94b5af7a654bb2b35 (patch) | |
| tree | 0ff14e8031f3a29c89d19b1592d120126081e0c4 /recipes-bsp/u-boot/u-boot-xlnx-dev.bb | |
| parent | ae3a05b5be811d4a7d7a9651a4b28b5bff5df2cb (diff) | |
| download | meta-xilinx-b5e4b37bff4749b22af6b8c94b5af7a654bb2b35.tar.gz | |
u-boot-extra.inc: Retire use of this configuration framework
This is only used by MicroBlaze targets for U-Boot, and due to U-Boot
moving to Device Model this is no longer sufficent to configure U-Boot.
Instead support for MicroBlaze must be added by patches to U-Boot with
partial DM and xparameters support.
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-xlnx-dev.bb')
| -rw-r--r-- | recipes-bsp/u-boot/u-boot-xlnx-dev.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-xlnx-dev.bb b/recipes-bsp/u-boot/u-boot-xlnx-dev.bb index 9fa22fed..50bbf543 100644 --- a/recipes-bsp/u-boot/u-boot-xlnx-dev.bb +++ b/recipes-bsp/u-boot/u-boot-xlnx-dev.bb | |||
| @@ -7,7 +7,6 @@ | |||
| 7 | UBRANCH ?= "master" | 7 | UBRANCH ?= "master" |
| 8 | 8 | ||
| 9 | include u-boot-xlnx.inc | 9 | include u-boot-xlnx.inc |
| 10 | include u-boot-extra.inc | ||
| 11 | include u-boot-spl-zynq-init.inc | 10 | include u-boot-spl-zynq-init.inc |
| 12 | 11 | ||
| 13 | LIC_FILES_CHKSUM = "file://README;beginline=1;endline=6;md5=157ab8408beab40cd8ce1dc69f702a6c" | 12 | LIC_FILES_CHKSUM = "file://README;beginline=1;endline=6;md5=157ab8408beab40cd8ce1dc69f702a6c" |
