summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikhil Badola <nikhil.badola@freescale.com>2015-05-21 09:07:53 +0530
committerYork Sun <yorksun@freescale.com>2015-07-28 14:41:16 -0700
commit1ff10a87c32acf8ec4e8676c4e01dbcc8b255ec3 (patch)
treeecd662a61d53e085a0d8f8d1ba08804d79038c15
parent76a4c43875b60b27a1fc91c008d666003ff9e851 (diff)
downloadblackbird-obmc-uboot-1ff10a87c32acf8ec4e8676c4e01dbcc8b255ec3.tar.gz
blackbird-obmc-uboot-1ff10a87c32acf8ec4e8676c4e01dbcc8b255ec3.zip
powerpc/mpc85xx: Correct CONFIG_USB_MAX_CONTROLLER_COUNT for p1025
Correct the value CONFIG_USB_MAX_CONTROLLER_COUNT macro to 1 for p1025 as it has one USB controller Signed-off-by: Nikhil Badola <nikhil.badola@freescale.com> Reviewed-by: York Sun <yorksun@freescale.com>
-rw-r--r--arch/powerpc/include/asm/config_mpc85xx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/config_mpc85xx.h b/arch/powerpc/include/asm/config_mpc85xx.h
index 7878c87d77..7a5487be88 100644
--- a/arch/powerpc/include/asm/config_mpc85xx.h
+++ b/arch/powerpc/include/asm/config_mpc85xx.h
@@ -334,7 +334,7 @@
#elif defined(CONFIG_P1025)
#define CONFIG_MAX_CPUS 2
#define CONFIG_SYS_FSL_NUM_LAWS 12
-#define CONFIG_USB_MAX_CONTROLLER_COUNT 2
+#define CONFIG_USB_MAX_CONTROLLER_COUNT 1
#define CONFIG_SYS_PPC_E500_DEBUG_TLB 2
#define CONFIG_TSECV2
#define CONFIG_FSL_PCIE_DISABLE_ASPM
OpenPOWER on IntegriCloud