Tom Warren | dc89ad1 | 2012-12-11 13:34:12 +0000 | [diff] [blame] | 1 | /* |
2 | * (C) Copyright 2012 | ||||
3 | * NVIDIA Corporation <www.nvidia.com> | ||||
4 | * | ||||
Wolfgang Denk | 1a45966 | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 5 | * SPDX-License-Identifier: GPL-2.0+ |
Tom Warren | dc89ad1 | 2012-12-11 13:34:12 +0000 | [diff] [blame] | 6 | */ |
7 | #ifndef _ASM_ARCH_SPL_H_ | ||||
8 | #define _ASM_ARCH_SPL_H_ | ||||
9 | |||||
10 | #define BOOT_DEVICE_RAM 1 | ||||
11 | |||||
12 | #endif |