diff options
author | Tom Rini <trini@konsulko.com> | 2019-03-15 11:58:17 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-03-15 11:58:17 -0400 |
commit | 8303467e80d7059158bf906af58ab8911ca46e44 (patch) | |
tree | 6617e101598bacc5686c22f2f0df440052124aa7 /board/freescale/ls1021aiot | |
parent | 821aa1916ecc5116a6f80bcb8a73e70af5b99f4b (diff) | |
parent | 158097052a6a528408e05d2345ff2ccdbb46036e (diff) |
Merge git://git.denx.de/u-boot-fsl-qoriq
- DPAA2 fixes and DDR errata workaround for LS1021A
Diffstat (limited to 'board/freescale/ls1021aiot')
-rw-r--r-- | board/freescale/ls1021aiot/ls1021aiot.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/freescale/ls1021aiot/ls1021aiot.c b/board/freescale/ls1021aiot/ls1021aiot.c index fb05b55b5c..70992a5ce4 100644 --- a/board/freescale/ls1021aiot/ls1021aiot.c +++ b/board/freescale/ls1021aiot/ls1021aiot.c @@ -97,6 +97,8 @@ int dram_init(void) ddrmc_init(); #endif + erratum_a008850_post(); + gd->ram_size = DDR_SIZE; return 0; } |