Add support for Conceptronic C54BSR4

SVN-Revision: 10002
This commit is contained in:
Florian Fainelli
2007-12-28 17:48:39 +00:00
parent b8b88560fa
commit 80475bb573
4 changed files with 45 additions and 0 deletions

View File

@@ -55,6 +55,7 @@
#define SIG_BR6541K "4--K"
#define SIG_BR6541KP "4-KP" /* FIXME: valid? */
#define SIG_BR6541WP "4-WP" /* FIXME: valid? */
#define SIG_C54BSR4 SIG_BR6104IPC
#define SIG_EW7207APg "EWAS"
#define SIG_PS1205UWg "4000"
#define SIG_PS3205U "5010"

View File

@@ -179,6 +179,9 @@ static struct board_info boards[] = {
BOARD_ADM("XRT-401D", "Planet XRT-401D", 2, SIG_XRT401D),
BOARD_ADM("XRT-402D", "Planet XRT-402D", 2, SIG_XRT402D),
/* Conceptronic products */
BOARD_ADM("C54BSR4", "Conceptronic C54BSR4", 2, SIG_C54BSR4),
{.model = NULL}
};