From 955351cf7a4cdae8d4c909437fe2379edaf9b8b3 Mon Sep 17 00:00:00 2001 From: Roland Hieber Date: Wed, 16 Sep 2020 16:03:45 +0200 Subject: reason: disable fixed-partitions check for qemu-mips Cc: Oleksij Rempel Signed-off-by: Roland Hieber --- configs/bsp.ref | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'configs') diff --git a/configs/bsp.ref b/configs/bsp.ref index 4118923..60dfe9e 100644 --- a/configs/bsp.ref +++ b/configs/bsp.ref @@ -13,5 +13,12 @@ ptxdist_debug_pci: value: False - value: True +kernel_dtb_partitions: + description: | + A fixed-partitions node is needed for qemu on mips. + variants: + - condition: kconfig.PTXPlatformConfig()['ARCH_MIPS'] + value: True + - value: False # vim: filetype=yaml shiftwidth=2 expandtab -- cgit v1.2.3