]> git.sur5r.net Git - u-boot/blob - board/synopsys/axs101/axs10x.h
sunxi: Make DRAM_ODT_EN Kconfig setting a bool
[u-boot] / board / synopsys / axs101 / axs10x.h
1 /*
2  * Copyright (C) 2015 Synopsys, Inc. All rights reserved.
3  *
4  * SPDX-License-Identifier:     GPL-2.0+
5  */
6
7 #ifndef _BOARD_SYNOPSYS_AXS10X_H
8 #define _BOARD_SYNOPSYS_AXS10X_H
9
10 enum {
11         AXS_MB_V2,
12         AXS_MB_V3
13 };
14
15 #endif /* _BOARD_SYNOPSYS_AXS10X_H */
16