summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2/omap3/emif4.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-07-08 17:57:39 -0400
committerTom Rini <trini@konsulko.com>2022-07-08 18:03:08 -0400
commit05a4859637567b13219efd6f1707fb236648b1b7 (patch)
tree0faeab15539fb5b57dcd4ee82294ae8bab74fc1c /arch/arm/mach-omap2/omap3/emif4.c
parent52686b87390791945eb05deaedac3c47f193a80f (diff)
parent07ef80cd9d735d7e2ee9c07bcc74e3786107e780 (diff)
Merge branch '2022-07-08-Kconfig-migrations' into next
- Another small round of CONFIG migrations to Kconfig
Diffstat (limited to 'arch/arm/mach-omap2/omap3/emif4.c')
-rw-r--r--arch/arm/mach-omap2/omap3/emif4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/omap3/emif4.c b/arch/arm/mach-omap2/omap3/emif4.c
index d7d779819bf..491e7c23dbc 100644
--- a/arch/arm/mach-omap2/omap3/emif4.c
+++ b/arch/arm/mach-omap2/omap3/emif4.c
@@ -41,7 +41,7 @@ static u32 get_sdr_cs_size(u32 cs)
/* TODO: Calculate the size based on EMIF4 configuration */
if (cs == CS0)
- size = CONFIG_SYS_CS0_SIZE;
+ size = 256 * 1024 * 1024;
return size;
}