diff options
author | Anton Vorontsov <avorontsov@ru.mvista.com> | 2009-09-16 23:22:08 +0400 |
---|---|---|
committer | Kim Phillips <kim.phillips@freescale.com> | 2009-09-25 18:25:51 -0500 |
commit | da6eea0f48c24a318e6de69d6bca0bb5ab70572b (patch) | |
tree | 847d873528303c5b44338134acb6dcc315047a0a /include/configs/MPC8360EMDS.h | |
parent | 89da44ce3fe1638312d71cb3add8c6a6d2c7c1f3 (diff) | |
download | u-boot-imx-da6eea0f48c24a318e6de69d6bca0bb5ab70572b.zip u-boot-imx-da6eea0f48c24a318e6de69d6bca0bb5ab70572b.tar.gz u-boot-imx-da6eea0f48c24a318e6de69d6bca0bb5ab70572b.tar.bz2 |
mpc83xx: mpc8360emds: Add QE USB device tree fixups
With this patch we can change QE USB mode without need to hand-edit
the device tree.
Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Diffstat (limited to 'include/configs/MPC8360EMDS.h')
-rw-r--r-- | include/configs/MPC8360EMDS.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/MPC8360EMDS.h b/include/configs/MPC8360EMDS.h index fec7cc5..62cf13b 100644 --- a/include/configs/MPC8360EMDS.h +++ b/include/configs/MPC8360EMDS.h @@ -382,6 +382,8 @@ #define CONFIG_NET_MULTI 1 #endif +#define CONFIG_HWCONFIG 1 + /* * QE UEC ethernet configuration */ |