summaryrefslogtreecommitdiff
path: root/board/ti/common/k3-ddr.h
blob: 737d45e2e509b022a0a8ae57fcf3ff1372a63495 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: GPL-2.0+ */
/*
 * Copyright (C) 2024, Texas Instruments Incorporated - https://www.ti.com/
 */

#ifndef __K3_DDR_INIT_H
#define __K3_DDR_INIT_H

int dram_init(void);
int dram_init_banksize(void);

#endif /* __K3_DDR_INIT_H */