diff options
author | Andre Schwarz <andre.schwarz@matrix-vision.de> | 2010-05-03 13:22:31 +0200 |
---|---|---|
committer | Kim Phillips <kim.phillips@freescale.com> | 2010-05-07 12:20:15 -0500 |
commit | fd194f82d1c30802f0597a3e359fdc03ed397367 (patch) | |
tree | cc6cade1984af8b01ca5649dab193f5fc1b9ce38 /include/configs/MVBLM7.h | |
parent | 3b439792b0781921c599d8af9bed6a771d295b53 (diff) |
mpc83xx/mvBLM7: add usb commands and cleanup.
Add USB commands.
Rename autoscript to bootscript.
Add automatic bootscript image generation to makefile.
Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Diffstat (limited to 'include/configs/MVBLM7.h')
-rw-r--r-- | include/configs/MVBLM7.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/configs/MVBLM7.h b/include/configs/MVBLM7.h index 26897c69aff..c28eb64fb17 100644 --- a/include/configs/MVBLM7.h +++ b/include/configs/MVBLM7.h @@ -234,7 +234,11 @@ #define CONFIG_BOOTP_SEND_HOSTNAME /* USB */ +#define CONFIG_SYS_USB_HOST +#define CONFIG_USB_EHCI +#define CONFIG_USB_EHCI_FSL #define CONFIG_HAS_FSL_DR_USB +#define CONFIG_EHCI_HCD_INIT_AFTER_RESET /* * Environment @@ -267,6 +271,8 @@ #define CONFIG_CMD_PCI #define CONFIG_CMD_I2C #define CONFIG_CMD_FPGA +#define CONFIG_CMD_USB +#define CONFIG_DOS_PARTITION #undef CONFIG_WATCHDOG |