diff options
| author | Nathan Rossi <nathan@nathanrossi.com> | 2016-03-31 19:49:14 +1000 |
|---|---|---|
| committer | Nathan Rossi <nathan@nathanrossi.com> | 2016-03-31 19:50:13 +1000 |
| commit | 41c4dd404a8cb1393feeecd99dda17cf5cab3942 (patch) | |
| tree | 0e09d18b177343c959c506ca92c7d05669ae850c /recipes-bsp/platform-init/platform-init.bb | |
| parent | e77c5cb3af0b4fdf2696b801ddc5e16f42259442 (diff) | |
| download | meta-xilinx-41c4dd404a8cb1393feeecd99dda17cf5cab3942.tar.gz | |
platform-init.bb: Remove ps7_init for ZYBO
U-Boot 2016.01 provides the ps7_init for the ZYBO board, thus it is no
longer required to provide this ps7_init independently.
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Diffstat (limited to 'recipes-bsp/platform-init/platform-init.bb')
| -rw-r--r-- | recipes-bsp/platform-init/platform-init.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-bsp/platform-init/platform-init.bb b/recipes-bsp/platform-init/platform-init.bb index 6d148328..db1101ee 100644 --- a/recipes-bsp/platform-init/platform-init.bb +++ b/recipes-bsp/platform-init/platform-init.bb | |||
| @@ -6,7 +6,6 @@ SECTION = "bsp" | |||
| 6 | include zynq7-platform-init.inc | 6 | include zynq7-platform-init.inc |
| 7 | 7 | ||
| 8 | COMPATIBLE_MACHINE = "$^" | 8 | COMPATIBLE_MACHINE = "$^" |
| 9 | COMPATIBLE_MACHINE_zybo-zynq7 = "zybo-zynq7" | ||
| 10 | COMPATIBLE_MACHINE_picozed-zynq7 = "picozed-zynq7" | 9 | COMPATIBLE_MACHINE_picozed-zynq7 = "picozed-zynq7" |
| 11 | 10 | ||
| 12 | LICENSE = "GPLv2+" | 11 | LICENSE = "GPLv2+" |
