mkzynfw: fix NBG-318S definitions

SVN-Revision: 11095
This commit is contained in:
Gabor Juhos 2008-05-09 07:53:24 +00:00
parent d7f96cfa50
commit f8b94cdc30
2 changed files with 2 additions and 2 deletions

View File

@ -138,7 +138,7 @@ int num_blocks = 0;
AR7_FLASH_BASE, fs, AR7_CODE_START, 0x8000)
#define ATHEROSBOARD1(n, d, m, fs) BOARD(n, d, ZYNOS_VENDOR_ID_ZYXEL, m, \
ATHEROS_FLASH_BASE, fs, ATHEROS_CODE_START, 0x8000)
ATHEROS_FLASH_BASE, fs, ATHEROS_CODE_START, 0x30000)
static struct board_info boards[] = {
/*

View File

@ -216,6 +216,6 @@ struct zyn_mmt_item {
#define ZYNOS_MODEL_O2SURF ZYNOS_MODEL_P_2602HWN_D7A
/* Atheros AR2318 based boards */
#define ZYNOS_MODEL_NBG_318S MID( 232)
#define ZYNOS_MODEL_NBG_318S MID(59392)
#endif /* _ZYNOS_H */