Updated GPMC settings for ethernet to increase performance. Signed-off-by: Teresa Gámez <t.gamez@xxxxxxxxx> --- arch/arm/boards/pcm049/board.c | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/arch/arm/boards/pcm049/board.c b/arch/arm/boards/pcm049/board.c index 826856c..4d52155 100644 --- a/arch/arm/boards/pcm049/board.c +++ b/arch/arm/boards/pcm049/board.c @@ -68,12 +68,12 @@ mem_initcall(pcm049_mem_init); static struct gpmc_config net_cfg = { .cfg = { - 0x00001000, /* CONF1 */ - 0x001e1e01, /* CONF2 */ - 0x00080300, /* CONF3 */ - 0x1c091c09, /* CONF4 */ - 0x04181f1f, /* CONF5 */ - 0x00000FCF, /* CONF6 */ + 0xc1001000, /* CONF1 */ + 0x00070700, /* CONF2 */ + 0x00000000, /* CONF3 */ + 0x07000700, /* CONF4 */ + 0x09060909, /* CONF5 */ + 0x000003c2, /* CONF6 */ }, .base = 0x2C000000, .size = GPMC_SIZE_16M, -- 1.7.0.4 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox