cmd: mem: Add a command to fill the memory with random data
authorJean-Jacques Hiblot <jjhiblot@ti.com>
Tue, 2 Jul 2019 12:23:26 +0000 (14:23 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 18 Jul 2019 15:31:27 +0000 (11:31 -0400)
commit803e1a3d3890621bf588544bc389d973ea9e6cd4
treefb87cda44ab1e747ff1620822d0a5561e3c77f67
parent849f9bef429dd1a2eabaf93bef2bd3442b4e0829
cmd: mem: Add a command to fill the memory with random data

This command fills the memory with data produced by rand().

Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
cmd/Kconfig
cmd/mem.c