Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
495a5dc9e2d8e0d56274f3f1788e0c5b2c8f1ec6
/
.
/
arch
/
arm
/
mach-versal
/
include
/
mach
/
sys_proto.h
blob: 31af049a21c9ad7a1042a0e0203e7191fc04f1bd [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: GPL-2.0+ */
/*
* Copyright 2016 - 2018 Xilinx, Inc.
*/
enum
{
TCM_LOCK
,
TCM_SPLIT
,
};
#define
PAYLOAD_ARG_CNT
4U
void
tcm_init
(
u8 mode
);
void
mem_map_fill
(
void
);