commit | 351abe3165467b8e40191f22f10d10f525c9abbc | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Tue Oct 29 18:36:49 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Nov 01 13:37:25 2024 -0600 |
tree | 7db913aacbf7f861deee3254fd75fb4613723233 | |
parent | 276495d373b6caf56f4c2c97767e29e759503b5f [diff] |
test/cmd/mem_copy.c: Use CONFIG_SYS_LOAD_ADDR for base When reading/writing to memory we cannot assume that a base address of 0x0 is correct and functional. So use CONFIG_SYS_LOAD_ADDR as the base from which we add a bit more padding and being our tests. Signed-off-by: Tom Rini <trini@konsulko.com>