commit | d73175a7fd9b7cdc3f970df400e4054b1da489e9 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Fri Dec 02 16:42:35 2022 -0500 |
committer | Tom Rini <trini@konsulko.com> | Thu Dec 22 10:31:48 2022 -0500 |
tree | 1eb0a7342b37799fb8134c0c3a463dca76b951f7 | |
parent | 5d766487598400b9267565acad7f9991db26baba [diff] |
ddr: fsl: Remove CONFIG_MEM_INIT_VALUE The way all of the memory init code here works is that we pass 0xDEADBEEF around for the initial value (as it's a well known 'poison' value and so easily recognized in debuggers, etc). The only point of this CONFIG symbol was to pass in a different value for that purpose. Drop this symbol and cleanup the code slightly. Signed-off-by: Tom Rini <trini@konsulko.com>