Coding Style cleanup: remove trailing empty lines
[oweals/u-boot.git] / board / isee / igep0033 / board.c
index a9c34c6b4a439a87c95addb38cf2ac6a63709b69..0b8356dc47b1cbe0b2e07aa2e37e77c951a34986 100644 (file)
@@ -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,
@@ -167,4 +168,3 @@ int board_eth_init(bd_t *bis)
        return ret;
 }
 #endif
-