diff options
| author | Wolfgang Denk <wd@pollux.denx.de> | 2006-07-21 11:16:34 +0200 | 
|---|---|---|
| committer | Wolfgang Denk <wd@pollux.denx.de> | 2006-07-21 11:16:34 +0200 | 
| commit | 5078cce81c77d52ff38921b43f5ea73eebf40251 (patch) | |
| tree | f930e06dd7a8bfe210bab9b86f329dfa3d07fef3 /include/configs/aev.h | |
| parent | 978b10964c1a4b3bf97fa5198ba62b36bd173cbe (diff) | |
| download | olio-uboot-2014.01-5078cce81c77d52ff38921b43f5ea73eebf40251.tar.xz olio-uboot-2014.01-5078cce81c77d52ff38921b43f5ea73eebf40251.zip | |
* Cleanup TQM5200 board configurations:
  - make highboot configurations use environment at high end, too,
    to avoid flash fragmentation
  - always use redundand environment
  - don't enable video code for modules without graphics controller
  - provide useful (though different) mtdparts settings
  - get rid of CONFIG_CS_AUTOCONF which was always set anyway
* Extend mkconfig tool to print more useful target name
Diffstat (limited to 'include/configs/aev.h')
| -rw-r--r-- | include/configs/aev.h | 5 | 
1 files changed, 1 insertions, 4 deletions
| diff --git a/include/configs/aev.h b/include/configs/aev.h index aa6bc91b2..8d9f0a166 100644 --- a/include/configs/aev.h +++ b/include/configs/aev.h @@ -1,5 +1,5 @@  /* - * (C) Copyright 2003-2005 + * (C) Copyright 2003-2006   * Wolfgang Denk, DENX Software Engineering, wd@denx.de.   *   * (C) Copyright 2004-2005 @@ -370,10 +370,7 @@  #define CFG_CS0_START		CFG_FLASH_BASE  #define CFG_CS0_SIZE		CFG_FLASH_SIZE -/* automatic configuration of chip selects */ -#ifdef CONFIG_CS_AUTOCONF  #define CONFIG_LAST_STAGE_INIT -#endif  /*   * SRAM - Do not map below 2 GB in address space, because this area is used |