mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-11-28 14:11:29 +01:00
arm64: versal: Add missing prototype for initialize_tcm
Add the missing prototype pointed by below sparse warning warning: no previous prototype for 'initialize_tcm' [-Wmissing-prototypes] Signed-off-by: Algapally Santosh Sagar <santoshsagar.algapally@amd.com> Signed-off-by: Ashok Reddy Soma <ashok.reddy.soma@amd.com> Link: https://lore.kernel.org/r/20230609090531.31794-2-ashok.reddy.soma@amd.com Signed-off-by: Michal Simek <michal.simek@amd.com>
This commit is contained in:
parent
a30ac34ca8
commit
b177bb1269
@ -10,6 +10,7 @@ enum {
|
||||
TCM_SPLIT,
|
||||
};
|
||||
|
||||
void initialize_tcm(bool mode);
|
||||
void tcm_init(u8 mode);
|
||||
void mem_map_fill(void);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user