From 699b13a6064e642280caffaa83c10b359a6c1114 Mon Sep 17 00:00:00 2001 From: wdenk Date: Sun, 3 Nov 2002 18:03:52 +0000 Subject: * Fix mdelay() on TRAB - this was still the debugging version with seconds instead of ms. * Patch by Robert Schwebel, 1 Nov 2002: XScale related cleanup (affects all ARM boards) * Cleanup of names, warnings and README. --- include/configs/smdk2400.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/configs/smdk2400.h') diff --git a/include/configs/smdk2400.h b/include/configs/smdk2400.h index 0cd6e7fac..543dfb071 100644 --- a/include/configs/smdk2400.h +++ b/include/configs/smdk2400.h @@ -54,7 +54,7 @@ /* * Size of malloc() pool */ -#define CONFIG_MALLOC_SIZE (CFG_ENV_SIZE + 128*1024) +#define CFG_MALLOC_LEN (CFG_ENV_SIZE + 128*1024) /* * Hardware drivers -- cgit v1.2.3