From 18e69a35efbb078403db0c0063986470dad7d082 Mon Sep 17 00:00:00 2001 From: Anton Vorontsov Date: Fri, 14 Mar 2008 23:20:18 +0300 Subject: 83xx/fdt_support: let user specifiy FSL USB Dual-Role controller role Linux understands "host" (default), "peripheral" and "otg" (broken). Though, U-Boot doesn't restrict dr_mode variable to these values (think of renames in future). Signed-off-by: Anton Vorontsov Signed-off-by: Kim Phillips --- include/configs/MPC837XERDB.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/configs/MPC837XERDB.h') diff --git a/include/configs/MPC837XERDB.h b/include/configs/MPC837XERDB.h index b2f54e10b3..90812e92a9 100644 --- a/include/configs/MPC837XERDB.h +++ b/include/configs/MPC837XERDB.h @@ -591,6 +591,8 @@ #define CONFIG_ETH1ADDR 00:04:9f:ef:04:02 #endif +#define CONFIG_HAS_FSL_DR_USB + #define CONFIG_IPADDR 10.0.0.2 #define CONFIG_SERVERIP 10.0.0.1 #define CONFIG_GATEWAYIP 10.0.0.1 -- cgit v1.2.3