]> git.sur5r.net Git - u-boot/blob - arch/arm/include/asm/arch-mx7ulp/sys_proto.h
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
[u-boot] / arch / arm / include / asm / arch-mx7ulp / sys_proto.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (C) 2016 Freescale Semiconductor, Inc.
4  */
5
6 #ifndef _SYS_PROTO_MX7ULP_H_
7 #define _SYS_PROTO_MX7ULP_H_
8
9 #include <asm/mach-imx/sys_proto.h>
10
11 #define BT0CFG_LPBOOT_MASK 0x1
12 #define BT0CFG_DUALBOOT_MASK 0x2
13
14 enum bt_mode {
15         LOW_POWER_BOOT,         /* LP_BT = 1 */
16         DUAL_BOOT,              /* LP_BT = 0, DUAL_BT = 1 */
17         SINGLE_BOOT             /* LP_BT = 0, DUAL_BT = 0 */
18 };
19
20 #endif