You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
473 B
13 lines
473 B
#ifndef _CFG_GLOBAL_H_
|
|
#define _CFG_GLOBAL_H_
|
|
|
|
#include <cfg_global_defines.h>
|
|
|
|
#define CFG_GLOBAL_CHIP BCM11107
|
|
#define CFG_GLOBAL_CHIP_FAMILY CFG_GLOBAL_CHIP_FAMILY_BCMRING
|
|
#define CFG_GLOBAL_CHIP_REV 0xB0
|
|
#define CFG_GLOBAL_RAM_SIZE 0x10000000
|
|
#define CFG_GLOBAL_RAM_BASE 0x00000000
|
|
#define CFG_GLOBAL_RAM_RESERVED_SIZE 0x000000
|
|
|
|
#endif /* _CFG_GLOBAL_H_ */
|
|
|