]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - include/configs/MPC8560ADS.h
env: Finish migration of common ENV options
[thirdparty/u-boot.git] / include / configs / MPC8560ADS.h
index 5ba2b6d64348803c770d46e7c06298149fabe067..20684dc6f3d3bc5ab47f90c9aa218433ba2ce74d 100644 (file)
 /*
  * Environment
  */
-#ifndef CONFIG_SYS_RAMBOOT
-  #define CONFIG_ENV_ADDR              (CONFIG_SYS_MONITOR_BASE + 0x40000)
-  #define CONFIG_ENV_SECT_SIZE 0x40000 /* 256K(one sector) for env */
-  #define CONFIG_ENV_SIZE              0x2000
-#else
-  #define CONFIG_ENV_ADDR              (CONFIG_SYS_MONITOR_BASE - 0x1000)
-  #define CONFIG_ENV_SIZE              0x2000
-#endif
 
 #define CONFIG_LOADS_ECHO      1       /* echo on for serial download */
 #define CONFIG_SYS_LOADS_BAUD_CHANGE   1       /* allow baudrate change */