blob: cdf76889555cb7bee775959a121010ce9dc27bb2 [file] [log] [blame]
xjb04a4022021-11-25 15:01:52 +08001/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * Copyright (c) 2019 MediaTek Inc.
4 */
5#ifndef __MEDIATEK_BOOT_MODE_H
6#define __MEDIATEK_BOOT_MODE_H
7
8#define BOOT_CHARGER 1
9#define BOOT_RECOVERY 2
10#define BOOT_BOOTLOADER 3
11#define BOOT_DM_VERITY 4
12#define BOOT_KPOC 5
13#define BOOT_DDR_RSVD 6
14#define BOOT_META 7
15#define BOOT_RPMBPK 8
16#define BOOT_DOWNLOAD 9
17#define BOOT_PCIE 10
18
19#endif