blob: 433d80dcf147fdbf6354994bab1b94b4992ebb7a [file] [log] [blame] [edit]
/* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright (c) 2019 MediaTek Inc.
*/
#ifndef __MEDIATEK_BOOT_MODE_H
#define __MEDIATEK_BOOT_MODE_H
#define BOOT_CHARGER 1
#define BOOT_RECOVERY 2
#define BOOT_BOOTLOADER 3
#define BOOT_DM_VERITY 4
#define BOOT_KPOC 5
#define BOOT_DDR_RSVD 6
#define BOOT_META 7
#define BOOT_RPMBPK 8
#define BOOT_QUIESCENT 9
#endif