From 1147e087b29c4ee259d4235dd106dd631e52ae82 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Fri, 30 Nov 2018 22:38:47 +0000 Subject: [PATCH] zxdiv: we now handle 2 SD cards so fix config --- Kernel/platform-zxdiv/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kernel/platform-zxdiv/config.h b/Kernel/platform-zxdiv/config.h index 974575a0..40337885 100644 --- a/Kernel/platform-zxdiv/config.h +++ b/Kernel/platform-zxdiv/config.h @@ -1,6 +1,6 @@ #define CONFIG_IDE #define CONFIG_SD -#define SD_DRIVE_COUNT 1 /* For the moment */ +#define SD_DRIVE_COUNT 2 #define CONFIG_LARGE_IO_DIRECT /* We support direct to user I/O */ /* Enable to make ^Z dump the inode table for debug */ -- 2.34.1