diff options
| author | Tom Rini <trini@ti.com> | 2013-10-08 09:51:48 -0400 |
|---|---|---|
| committer | Tom Rini <trini@ti.com> | 2013-10-08 09:51:48 -0400 |
| commit | 9f3fe6da27e2328285aa37149fce845da4e57560 (patch) | |
| tree | 26fdeff18bd1c7bddc7fadb969a4c12ad9bc863c /board/isee/igep0033/board.c | |
| parent | 968294bd7b9b540f53c1fb3c809da464623a4362 (diff) | |
| parent | 572886af5984febafa6f083e6b8af0465f4f5764 (diff) | |
| download | olio-uboot-2014.01-9f3fe6da27e2328285aa37149fce845da4e57560.tar.xz olio-uboot-2014.01-9f3fe6da27e2328285aa37149fce845da4e57560.zip | |
Merge branch 'master' of git://git.denx.de/u-boot-arm
Diffstat (limited to 'board/isee/igep0033/board.c')
| -rw-r--r-- | board/isee/igep0033/board.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/board/isee/igep0033/board.c b/board/isee/igep0033/board.c index 9e91f68eb..347c128cb 100644 --- a/board/isee/igep0033/board.c +++ b/board/isee/igep0033/board.c @@ -64,7 +64,7 @@ static struct emif_regs ddr3_emif_reg_data = { #define OSC (V_OSCK/1000000) const struct dpll_params dpll_ddr = { - 303, OSC-1, 1, -1, -1, -1, -1}; + 400, OSC-1, 1, -1, -1, -1, -1}; const struct dpll_params *get_dpll_ddr_params(void) { @@ -83,7 +83,7 @@ void set_mux_conf_regs(void) void sdram_init(void) { - config_ddr(303, K4B2G1646EBIH9_IOCTRL_VALUE, &ddr3_data, + config_ddr(400, K4B2G1646EBIH9_IOCTRL_VALUE, &ddr3_data, &ddr3_cmd_ctrl_data, &ddr3_emif_reg_data, 0); } #endif @@ -129,6 +129,7 @@ static struct cpsw_platform_data cpsw_data = { .ale_entries = 1024, .host_port_reg_ofs = 0x108, .hw_stats_reg_ofs = 0x900, + .bd_ram_ofs = 0x2000, .mac_control = (1 << 5), .control = cpsw_control, .host_port_num = 0, |