Commit f9af10dda89d324f6e3ed761a759a485849510d7

Authored by Dirk Eibach
Committed by Stefan Roese
1 parent f196044dfd

board: dlvision: Reduce memory footprint

Tune dlvision configuration similar to other gdsys boards to reduce memory
footprint.

Signed-off-by: Dirk Eibach <dirk.eibach@gdsys.cc>
Signed-off-by: Stefan Roese <sr@denx.de>

Showing 1 changed file with 8 additions and 1 deletions Side-by-side Diff

include/configs/dlvision.h
... ... @@ -35,6 +35,7 @@
35 35 /* new uImage format support */
36 36 #define CONFIG_FIT
37 37 #define CONFIG_FIT_VERBOSE /* enable fit_format_{error,warning}() */
  38 +#define CONFIG_FIT_DISABLE_SHA256
38 39  
39 40 #define CONFIG_ENV_IS_IN_FLASH /* use FLASH for environment vars */
40 41  
41 42  
... ... @@ -59,8 +60,14 @@
59 60 /*
60 61 * Commands additional to the ones defined in amcc-common.h
61 62 */
62   -#define CONFIG_CMD_CACHE
  63 +#define CONFIG_CMD_DTT
  64 +#undef CONFIG_CMD_DHCP
  65 +#undef CONFIG_CMD_DIAG
63 66 #undef CONFIG_CMD_EEPROM
  67 +#undef CONFIG_CMD_ELF
  68 +#undef CONFIG_CMD_I2C
  69 +#undef CONFIG_CMD_IRQ
  70 +#undef CONFIG_CMD_NFS
64 71  
65 72 /*
66 73 * SDRAM configuration (please see cpu/ppc/sdram.[ch])