[adm5120] experimental support for the Motorola MU Gateway
[openwrt-10.03/.git] / target / linux / adm5120 / image / lzma-loader / src / config.h
index 74ae9afa204d6851e14beb6df4f37d8943ab3900..4e8b5f647c1cc340d3b921a7d1d2e79c3cbde09b 100644 (file)
 #  define CONFIG_FLASH_SIZE    FLASH_4M
 #endif
 
+/*
+ * Motorola boards
+ */
+#if defined(CONFIG_BOARD_POWERLINEMUGW)
+#  define CONFIG_BOARD_NAME    "Powerline MU Gateway"
+#  define CONFIG_USE_UART1     1
+#endif
+
 /*
  * ZyXEL boards
  */
 #  define CONFIG_FLASH_SIZE    FLASH_2M
 #endif
 
+#if !defined(CONFIG_USE_UART0) && !defined(CONFIG_USE_UART1)
+#  define CONFIG_USE_UART0
+#endif
+
 #endif /* _CONFIG_H_ */