blob: ef8e8b884f6da056eae9681d9ea67ca33ff7753c [file] [log] [blame]
Matt Ploetz939e11e2016-11-02 16:45:08 -05001From b445b4bed1fedb7521663ebe8f6c02aa84b72fdd Mon Sep 17 00:00:00 2001
2From: Matt Ploetz <maploetz@us.ibm.com>
3Date: Sun, 6 Nov 2016 19:20:39 -0600
4Subject: [PATCH] Change AST2400 to default only if AST2500 isn't set
5
6Change-Id: Ic9c1da281fcdc650e7528a84377d4fbe51355c84
7---
8 src/usr/pnor/HBconfig | 2 +-
9 1 file changed, 1 insertion(+), 1 deletion(-)
10
11diff --git a/src/usr/pnor/HBconfig b/src/usr/pnor/HBconfig
12index c0dfde8..9043bbb 100644
13--- a/src/usr/pnor/HBconfig
14+++ b/src/usr/pnor/HBconfig
15@@ -5,7 +5,7 @@ config SFC_IS_IBM_DPSS
16 The Serial Flash Controller is the IBM DPSS FPGA.
17
18 config SFC_IS_AST2400
19- default y
20+ default if !SFC_IS_AST2500
21 depends on !SFC_IS_IBM_DPSS && !SFC_IS_FAKE && !SFC_IS_AST2500
22 help
23 The Serial Flash Controller is the AST2400 BMC.
24--
251.8.2.2
26