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/phytec/pcm051/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/phytec/pcm051/board.c')
| -rw-r--r-- | board/phytec/pcm051/board.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/phytec/pcm051/board.c b/board/phytec/pcm051/board.c index e40b0bd44..dafb1eb8e 100644 --- a/board/phytec/pcm051/board.c +++ b/board/phytec/pcm051/board.c @@ -150,6 +150,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, |