]> git.dujemihanovic.xyz Git - u-boot.git/commit
test/py: spi: prevent overwriting relocation memory
authorPadmarao Begari <padmarao.begari@amd.com>
Tue, 29 Oct 2024 11:47:09 +0000 (17:17 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 1 Nov 2024 19:37:19 +0000 (13:37 -0600)
commit57ea496c3801b4a604e6d9cb8885544c84635f0b
treeecf19e0c675aa95b1205220e37ebcdffb749ba9c
parent62fe870632fc6a8f18ff59c2e9579be9a80df3d7
test/py: spi: prevent overwriting relocation memory

Update spi negative test case to prevent SF command
from overwriting relocation memory area.

Signed-off-by: Padmarao Begari <padmarao.begari@amd.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Love Kumar <love.kumar@amd.com>
test/py/tests/test_spi.py