Author: jcrouse
Date: 2007-08-28 17:55:17 +0200 (Tue, 28 Aug 2007)
New Revision: 16

Modified:
   buildrom-devel/config/platforms/Config.in
   buildrom-devel/config/platforms/platforms.conf
Log:
Somewhere along the line we missed adding the db800 stuff to the Config.in
and the Makefile.  Doing that now.  No additional code was added, so I'm
self-ACKing this one.

Signed-off-by: Jordan Crouse <[EMAIL PROTECTED]>


Modified: buildrom-devel/config/platforms/Config.in
===================================================================
--- buildrom-devel/config/platforms/Config.in   2007-06-28 16:56:44 UTC (rev 15)
+++ buildrom-devel/config/platforms/Config.in   2007-08-28 15:55:17 UTC (rev 16)
@@ -22,5 +22,9 @@
        bool "Digital Logic msm800sev"
        select PLATFORM
 
+config PLATFORM_DB800
+       bool "AMD DB800"
+       select PLATFORM
+
 endchoice
 endmenu

Modified: buildrom-devel/config/platforms/platforms.conf
===================================================================
--- buildrom-devel/config/platforms/platforms.conf      2007-06-28 16:56:44 UTC 
(rev 15)
+++ buildrom-devel/config/platforms/platforms.conf      2007-08-28 15:55:17 UTC 
(rev 16)
@@ -9,6 +9,7 @@
 PLATFORM-$(CONFIG_PLATFORM_NORWICH) = norwich.conf
 PLATFORM-$(CONFIG_PLATFORM_OLPC) = olpc.conf
 PLATFORM-$(CONFIG_PLATFORM_MSM800SEV) = msm800sev.conf
+PLATFORM-$(CONFIG_PLATFORM_DB800) = db800.conf
 PLATFORM-$(CONFIG_PLATFORM_DBE61) = dbe61.conf
 
 include $(CONFIG_DIR)/platforms/$(PLATFORM-y)


-- 
linuxbios mailing list
[email protected]
http://www.linuxbios.org/mailman/listinfo/linuxbios

Reply via email to