Created
September 15, 2019 13:19
-
-
Save Psykar/9f432002d3d48a8e244c98d84f7325ca to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BR2_arm=y | |
BR2_cortex_a9=y | |
BR2_ARM_ENABLE_NEON=y | |
BR2_ARM_ENABLE_VFP=y | |
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_19=y | |
BR2_TARGET_GENERIC_GETTY_PORT="ttyPS0" | |
BR2_ROOTFS_POST_IMAGE_SCRIPT="board/zynq/post-image.sh" | |
BR2_LINUX_KERNEL=y | |
BR2_LINUX_KERNEL_CUSTOM_TARBALL=y | |
BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,Xilinx,linux-xlnx,xilinx-v2019.1)/linux-xilinx-v2019.1.tar.gz" | |
BR2_LINUX_KERNEL_DEFCONFIG="xilinx_zynq" | |
BR2_LINUX_KERNEL_UIMAGE=y | |
BR2_LINUX_KERNEL_UIMAGE_LOADADDR="0x8000" | |
BR2_LINUX_KERNEL_DTS_SUPPORT=y | |
BR2_LINUX_KERNEL_INTREE_DTS_NAME="zynq-picozed" | |
BR2_LINUX_KERNEL_CUSTOM_DTS_PATH="output/build/uboot-xilinx-v2019.1/arch/arm/dts/zynq-picozed.dts" | |
BR2_TARGET_ROOTFS_CPIO=y | |
BR2_TARGET_ROOTFS_CPIO_GZIP=y | |
BR2_TARGET_ROOTFS_CPIO_UIMAGE=y | |
BR2_TARGET_UBOOT=y | |
BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y | |
BR2_TARGET_UBOOT_CUSTOM_GIT=y | |
BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://github.com/Xilinx/u-boot-xlnx.git" | |
BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="xilinx-v2019.1" | |
BR2_TARGET_UBOOT_BOARD_DEFCONFIG="zynq_picozed" | |
BR2_TARGET_UBOOT_NEEDS_DTC=y | |
BR2_TARGET_UBOOT_NEEDS_OPENSSL=y | |
BR2_TARGET_UBOOT_FORMAT_IMG=y | |
BR2_TARGET_UBOOT_SPL=y | |
BR2_TARGET_UBOOT_SPL_NAME="spl/boot.bin" | |
BR2_PACKAGE_HOST_DOSFSTOOLS=y | |
BR2_PACKAGE_HOST_GENIMAGE=y | |
BR2_PACKAGE_HOST_MTOOLS=y |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment