]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
83xx, kmeter: fix compile error
authorHeiko Schocher <hs@denx.de>
Tue, 21 Jul 2009 04:37:28 +0000 (06:37 +0200)
committerWolfgang Denk <wd@denx.de>
Tue, 21 Jul 2009 07:22:23 +0000 (09:22 +0200)
CONFIG_SYS_MALLOC_LEN is defined in the board config, and
the keymile-common.h, which collects common options used
by all keymile-boards. This results in a compile error
when compiling the kmeter1 board. So remove this define
in the board config file.

Signed-off-by: Heiko Schocher <hs@denx.de>
include/configs/kmeter1.h

index 347b47c6516f901e07e66e98050b9a889264a3a8..7e16c56f2bcb2edc6f8edfb5a169d834aa0a9dbe 100644 (file)
 #endif
 
 #define CONFIG_SYS_MONITOR_LEN         (384 * 1024) /* Reserve 384 kB for Mon */
-#define CONFIG_SYS_MALLOC_LEN          (128 * 1024) /* Reserved for malloc */
 
 /*
  * Initial RAM Base Address Setup