blob: 2c528649f824611f13faaf3ff13099c6b2c21d94 [file] [log] [blame]
Matt Ploetz878a3462016-11-08 17:55:01 -06001From 4bd0930e6d63bf714188ecacbe06a162b3529351 Mon Sep 17 00:00:00 2001
Matt Ploetz939e11e2016-11-02 16:45:08 -05002From: 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
Matt Ploetz878a3462016-11-08 17:55:01 -060012index c0dfde8..9ce13b1 100644
Matt Ploetz939e11e2016-11-02 16:45:08 -050013--- 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
Matt Ploetz878a3462016-11-08 17:55:01 -060020+ default y if !SFC_IS_AST2500
Matt Ploetz939e11e2016-11-02 16:45:08 -050021 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