blob: 39e6725bb9bcd7e733ceda655c1c894ab65712b4 [file] [log] [blame]
Santhosh Kumar K25d150f2025-01-06 14:37:08 +05301/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * Copyright (C) 2024, Texas Instruments Incorporated - https://www.ti.com/
4 */
5
6#ifndef _K3_DDR_H_
7#define _K3_DDR_H_
8
Neha Malcom Francis3d3fcb12025-03-20 11:57:33 +05309#include <spl.h>
10
Santhosh Kumar K25d150f2025-01-06 14:37:08 +053011int dram_init(void);
12int dram_init_banksize(void);
13
14void fixup_ddr_driver_for_ecc(struct spl_image_info *spl_image);
15void fixup_memory_node(struct spl_image_info *spl_image);
16
17#endif /* _K3_DDR_H_ */