From d5723b9bc31596d77ad082d16c14ac50ac3988f9 Mon Sep 17 00:00:00 2001 From: juhosg Date: Tue, 23 Sep 2008 14:56:29 +0000 Subject: [adm5120] experimental support for the Motorola MU Gateway git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12662 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/adm5120/image/lzma-loader/src/config.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'target/linux/adm5120/image/lzma-loader/src/config.h') diff --git a/target/linux/adm5120/image/lzma-loader/src/config.h b/target/linux/adm5120/image/lzma-loader/src/config.h index 74ae9afa2..4e8b5f647 100644 --- a/target/linux/adm5120/image/lzma-loader/src/config.h +++ b/target/linux/adm5120/image/lzma-loader/src/config.h @@ -97,6 +97,14 @@ # 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 */ @@ -121,4 +129,8 @@ # define CONFIG_FLASH_SIZE FLASH_2M #endif +#if !defined(CONFIG_USE_UART0) && !defined(CONFIG_USE_UART1) +# define CONFIG_USE_UART0 +#endif + #endif /* _CONFIG_H_ */ -- cgit v1.2.3