dram_sub_func.h 306 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#ifndef DRAM_SUB_FUNC_H
#define DRAM_SUB_FUNC_H

#define DRAM_UPDATE_STATUS_ERR	-1
#define DRAM_BOOT_STATUS_COLD	0
#define DRAM_BOOT_STATUS_WARM	1

#endif /* DRAM_SUB_FUNC_H */