mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
11 lines
191 B
C
11 lines
191 B
C
|
/*
|
||
|
* (C) Copyright 2014 Albert ARIBAUD <albert.u.boot@aribaud.net>
|
||
|
*
|
||
|
* SPDX-License-Identifier: GPL-2.0+
|
||
|
*/
|
||
|
|
||
|
#ifndef _ASM_ARCH_SPL_H_
|
||
|
#define _ASM_ARCH_SPL_H_
|
||
|
|
||
|
#define BOOT_DEVICE_NOR 1
|