diff options
author | Tom Rini <trini@konsulko.com> | 2018-02-25 15:38:42 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-02-25 15:38:42 -0500 |
commit | e12546de54fc9be818e8d39967b07fa351d9e5ba (patch) | |
tree | 58b871d214e76a4e9e22fc2bd66a2ef380a33b21 /board/compulab/cm_fx6/spl.c | |
parent | 39bcbb7740b099b487b20ff6e345eb790a85712c (diff) | |
parent | 0339086bd9b99ae354c26e8758d5bab51ef84a3a (diff) |
Merge git://git.denx.de/u-boot-imx
Diffstat (limited to 'board/compulab/cm_fx6/spl.c')
-rw-r--r-- | board/compulab/cm_fx6/spl.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/board/compulab/cm_fx6/spl.c b/board/compulab/cm_fx6/spl.c index 56aac60239..16e5bf8dfa 100644 --- a/board/compulab/cm_fx6/spl.c +++ b/board/compulab/cm_fx6/spl.c @@ -107,8 +107,6 @@ static struct mx6_ddr_sysinfo cm_fx6_sysinfo_s = { .mif3_mode = 3, .rst_to_cke = 0x23, .sde_to_rst = 0x10, - .refsel = 1, /* Refresh cycles at 32KHz */ - .refr = 7, /* 8 refresh commands per refresh cycle */ }; static struct mx6_ddr3_cfg cm_fx6_ddr3_cfg_s = { |