Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Stefan Roese | 083f2e0 | 2012-08-16 17:53:18 +0200 | [diff] [blame] | 2 | /* |
3 | * (C) Copyright 2012 | ||||
4 | * Texas Instruments, <www.ti.com> | ||||
Stefan Roese | 083f2e0 | 2012-08-16 17:53:18 +0200 | [diff] [blame] | 5 | */ |
6 | #ifndef _ASM_SPL_H_ | ||||
7 | #define _ASM_SPL_H_ | ||||
8 | |||||
9 | #define BOOT_DEVICE_NOR 1 | ||||
10 | |||||
Stefan Roese | 083f2e0 | 2012-08-16 17:53:18 +0200 | [diff] [blame] | 11 | #endif |