summaryrefslogtreecommitdiff
path: root/board/scalys/grapeboard/board_configuration_data.h
blob: 5424bf012d2f6c9bce49045fdb8f1b33975d986f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef _BCD_H
#define _BCD_H

#define BCD_LENGTH_SIZE	4

#define BCD_FLASH_SIZE 0x800000 /* 8 MBytes */

#define BCD_HASH_SIZE	4

const void* get_boardinfo_rescue_flash(void);
int add_mac_addressess_to_env(const void* blob);

#endif /* _BCD_H */