diff options
Diffstat (limited to 'include/configs/el6x_common.h')
| -rw-r--r-- | include/configs/el6x_common.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/include/configs/el6x_common.h b/include/configs/el6x_common.h index 95c04c37970..f7b96e48258 100644 --- a/include/configs/el6x_common.h +++ b/include/configs/el6x_common.h @@ -8,6 +8,8 @@ #ifndef __EL6Q_COMMON_CONFIG_H #define __EL6Q_COMMON_CONFIG_H +#include <linux/stringify.h> + #define CONFIG_BOARD_NAME EL6Q #include "mx6_common.h" @@ -74,10 +76,6 @@ #define CONFIG_ARP_TIMEOUT 200UL -#define CONFIG_SYS_MEMTEST_START 0x10000000 -#define CONFIG_SYS_MEMTEST_END 0x10800000 -#define CONFIG_SYS_MEMTEST_SCRATCH 0x10800000 - /* Physical Memory Map */ #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR |
