meowth: declare platform in mosys.

Add 'Meowth' board declaration,
and postpone the brand code for later (b/73852456)

BRANCH=none
BUG=b:71722386
TEST=on Meowth, run 'mosys platform name' and 'mosys platform vendor'
TEST=run 'crossystem dev_boot_usb=1' without catastrophic error message.

Change-Id: Ibe64b2122077421ccb4490604e97a315cd7ec4e6
Reviewed-on: https://chromium-review.googlesource.com/936701
Commit-Ready: Vincent Palatin <vpalatin@chromium.org>
Tested-by: Vincent Palatin <vpalatin@chromium.org>
Reviewed-by: Benson Leung <bleung@google.com>
diff --git a/platform/glados/glados.c b/platform/glados/glados.c
index 42672f6..c28c08b 100644
--- a/platform/glados/glados.c
+++ b/platform/glados/glados.c
@@ -71,6 +71,8 @@
 	 * TODO(hungte) There may be variants for LARS so we can't provide a
 	 * single brand here for now. Need to revise for what to do. */
 	{ { "Lars", }, .single_sku = { .brand = NULL, }, },
+        /* TODO(b/73852456) Allocate a brand code */
+	{ { "Meowth", }, .single_sku = { .brand = NULL, }, },
         { { "Nami", }, .single_sku = { .brand = NULL, }, },
 	{ { "Nautilus", }, .single_sku = { .brand = "ZSKM", }, },
 	{ { "Pbody", }, },