diff options
| author | David Müller <d.mueller@elsoft.ch> | 2011-12-22 13:38:19 +0100 | 
|---|---|---|
| committer | Stefan Roese <sr@denx.de> | 2012-01-09 09:24:51 +0100 | 
| commit | 4b11dba975268c5ee6fec588772562f3c5f162d6 (patch) | |
| tree | 1bc574e958a8d559dd4cdb3675451a9a76d44ab8 /board/mpl/common/common_util.h | |
| parent | 06b174124e3668be9a01c943b5e0c04c9e9fd1c4 (diff) | |
| download | olio-uboot-2014.01-4b11dba975268c5ee6fec588772562f3c5f162d6.tar.xz olio-uboot-2014.01-4b11dba975268c5ee6fec588772562f3c5f162d6.zip | |
board/mpl/common: remove the old legacy flash
Signed-off-by: David Mueller <d.mueller@elsoft.ch>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board/mpl/common/common_util.h')
| -rw-r--r-- | board/mpl/common/common_util.h | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/board/mpl/common/common_util.h b/board/mpl/common/common_util.h index 29cd14fa6..a0ea23974 100644 --- a/board/mpl/common/common_util.h +++ b/board/mpl/common/common_util.h @@ -30,11 +30,15 @@ typedef struct {  	char eth_addr[21];	/* "00:60:C2:0a:00:00" */  } backup_t; +extern flash_info_t flash_info[];	/* info for FLASH chips */ +  void get_backup_values(backup_t *buf);  #if defined(CONFIG_PIP405) || defined(CONFIG_MIP405)  #define BOOT_MPS	0x01  #define BOOT_PCI	0x02 +int get_boot_mode(void); +void setup_cs_reloc(void);  #endif  void check_env(void); |