diff options
author | vojo <joris.van.vossen@sintecs.nl> | 2018-01-18 14:14:33 (GMT) |
---|---|---|
committer | vojo <joris.van.vossen@sintecs.nl> | 2018-01-18 14:14:33 (GMT) |
commit | 9ca9f1eaaa6de0bd7684764cf46ca62a7be02abf (patch) | |
tree | 9d8c384ec912e3da325a135819760236f23ec7b1 | |
parent | b07fac8eed8edd5866cb67d5a653599ca5c7b877 (diff) | |
download | u-boot-9ca9f1eaaa6de0bd7684764cf46ca62a7be02abf.tar.xz |
Eth PHY address change to 1
-rw-r--r-- | include/configs/grapeboard.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/grapeboard.h b/include/configs/grapeboard.h index 509395f..6b78c81 100644 --- a/include/configs/grapeboard.h +++ b/include/configs/grapeboard.h @@ -136,7 +136,7 @@ /* PFE Ethernet */ #ifdef CONFIG_FSL_PFE -#define EMAC1_PHY_ADDR 0x0 /* will be changed to address 1 in final version */ +#define EMAC1_PHY_ADDR 0x1 #define EMAC2_PHY_ADDR 0x2 #endif |