summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHao Zhang <hzhang@ti.com>2014-10-22 17:47:59 +0300
committerTom Rini <trini@ti.com>2014-10-23 11:27:29 -0400
commit26459488b70fdc40081bbff193d58be663274d51 (patch)
tree09f860270bbaeb048bbaee0ffdf5b3b0131da8f5 /include
parent89f44bb0ceda8ba6b96f16d84a0a8a014f251e6e (diff)
downloadblackbird-obmc-uboot-26459488b70fdc40081bbff193d58be663274d51.tar.gz
blackbird-obmc-uboot-26459488b70fdc40081bbff193d58be663274d51.zip
ARM: keystone: cmd_ddr3: add ddr3 commands to test ddr
Add ddr3 commands: test <start_addr in hex> <end_addr in hex> - test DDR from start\n address to end address\n ddr compare <start_addr in hex> <end_addr in hex> <size in hex> -\n compare DDR data of (size) bytes from start address to end address\n ddr ecc_err <addr in hex> <bit_err in hex> - generate bit errors\n in DDR data at <addr>, the command will read a 32-bit data\n from <addr>, and write (data ^ bit_err) back to <addr>\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 <hzhang@ti.com> Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@ti.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/ks2_evm.h4
1 files changed, 0 insertions, 4 deletions
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 <asm/arch/clock.h>
#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 */
OpenPOWER on IntegriCloud