diff options
author | York Sun <yorksun@freescale.com> | 2010-09-28 15:20:36 -0700 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2010-10-20 02:38:39 -0500 |
commit | 4672e1ea2d64a1937a5a2ba0c13b8000034ef668 (patch) | |
tree | d02256e10c871d2757f2e5bc14912ea76e7a8184 | |
parent | 8790ac039983212b1691529780216e8411143b21 (diff) | |
download | u-boot-imx-4672e1ea2d64a1937a5a2ba0c13b8000034ef668.zip u-boot-imx-4672e1ea2d64a1937a5a2ba0c13b8000034ef668.tar.gz u-boot-imx-4672e1ea2d64a1937a5a2ba0c13b8000034ef668.tar.bz2 |
Enable POST memory test for corenet_ds
Signed-off-by: York Sun <yorksun@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
-rw-r--r-- | include/configs/corenet_ds.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/corenet_ds.h b/include/configs/corenet_ds.h index c021d82..c85bffc 100644 --- a/include/configs/corenet_ds.h +++ b/include/configs/corenet_ds.h @@ -86,6 +86,7 @@ #define CONFIG_SYS_NUM_ADDR_MAP 64 /* number of TLB1 entries */ #endif +#define CONFIG_POST CONFIG_SYS_POST_MEMORY /* test POST memory test */ #define CONFIG_SYS_MEMTEST_START 0x00200000 /* memtest works on */ #define CONFIG_SYS_MEMTEST_END 0x00400000 #define CONFIG_SYS_ALT_MEMTEST |