diff options
author | Tom Rini <trini@konsulko.com> | 2024-01-11 11:25:07 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-01-11 11:25:07 -0500 |
commit | 2ee7a8ec6f1711abe9619fd8765edc16742be9de (patch) | |
tree | e367c8c4048f50cdc61b8af8a7b70deff4302607 /arch/arm/mach-omap2/omap3/sdrc.c | |
parent | d3dba8a28bb7f57a4558c944f9c329c467144633 (diff) | |
parent | d914487f8ffbb466086b3d6259e4b05f73147cf6 (diff) |
Merge patch series "net fixes prior lwip"
Maxim Uvarov <maxim.uvarov@linaro.org> says:
Add small net fixes prior lwip patches.
Diffstat (limited to 'arch/arm/mach-omap2/omap3/sdrc.c')
-rw-r--r-- | arch/arm/mach-omap2/omap3/sdrc.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-omap2/omap3/sdrc.c b/arch/arm/mach-omap2/omap3/sdrc.c index 5d43e7c9cf4..4d27d82c788 100644 --- a/arch/arm/mach-omap2/omap3/sdrc.c +++ b/arch/arm/mach-omap2/omap3/sdrc.c @@ -4,7 +4,7 @@ * * This file has been created after exctracting and consolidating * the SDRC related content from mem.c and board.c, also created - * generic init function (mem_init). + * generic init function (omap3_mem_init). * * Copyright (C) 2004-2010 * Texas Instruments Incorporated - https://www.ti.com/ @@ -232,11 +232,11 @@ int dram_init_banksize(void) } /* - * mem_init - + * omap3_mem_init - * - Init the sdrc chip, * - Selects CS0 and CS1, */ -void mem_init(void) +void omap3_mem_init(void) { /* only init up first bank here */ do_sdrc_init(CS0, EARLY_INIT); |