From: Alan Cox Date: Fri, 28 Sep 2018 20:23:34 +0000 (+0100) Subject: platforms: more config.h updates for no platform_copyright X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=6585c1a526ff59ce414ccd2ebf8fc342cff085f5;p=FUZIX.git platforms: more config.h updates for no platform_copyright --- diff --git a/Kernel/platform-msx1/config.h b/Kernel/platform-msx1/config.h index 65c61420..f51e8eec 100644 --- a/Kernel/platform-msx1/config.h +++ b/Kernel/platform-msx1/config.h @@ -68,3 +68,5 @@ extern unsigned int swap_dev; #define TTY_INIT_BAUD B115200 /* Hardwired generally */ #define TTYDEV BOOT_TTY /* Device used by kernel for messages, panics */ + +#define platform_copyright() diff --git a/Kernel/platform-sbcv2/config.h b/Kernel/platform-sbcv2/config.h index 27cd2ab3..a9cbf6cf 100644 --- a/Kernel/platform-sbcv2/config.h +++ b/Kernel/platform-sbcv2/config.h @@ -125,3 +125,5 @@ extern unsigned int swap_dev; /* This can optionally be set to force a default baud rate, eg if the system console should match a firmware set rate */ #define TTY_INIT_BAUD B38400 /* To match ROMWBW */ + +#define platform_copyright()