diff options
author | Tom Rini <trini@konsulko.com> | 2022-07-08 17:57:39 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-07-08 18:03:08 -0400 |
commit | 05a4859637567b13219efd6f1707fb236648b1b7 (patch) | |
tree | 0faeab15539fb5b57dcd4ee82294ae8bab74fc1c /arch/arm/mach-omap2/omap3/emif4.c | |
parent | 52686b87390791945eb05deaedac3c47f193a80f (diff) | |
parent | 07ef80cd9d735d7e2ee9c07bcc74e3786107e780 (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.c | 2 |
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; } |