summaryrefslogtreecommitdiff
path: root/target/linux/adm5120-2.6/image/lzma-loader
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2007-07-17 15:43:58 +0000
committerGabor Juhos <juhosg@openwrt.org>2007-07-17 15:43:58 +0000
commit6e655daf2121fd15dd5a52e054f7383cc351f01f (patch)
tree12b8f14dfbfdc9f26333552540e602c5e14c5eab /target/linux/adm5120-2.6/image/lzma-loader
parent0c0161849b1a63e8f844adf16f32d878319dab9f (diff)
downloadmtk-20170518-6e655daf2121fd15dd5a52e054f7383cc351f01f.zip
mtk-20170518-6e655daf2121fd15dd5a52e054f7383cc351f01f.tar.gz
mtk-20170518-6e655daf2121fd15dd5a52e054f7383cc351f01f.tar.bz2
restore support for Infineon's EASY 5120 boards
SVN-Revision: 8021
Diffstat (limited to 'target/linux/adm5120-2.6/image/lzma-loader')
-rw-r--r--target/linux/adm5120-2.6/image/lzma-loader/src/config.h13
1 files changed, 8 insertions, 5 deletions
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 b90fcfb..f8bb8e2 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_ */