boot_init_dram.h 414 Bytes
Newer Older
1
/*
2
 * Copyright (c) 2018-2019, Renesas Electronics Corporation. All rights reserved.
3
4
5
6
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

7
8
#ifndef BOOT_INIT_DRAM_H
#define BOOT_INIT_DRAM_H
9
10
11

extern int32_t rcar_dram_init(void);

12
13
14
15
16
#define INITDRAM_OK		0
#define INITDRAM_NG		0xffffffff
#define INITDRAM_ERR_I		0xffffffff
#define INITDRAM_ERR_O		0xfffffffe
#define INITDRAM_ERR_T		0xfffffff0
17

18
#endif /* BOOT_INIT_DRAM_H */