diff options
author | Carlos Alonso <calonso@iseebcn.com> | 2018-05-09 13:36:12 +0200 |
---|---|---|
committer | Carlos Alonso <calonso@iseebcn.com> | 2018-05-09 13:36:12 +0200 |
commit | 6498fbd1538f619f1a84cb6e9f5ec9a4567787b8 (patch) | |
tree | 2bffffe49abf3d8a52504d3f1a0bcd64d4b7fb7f | |
parent | 889a645302f5464b3a2311c07844de73b874494a (diff) | |
download | u-boot-imx-6498fbd1538f619f1a84cb6e9f5ec9a4567787b8.zip u-boot-imx-6498fbd1538f619f1a84cb6e9f5ec9a4567787b8.tar.gz u-boot-imx-6498fbd1538f619f1a84cb6e9f5ec9a4567787b8.tar.bz2 |
Update igep0046.h
-rw-r--r-- | include/configs/igep0046.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/igep0046.h b/include/configs/igep0046.h index 39ec9ef..00a64ae 100644 --- a/include/configs/igep0046.h +++ b/include/configs/igep0046.h @@ -116,7 +116,7 @@ #define CONFIG_RESET_PHY_R /* Software Reset of PHY */ #endif #if defined(CONFIG_MX6Q) -#undef CONFIG_RESET_PHY_R +#define CONFIG_RESET_PHY_R #endif /* Initial ARP Hangs so configure small timeout */ |