mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
77eb9a90dd
Add i.IMXRT family basic support. Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
11 lines
224 B
C
11 lines
224 B
C
/* SPDX-License-Identifier: GPL-2.0+ */
|
|
/*
|
|
* Copyright (C) 2019
|
|
* Author(s): Giulio Benetti <giulio.benetti@benettiengineering.com>
|
|
*/
|
|
|
|
#ifndef _ASM_ARCH_IMXRT_H
|
|
#define _ASM_ARCH_IMXRT_H
|
|
|
|
#endif /* _ASM_ARCH_IMXRT_H */
|
|
|