| /* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */ | |
| /* | |
| * Copyright (c) 2019 Amlogic, Inc. All rights reserved. | |
| */ | |
| #ifndef __AMLOGIC_FIRMWARE_H__ | |
| #define __AMLOGIC_FIRMWARE_H__ | |
| #define SCPI_BOOT_MODE 0 | |
| #define SMC_BOOT_MODE 1 | |
| #define PURE_DDR 1 | |
| #define PURE_SRAM 2 | |
| #define DDR_SRAM 3 | |
| #endif | |