mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 06:04:34 +00:00
12 lines
262 B
C
12 lines
262 B
C
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
||
|
/*
|
||
|
* K3: Architecture common definitions
|
||
|
*
|
||
|
* Copyright (C) 2018 Texas Instruments Incorporated - http://www.ti.com/
|
||
|
* Lokesh Vutla <lokeshvutla@ti.com>
|
||
|
*/
|
||
|
|
||
|
#include <asm/armv7_mpu.h>
|
||
|
|
||
|
void setup_k3_mpu_regions(void);
|