mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-11 22:03:15 +00:00
14 lines
226 B
C
14 lines
226 B
C
|
/*
|
||
|
* (C) Copyright 2010-2013
|
||
|
* NVIDIA Corporation <www.nvidia.com>
|
||
|
*
|
||
|
* SPDX-License-Identifier: GPL-2.0+
|
||
|
*/
|
||
|
|
||
|
#ifndef _ASM_ARCH_SPL_H_
|
||
|
#define _ASM_ARCH_SPL_H_
|
||
|
|
||
|
#define BOOT_DEVICE_RAM 1
|
||
|
|
||
|
#endif /* _ASM_ARCH_SPL_H_ */
|