]> git.dujemihanovic.xyz Git - u-boot.git/commit
ddr: fsl: Remove CONFIG_MEM_INIT_VALUE
authorTom Rini <trini@konsulko.com>
Fri, 2 Dec 2022 21:42:35 +0000 (16:42 -0500)
committerTom Rini <trini@konsulko.com>
Thu, 22 Dec 2022 15:31:48 +0000 (10:31 -0500)
commit829e9d223657f5779668bb7a46e902a85e09b664
tree1eb0a7342b37799fb8134c0c3a463dca76b951f7
parent2cc61a631bb8ae1acfadac9840abaa803091b7ac
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>
23 files changed:
arch/powerpc/include/asm/fsl_dma.h
drivers/ddr/fsl/ctrl_regs.c
drivers/ddr/fsl/mpc85xx_ddr_gen1.c
drivers/dma/fsl_dma.c
include/configs/MPC8548CDS.h
include/configs/P1010RDB.h
include/configs/T102xRDB.h
include/configs/T104xRDB.h
include/configs/T208xQDS.h
include/configs/T208xRDB.h
include/configs/T4240RDB.h
include/configs/kontron_sl28.h
include/configs/ls1021aqds.h
include/configs/ls1043aqds.h
include/configs/ls1043ardb.h
include/configs/ls1046aqds.h
include/configs/ls1046ardb.h
include/configs/ls1088aqds.h
include/configs/ls1088ardb.h
include/configs/ls2080aqds.h
include/configs/ls2080ardb.h
include/configs/lx2160a_common.h
include/configs/socrates.h