]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/MBX860T.h
rename CFG_ENV macros to CONFIG_ENV
[people/ms/u-boot.git] / include / configs / MBX860T.h
index 69d195dc028671ebf4a3727719e20544814b075c..cc051115211cd8cee31ee642756cfdc6265c3904 100644 (file)
  * board: EPPC-Bug from Motorola. To avoid collisions in NVRAM Usage, we
  * access the NVRAM at the offset 0x1000.
  */
-#define CFG_ENV_IS_IN_NVRAM    1       /* turn on NVRAM env feature */
-#define CFG_ENV_ADDR           (CFG_NVRAM_BASE + 0x1000)
-#define CFG_ENV_SIZE           0x1000
+#define CONFIG_ENV_IS_IN_NVRAM 1       /* turn on NVRAM env feature */
+#define CONFIG_ENV_ADDR                (CFG_NVRAM_BASE + 0x1000)
+#define CONFIG_ENV_SIZE                0x1000
 
 /*-----------------------------------------------------------------------
  * Cache Configuration
 */
 #define NR_8259_INTS   0
 
-/* Machine type
-*/
-#define _MACH_8xx (_MACH_fads)
-
 /*
  * MPC8xx CPM Options
  */