diff options
author | Shaohui Xie <Shaohui.Xie@freescale.com> | 2015-10-26 11:47:47 (GMT) |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2015-10-29 17:34:00 (GMT) |
commit | 8225b2fd877f148a7663b93db55b235062ad4667 (patch) | |
tree | 9968e1c7ffc871de2ef6cf579ca9a1263803ab14 /board/freescale/t104xrdb/eth.c | |
parent | 29d8c814a593d9d1b7a7361b6961d681cff1e188 (diff) | |
download | u-boot-8225b2fd877f148a7663b93db55b235062ad4667.tar.xz |
net: Move some header files to include/
The fsl_dtsec.h & fsl_tgec.h & fsl_fman.h can be shared on both ARM
and PPC, move it out of ppc to include/, and change the path in
drivers accordingly.
Signed-off-by: Shaohui Xie <Shaohui.Xie@freescale.com>
Signed-off-by: Gong Qianyu <Qianyu.Gong@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'board/freescale/t104xrdb/eth.c')
-rw-r--r-- | board/freescale/t104xrdb/eth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/t104xrdb/eth.c b/board/freescale/t104xrdb/eth.c index 71d0457..52cd112 100644 --- a/board/freescale/t104xrdb/eth.c +++ b/board/freescale/t104xrdb/eth.c @@ -11,7 +11,7 @@ #include <fm_eth.h> #include <fsl_mdio.h> #include <malloc.h> -#include <asm/fsl_dtsec.h> +#include <fsl_dtsec.h> #include <vsc9953.h> #include "../common/fman.h" |