blob: 68c5349601e6e9ab91700bb0187dd049a180566b [file] [log] [blame]
Bo Shenf92b2982013-11-15 11:12:38 +08001/*
2 * Copyright (C) 2013 Atmel Corporation
3 * Bo Shen <voice.shen@atmel.com>
4 *
5 * SPDX-License-Identifier: GPL-2.0+
6 */
7
8#ifndef _ASM_ARCH_SPL_H_
9#define _ASM_ARCH_SPL_H_
10
11enum {
12 BOOT_DEVICE_NONE,
13#ifdef CONFIG_SYS_USE_MMC
14 BOOT_DEVICE_MMC1,
15 BOOT_DEVICE_MMC2,
16 BOOT_DEVICE_MMC2_2,
17#endif
18};
19
20#endif