diff options
Diffstat (limited to 'roms/u-boot/arch/arm/include/asm/arch-davinci/spl.h')
-rw-r--r-- | roms/u-boot/arch/arm/include/asm/arch-davinci/spl.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/roms/u-boot/arch/arm/include/asm/arch-davinci/spl.h b/roms/u-boot/arch/arm/include/asm/arch-davinci/spl.h new file mode 100644 index 00000000..5afe0d4b --- /dev/null +++ b/roms/u-boot/arch/arm/include/asm/arch-davinci/spl.h @@ -0,0 +1,16 @@ +/* + * (C) Copyright 2012 + * Texas Instruments, <www.ti.com> + * + * SPDX-License-Identifier: GPL-2.0+ + */ +#ifndef _ASM_ARCH_SPL_H_ +#define _ASM_ARCH_SPL_H_ + +#define BOOT_DEVICE_NAND 1 +#define BOOT_DEVICE_SPI 2 +#define BOOT_DEVICE_MMC1 3 +#define BOOT_DEVICE_MMC2 4 /* dummy */ +#define BOOT_DEVICE_MMC2_2 5 /* dummy */ + +#endif |