]> git.dujemihanovic.xyz Git - u-boot.git/commit
powerpc: Use the poison value of 0xdeadbeef directly in DDR init
authorTom Rini <trini@konsulko.com>
Mon, 27 Jun 2022 17:35:51 +0000 (13:35 -0400)
committerTom Rini <trini@konsulko.com>
Fri, 8 Jul 2022 21:57:34 +0000 (17:57 -0400)
commit07ef80cd9d735d7e2ee9c07bcc74e3786107e780
tree75281c105f6bab0156e2a539e48cf398e46ead98
parentcb42c1f9b168d0e561855870b11e5c02f70e2d0a
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>
board/freescale/corenet_ds/p4080ds_ddr.c
board/freescale/p1_p2_rdb_pc/ddr.c
include/configs/P1010RDB.h
include/configs/p1_p2_rdb_pc.h