From 3a96085b999220c4da0c5ef7d1f7ba26b9ddfb98 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 31 Dec 2017 18:47:16 +0100 Subject: dec-multia: make netboot possible, add aboot bootloader --- target/config/Config.in.rootfs | 4 +++- 1 file changed, 3 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 95704e5ba..36d252570 100644 --- a/target/config/Config.in.rootfs +++ b/target/config/Config.in.rootfs @@ -14,6 +14,7 @@ config ADK_TARGET_ROOTFS_INITRAMFSPIGGYBACK ADK_TARGET_QEMU || \ ADK_TARGET_SIM || \ ADK_TARGET_ARCH_AARCH64 || \ + ADK_TARGET_ARCH_ALPHA || \ ADK_TARGET_ARCH_ARC || \ ADK_TARGET_ARCH_ARM || \ ADK_TARGET_ARCH_H8300 || \ @@ -35,8 +36,9 @@ config ADK_TARGET_ROOTFS_INITRAMFS bool "initramfs filesystem" depends on \ ADK_TARGET_QEMU || \ - ADK_TARGET_ARCH_M68K || \ + ADK_TARGET_ARCH_ALPHA || \ ADK_TARGET_ARCH_ARM || \ + ADK_TARGET_ARCH_M68K || \ ADK_TARGET_ARCH_MICROBLAZE || \ ADK_TARGET_ARCH_MIPS || \ ADK_TARGET_ARCH_MIPS64 || \ -- cgit v1.2.3