diff options
author | Andy Fleming <afleming@freescale.com> | 2007-08-16 16:35:02 -0500 |
---|---|---|
committer | Andrew Fleming-AFLEMING <afleming@freescale.com> | 2007-08-16 16:35:02 -0500 |
commit | 10327dc5541f947c0cf7e31fef86c4706169607a (patch) | |
tree | 5af76632a26fba67b207257c34677d1f93333d43 /include/configs/MPC8641HPCN.h | |
parent | d64ee908a1b525e5bb2b4cbeb5c449ad6a469666 (diff) | |
download | u-boot-10327dc5541f947c0cf7e31fef86c4706169607a.tar.gz u-boot-10327dc5541f947c0cf7e31fef86c4706169607a.tar.xz u-boot-10327dc5541f947c0cf7e31fef86c4706169607a.zip |
Add CONFIG_HAS_ETH0 to all boards with TSEC
The 85xx code now relies on CONFIG_HAS_ETH0 to determine whether
to update TSEC1's device-tree node, so we need to add it
to all the boards with TSECs. Do this for 83xx and 86xx, too,
since they will eventually do something similar.
Signed-off-by: Andy Fleming <afleming@freescale.com>
Diffstat (limited to 'include/configs/MPC8641HPCN.h')
-rw-r--r-- | include/configs/MPC8641HPCN.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/MPC8641HPCN.h b/include/configs/MPC8641HPCN.h index e912331f31..03e815d87d 100644 --- a/include/configs/MPC8641HPCN.h +++ b/include/configs/MPC8641HPCN.h @@ -608,6 +608,7 @@ extern unsigned long get_board_sys_clk(unsigned long dummy); #define CONFIG_ETH3ADDR 00:E0:0C:00:03:FD #endif +#define CONFIG_HAS_ETH0 1 #define CONFIG_HAS_ETH1 1 #define CONFIG_HAS_ETH2 1 #define CONFIG_HAS_ETH3 1 |