blob: 95496e1c59dcb15a72653a7dd53d57ca26745a3f [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
9int dram_init(void);
10int dram_init_banksize(void);
11
12void fixup_ddr_driver_for_ecc(struct spl_image_info *spl_image);
13void fixup_memory_node(struct spl_image_info *spl_image);
14
15#endif /* _K3_DDR_H_ */