commit | 2b6c01190d61f06d53e15d5e6ecf175504a1f324 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Mon Jun 27 13:35:51 2022 -0400 |
committer | Tom Rini <trini@konsulko.com> | Fri Jul 08 17:57:34 2022 -0400 |
tree | 75281c105f6bab0156e2a539e48cf398e46ead98 | |
parent | a2359f5082dced070703ecc2df2f70fcf2b29b3f [diff] |
powerpc: Use the poison value of 0xdeadbeef directly in DDR init On p1_p2_rdb_pc platforms, we set ddr_data_init to the "poison" value of 0xdeadbeef rather than a real calculated / derived value. Do this directly and comment rather than via CONFIG. Signed-off-by: Tom Rini <trini@konsulko.com>