]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/fsl_ddrc_version.h
Convert CONFIG_BOOTCOUNT_ENV to Kconfig
[people/ms/u-boot.git] / include / fsl_ddrc_version.h
CommitLineData
34e026f9
YS
1/*
2 * Copyright 2014 Freescale Semiconductor, Inc.
3 *
ac727577 4 * SPDX-License-Identifier: GPL-2.0+
34e026f9
YS
5 */
6
7#ifndef __FSL_DDRC_VER_H
8#define __FSL_DDRC_VER_H
9
10/*
11 * Only the versions with distinct features or registers are listed here.
12 */
13#define FSL_DDR_VER_4_4 44
14#define FSL_DDR_VER_4_6 46
15#define FSL_DDR_VER_4_7 47
16#define FSL_DDR_VER_5_0 50
17
18#endif /* __FSL_DDRC_VER_H */