From 55bfe79a2b25b59ec551cf0a0efca0a33b8a492a Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sat, 8 Dec 2018 01:19:02 +0000 Subject: [PATCH] tc2068: tune for new parent first single model --- Kernel/platform-tc2068/config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Kernel/platform-tc2068/config.h b/Kernel/platform-tc2068/config.h index df857fd8..afcbbfbf 100644 --- a/Kernel/platform-tc2068/config.h +++ b/Kernel/platform-tc2068/config.h @@ -28,6 +28,8 @@ #define CONFIG_SPLIT_UDATA #define UDATA_BLKS 1 #define UDATA_SIZE 0x200 +#define CONFIG_PARENT_FIRST +#define MAXTICKS 20 #define CONFIG_DYNAMIC_BUFPOOL #define CONFIG_DYNAMIC_SWAP -- 2.34.1