]>
Commit | Line | Data |
---|---|---|
a3e3d9c1 YS |
1 | BR2_arm=y |
2 | BR2_cortex_m4=y | |
5ba47c2d | 3 | BR2_KERNEL_HEADERS_5_15=y |
a3e3d9c1 YS |
4 | # BR2_UCLIBC_INSTALL_UTILS is not set |
5 | BR2_GCC_ENABLE_LTO=y | |
82c1a437 | 6 | BR2_ROOTFS_POST_BUILD_SCRIPT="board/stmicroelectronics/common/stm32f4xx/stm32-post-build.sh" |
a3e3d9c1 | 7 | BR2_LINUX_KERNEL=y |
5ba47c2d DB |
8 | BR2_LINUX_KERNEL_CUSTOM_VERSION=y |
9 | BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.15.6" | |
a3e3d9c1 YS |
10 | BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y |
11 | BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/stmicroelectronics/stm32f469-disco/linux-xip.config" | |
12 | BR2_LINUX_KERNEL_IMAGE_TARGET_CUSTOM=y | |
a3e3d9c1 YS |
13 | BR2_LINUX_KERNEL_IMAGE_TARGET_NAME="xipImage" |
14 | BR2_LINUX_KERNEL_DTS_SUPPORT=y | |
15 | BR2_LINUX_KERNEL_INTREE_DTS_NAME="stm32f469-disco" | |
16 | BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox-minimal.config" | |
17 | BR2_TARGET_ROOTFS_INITRAMFS=y | |
18 | # BR2_TARGET_ROOTFS_TAR is not set | |
19 | BR2_TARGET_AFBOOT_STM32=y | |
b235a2cf | 20 | BR2_TARGET_AFBOOT_STM32_KERNEL_ADDR=0x0800C000 |
a3e3d9c1 | 21 | BR2_PACKAGE_HOST_OPENOCD=y |