mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 08:57:58 +00:00
5f17fef893
These defines could be reused by i.MX8ULP, so move them to common header. Signed-off-by: Peng Fan <peng.fan@nxp.com>
12 lines
243 B
C
12 lines
243 B
C
/* SPDX-License-Identifier: GPL-2.0+ */
|
|
/*
|
|
* Copyright (C) 2016 Freescale Semiconductor, Inc.
|
|
*/
|
|
|
|
#ifndef _SYS_PROTO_MX7ULP_H_
|
|
#define _SYS_PROTO_MX7ULP_H_
|
|
|
|
#include <asm/mach-imx/sys_proto.h>
|
|
|
|
enum boot_device get_boot_device(void);
|
|
#endif
|