forked from Qortal/Brooklyn
10 lines
191 B
C
10 lines
191 B
C
/* SPDX-License-Identifier: GPL-2.0+ */
|
|
/*
|
|
* (C) Copyright 2014 Albert ARIBAUD <albert.u.boot@aribaud.net>
|
|
*/
|
|
|
|
#ifndef _ASM_ARCH_SPL_H_
|
|
#define _ASM_ARCH_SPL_H_
|
|
|
|
#define BOOT_DEVICE_NOR 1
|