mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Only compile Xilinx Bootgen when building Zynq based image
This commit is contained in:
@@ -23,8 +23,12 @@ family_tweaks()
|
||||
uboot_custom_postprocess()
|
||||
{
|
||||
# Precompiled first stage bootloader
|
||||
(fetch_from_repo "https://github.com/tparys/xilinx-fsbl-blobs" "xilinx-fsbl" "branch:master")
|
||||
cp ${SRC}/cache/sources/xilinx-fsbl/zynq/fsbl.elf .
|
||||
|
||||
# Compile Xilinx bootgen to make boot image
|
||||
compile_xilinx_bootgen
|
||||
|
||||
# Create a bootgen build instruction file
|
||||
cat > build.bif <<EOF
|
||||
the_ROM_image : {
|
||||
|
||||
Reference in New Issue
Block a user