X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=board%2Ffreescale%2Fls1043ardb%2Feth.c;h=00ff6028e69fc5be9a55a179a95684e64d225a5c;hb=6cc04547cb3bbd3a3d78947f200acbae19e3c67f;hp=fa59116ce57b3e3414f3571ab5d0c4a6999d6022;hpb=5155207ae1a0797a99c0a5f4e99741960ff04697;p=platform%2Fkernel%2Fu-boot.git diff --git a/board/freescale/ls1043ardb/eth.c b/board/freescale/ls1043ardb/eth.c index fa59116..00ff602 100644 --- a/board/freescale/ls1043ardb/eth.c +++ b/board/freescale/ls1043ardb/eth.c @@ -21,7 +21,7 @@ int board_eth_init(struct bd_info *bis) struct memac_mdio_info tgec_mdio_info; struct mii_dev *dev; u32 srds_s1; - struct ccsr_gur *gur = (void *)(CONFIG_SYS_FSL_GUTS_ADDR); + struct ccsr_gur *gur = (void *)(CFG_SYS_FSL_GUTS_ADDR); srds_s1 = in_be32(&gur->rcwsr[4]) & FSL_CHASSIS2_RCWSR4_SRDS1_PRTCL_MASK;