diff options
author | wdenk | 2004-06-09 21:04:48 +0000 |
---|---|---|
committer | wdenk | 2004-06-09 21:04:48 +0000 |
commit | e63c8ee3dcde0992377df434ab5af486dd866866 (patch) | |
tree | afa7dd308bfbfb582560494737b209c7ff3b0fb5 /include/common.h | |
parent | 36c728774edcfca54766f6828173fe24d3d8aa0b (diff) |
Patch by Sam Song, 09 Jun 2004:
- Add support for RPXlite_DW board
- Update FLASH driver for 4*AM29DL323DB90VI
- Add option configuration of CFG_ENV_IS_IN_NVRAM on RPXlite_DW board
Diffstat (limited to 'include/common.h')
-rw-r--r-- | include/common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h index 43a90495522..71dd1d9b571 100644 --- a/include/common.h +++ b/include/common.h @@ -272,6 +272,8 @@ extern ssize_t spi_write (uchar *, int, uchar *, int); void rpxclassic_init (void); #endif +void rpxlite_init (void); + #ifdef CONFIG_MBX /* $(BOARD)/mbx8xx.c */ void mbx_init (void); |