Matt Ploetz | 939e11e | 2016-11-02 16:45:08 -0500 | [diff] [blame^] | 1 | From b445b4bed1fedb7521663ebe8f6c02aa84b72fdd Mon Sep 17 00:00:00 2001 |
| 2 | From: Matt Ploetz <maploetz@us.ibm.com> |
| 3 | Date: Sun, 6 Nov 2016 19:20:39 -0600 |
| 4 | Subject: [PATCH] Change AST2400 to default only if AST2500 isn't set |
| 5 | |
| 6 | Change-Id: Ic9c1da281fcdc650e7528a84377d4fbe51355c84 |
| 7 | --- |
| 8 | src/usr/pnor/HBconfig | 2 +- |
| 9 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 10 | |
| 11 | diff --git a/src/usr/pnor/HBconfig b/src/usr/pnor/HBconfig |
| 12 | index 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 | -- |
| 25 | 1.8.2.2 |
| 26 | |