summaryrefslogtreecommitdiff
path: root/include/configs/ls2080ardb.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-12-03 00:42:35 +0300
committerTom Rini <trini@konsulko.com>2022-12-22 18:31:48 +0300
commit829e9d223657f5779668bb7a46e902a85e09b664 (patch)
tree1eb0a7342b37799fb8134c0c3a463dca76b951f7 /include/configs/ls2080ardb.h
parent2cc61a631bb8ae1acfadac9840abaa803091b7ac (diff)
downloadu-boot-829e9d223657f5779668bb7a46e902a85e09b664.tar.xz
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>
Diffstat (limited to 'include/configs/ls2080ardb.h')
-rw-r--r--include/configs/ls2080ardb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/ls2080ardb.h b/include/configs/ls2080ardb.h
index 4573906115..b8ab501c98 100644
--- a/include/configs/ls2080ardb.h
+++ b/include/configs/ls2080ardb.h
@@ -21,7 +21,6 @@
#define COUNTER_FREQUENCY_REAL (get_board_sys_clk()/4)
-#define CONFIG_MEM_INIT_VALUE 0xdeadbeef
#define SPD_EEPROM_ADDRESS1 0x51
#define SPD_EEPROM_ADDRESS2 0x52
#define SPD_EEPROM_ADDRESS3 0x53