From 26459488b70fdc40081bbff193d58be663274d51 Mon Sep 17 00:00:00 2001 From: Hao Zhang Date: Wed, 22 Oct 2014 17:47:59 +0300 Subject: ARM: keystone: cmd_ddr3: add ddr3 commands to test ddr Add ddr3 commands: test - test DDR from start\n address to end address\n ddr compare -\n compare DDR data of (size) bytes from start address to end address\n ddr ecc_err - generate bit errors\n in DDR data at , the command will read a 32-bit data\n from , and write (data ^ bit_err) back to \n Delete CONFIG_MAX_UBOOT_MEM_SIZE, as it was supposed to be used for ddr3 commands and for now it's not needed any more. Signed-off-by: Hao Zhang Signed-off-by: Ivan Khoronzhuk --- include/configs/ks2_evm.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/configs/ks2_evm.h') diff --git a/include/configs/ks2_evm.h b/include/configs/ks2_evm.h index 7c6392a3b8..5dae40921c 100644 --- a/include/configs/ks2_evm.h +++ b/include/configs/ks2_evm.h @@ -319,8 +319,4 @@ #include #define CONFIG_SYS_HZ_CLOCK clk_get_rate(KS2_CLK1_6) -/* Maximum memory size for relocated U-boot at the end of the DDR3 memory - which is NOT applicable for DDR ECC test */ -#define CONFIG_MAX_UBOOT_MEM_SIZE (4 << 20) /* 4 MiB */ - #endif /* __CONFIG_KS2_EVM_H */ -- cgit v1.2.3