commit | 07ef80cd9d735d7e2ee9c07bcc74e3786107e780 | [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 | cb42c1f9b168d0e561855870b11e5c02f70e2d0a [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>