diff options
| author | Nathan Rossi <nathan@nathanrossi.com> | 2015-09-09 14:57:37 +1000 |
|---|---|---|
| committer | Nathan Rossi <nathan@nathanrossi.com> | 2015-09-09 14:57:37 +1000 |
| commit | 559f5add73526911c98f619fbe5369a912dba568 (patch) | |
| tree | c8987b42df77a2a42d9b23ea176ef1f7b29f6505 /conf/machine/include | |
| parent | 49ebb273325ce17f723b402ebcd05673640fd919 (diff) | |
| download | meta-xilinx-559f5add73526911c98f619fbe5369a912dba568.tar.gz | |
ep108-zynqmp: Use mainline u-boot by default
* Upstream u-boot supports ZynqMP
* Default all 'zynqmp' machines to use upstream u-boot
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Diffstat (limited to 'conf/machine/include')
| -rw-r--r-- | conf/machine/include/machine-xilinx-default.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/include/machine-xilinx-default.inc b/conf/machine/include/machine-xilinx-default.inc index a38fb0ed..bf789519 100644 --- a/conf/machine/include/machine-xilinx-default.inc +++ b/conf/machine/include/machine-xilinx-default.inc | |||
| @@ -17,6 +17,7 @@ PREFERRED_VERSION_linux-yocto ?= "3.19%" | |||
| 17 | 17 | ||
| 18 | # U-Boot Configuration | 18 | # U-Boot Configuration |
| 19 | XILINX_DEFAULT_UBOOT := "u-boot-xlnx" | 19 | XILINX_DEFAULT_UBOOT := "u-boot-xlnx" |
| 20 | XILINX_DEFAULT_UBOOT_zynqmp := "u-boot" | ||
| 20 | PREFERRED_PROVIDER_virtual/bootloader ??= "${XILINX_DEFAULT_UBOOT}" | 21 | PREFERRED_PROVIDER_virtual/bootloader ??= "${XILINX_DEFAULT_UBOOT}" |
| 21 | PREFERRED_VERSION_u-boot-xlnx ?= "v2015.01%" | 22 | PREFERRED_VERSION_u-boot-xlnx ?= "v2015.01%" |
| 22 | 23 | ||
