]> git.baikalelectronics.ru Git - uboot.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)
commit02573869642b8f9c238fa32fa1e766510f29dae7
tree75281c105f6bab0156e2a539e48cf398e46ead98
parentf2eba78f872c8a92779abf171b4e1038ba4d888e
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