From ba48db8275730fbc512c0872ae426970a09b5619 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 22 Sep 2022 14:03:07 +0200 Subject: add support for STM32F746G-DISCO device Tested with toolbox / simpleinit as userland. FDPIC/FLAT support both successfully tested. No LCD or Ethernet support. --- target/config/Config.in.rootfs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'target/config/Config.in.rootfs') diff --git a/target/config/Config.in.rootfs b/target/config/Config.in.rootfs index 80baf4d02..f51e57e16 100644 --- a/target/config/Config.in.rootfs +++ b/target/config/Config.in.rootfs @@ -167,7 +167,6 @@ config ADK_TARGET_ROOTFS_GENIMAGE select ADK_TARGET_QEMU_WITH_BLOCK if ADK_TARGET_QEMU select ADK_TARGET_QEMU_WITH_BOOTLOADER if ADK_TARGET_QEMU select ADK_HOST_BUILD_GENIMAGE - depends on ADK_TARGET_ARCH_X86_64 help Create a complete disk image for the target with genimage. @@ -199,3 +198,7 @@ config ADK_TARGET_GENIMAGE_FILENAME default "genimage-efi.cfg" if ADK_PACKAGE_GRUB_EFI_X86_64 || ADK_PACKAGE_GRUB_EFI_X86 default "genimage-dual.cfg" if ADK_TARGET_DUAL_BOOT default "genimage.cfg" + +config ADK_TARGET_EXTLINUX_FILENAME + string + default "extlinux.conf" -- cgit v1.2.3