From 6e655daf2121fd15dd5a52e054f7383cc351f01f Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Tue, 17 Jul 2007 15:43:58 +0000 Subject: restore support for Infineon's EASY 5120 boards SVN-Revision: 8021 --- target/linux/adm5120-2.6/image/Makefile | 4 ++-- target/linux/adm5120-2.6/image/lzma-loader/src/config.h | 13 ++++++++----- 2 files changed, 10 insertions(+), 7 deletions(-) (limited to 'target/linux/adm5120-2.6/image') diff --git a/target/linux/adm5120-2.6/image/Makefile b/target/linux/adm5120-2.6/image/Makefile index bf4ca5711b..d76e1e1fee 100644 --- a/target/linux/adm5120-2.6/image/Makefile +++ b/target/linux/adm5120-2.6/image/Makefile @@ -105,9 +105,9 @@ ifeq ($(CONFIG_DEVEL),y) $(call Image/Build/Edimax,$(1),ps-3205uwg,$(patsubst jffs2-%,jffs2,$(1)),PS-3205UWg) $(call Image/Build/Edimax,$(1),br-6524wg,$(patsubst jffs2-%,jffs2,$(1)),BR-6524WG) $(call Image/Build/Edimax,$(1),br-6524wp,$(patsubst jffs2-%,jffs2,$(1)),BR-6524WP) - $(call Image/Build/Infineon,$(1),easy-5120,$(patsubst jffs2-%,jffs2,$(1))) - $(call Image/Build/Infineon,$(1),easy-5120-rt,$(patsubst jffs2-%,jffs2,$(1))) $(call Image/Build/Infineon,$(1),easy-5120p-ata,$(patsubst jffs2-%,jffs2,$(1))) + $(call Image/Build/Infineon,$(1),easy-5120-rt,$(patsubst jffs2-%,jffs2,$(1))) + $(call Image/Build/Infineon,$(1),easy-5120-wvoip,$(patsubst jffs2-%,jffs2,$(1))) $(call Image/Build/Infineon,$(1),easy-83000,$(patsubst jffs2-%,jffs2,$(1))) $(call Image/Build/MyLoader,$(1),np27g,$(patsubst jffs2-%,jffs2,$(1)),NP27G) $(call Image/Build/MyLoader,$(1),np28g,$(patsubst jffs2-%,jffs2,$(1)),NP28G) diff --git a/target/linux/adm5120-2.6/image/lzma-loader/src/config.h b/target/linux/adm5120-2.6/image/lzma-loader/src/config.h index b90fcfbe9b..f8bb8e2cce 100644 --- a/target/linux/adm5120-2.6/image/lzma-loader/src/config.h +++ b/target/linux/adm5120-2.6/image/lzma-loader/src/config.h @@ -64,16 +64,19 @@ /* * Infineon boards */ -#if defined(CONFIG_BOARD_EASY5120) -# define CONFIG_BOARD_NAME "EASY 5120" +#if defined(CONFIG_BOARD_EASY5120PATA) +# define CONFIG_BOARD_NAME "EASY 5120P-ATA" +# define CONFIG_FLASH_SIZE FLASH_4M #endif #if defined(CONFIG_BOARD_EASY5120RT) # define CONFIG_BOARD_NAME "EASY 5120-RT" +# define CONFIG_FLASH_SIZE FLASH_4M #endif -#if defined(CONFIG_BOARD_EASY5120PATA) -# define CONFIG_BOARD_NAME "EASY 5120P-ATA" +#if defined(CONFIG_BOARD_EASY5120WVOIP) +# define CONFIG_BOARD_NAME "EASY 5120-WVOIP" +# define CONFIG_FLASH_SIZE FLASH_4M #endif #if defined(CONFIG_BOARD_EASY83000) @@ -105,4 +108,4 @@ # define CONFIG_FLASH_SIZE FLASH_2M #endif -#endif /* _CONFIG_H_ */ \ No newline at end of file +#endif /* _CONFIG_H_ */ -- cgit v1.2.3