From fea19ae21530284a2e87bd985cc09bc15e19c223 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Thu, 25 Jun 2009 08:46:13 +0000 Subject: add support for the OSBRiDGE 5GXi/5XLi (thanks to Mattia Aracne for the board) SVN-Revision: 16555 --- target/linux/adm5120/image/lzma-loader/src/config.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'target/linux/adm5120/image/lzma-loader') diff --git a/target/linux/adm5120/image/lzma-loader/src/config.h b/target/linux/adm5120/image/lzma-loader/src/config.h index 4e8b5f647c..e5511d16f5 100644 --- a/target/linux/adm5120/image/lzma-loader/src/config.h +++ b/target/linux/adm5120/image/lzma-loader/src/config.h @@ -105,6 +105,13 @@ # define CONFIG_USE_UART1 1 #endif +/* + * OSBRiDGE boards + */ +#if defined(CONFIG_BOARD_5GXI) +# define CONFIG_BOARD_NAME "OSBRiDGE 5GXi" +#endif + /* * ZyXEL boards */ -- cgit v1.2.3