mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 18:28:55 +00:00
1859b8b60d
Most i.MX implements get_boot_device, move it to common header to simplify code Signed-off-by: Peng Fan <peng.fan@nxp.com>
11 lines
203 B
C
11 lines
203 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>
|
|
|
|
#endif
|