]> git.sur5r.net Git - u-boot/blobdiff - include/configs/MPC832XEMDS.h
imx: mx7: fix build warning when CONFIG_IMX_RDC not enabled
[u-boot] / include / configs / MPC832XEMDS.h
index 3aa1cc9f23e71989f6a10c2be94acbe2a0c8cbb6..428f3abf903d1b19e844cc2dbd7f82130c31dcb1 100644 (file)
  * Environment
  */
 #ifndef CONFIG_SYS_RAMBOOT
-       #define CONFIG_ENV_IS_IN_FLASH  1
        #define CONFIG_ENV_ADDR         \
                        (CONFIG_SYS_MONITOR_BASE + CONFIG_SYS_MONITOR_LEN)
        #define CONFIG_ENV_SECT_SIZE    0x20000
        #define CONFIG_ENV_SIZE         0x2000
 #else
-       #define CONFIG_ENV_IS_NOWHERE   1       /* Store ENV in memory only */
        #define CONFIG_ENV_ADDR         (CONFIG_SYS_MONITOR_BASE - 0x1000)
        #define CONFIG_ENV_SIZE         0x2000
 #endif
 #define CONFIG_HAS_ETH1
 #endif
 
-#define CONFIG_BAUDRATE        115200
-
 #define CONFIG_LOADADDR        800000  /* default location for tftp and bootm */
 
 #undef  CONFIG_BOOTARGS                /* the boot command will set bootargs */