sysmem: fix compile error

Error msg: multiple definition of `sysmem_overflow_check'.

Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: I46de1ef35f2decfab7412c415b7f734e3459e5d9
This commit is contained in:
Joseph Chen 2020-05-19 11:23:10 +08:00 committed by Jianhong Chen
parent a3320fac15
commit f3ff8d72ff
1 changed files with 1 additions and 2 deletions

View File

@ -148,8 +148,7 @@ static inline int sysmem_init(void) { return 0; }
static inline int sysmem_initr(void) { return 0; }
static inline int sysmem_free(phys_addr_t base) { return 0; }
static inline void sysmem_dump(void) {}
void sysmem_overflow_check(void) {}
static inline void sysmem_overflow_check(void) {}
__weak int board_sysmem_reserve(struct sysmem *sysmem) { return 0; }
static inline void *sysmem_alloc(enum memblk_id id, phys_size_t size)