summaryrefslogtreecommitdiffstats
path: root/external
diff options
context:
space:
mode:
authorCyril Bur <cyril.bur@au1.ibm.com>2015-04-16 11:10:57 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2015-04-18 05:30:03 +1000
commitcd28a80068a0d5292eea2d71cab2b202b9adeaef (patch)
treedb57e05ab4f43f8fba6a75096033f67122ed3e74 /external
parent42567aad38123d00c0d636d350810b6add183dd9 (diff)
downloadtalos-skiboot-cd28a80068a0d5292eea2d71cab2b202b9adeaef.tar.gz
talos-skiboot-cd28a80068a0d5292eea2d71cab2b202b9adeaef.zip
external/pflash: fix build breakage on arm
add missing #define in ast.h Signed-off-by: Cyril Bur <cyril.bur@au1.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'external')
-rw-r--r--external/pflash/ast.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/external/pflash/ast.h b/external/pflash/ast.h
index 92cafa47..fe8f7ce2 100644
--- a/external/pflash/ast.h
+++ b/external/pflash/ast.h
@@ -57,6 +57,7 @@ void ast_io_init(void);
*/
#define AST_SF_TYPE_PNOR 0
#define AST_SF_TYPE_BMC 1
+#define AST_SF_TYPE_MEM 2
struct spi_flash_ctrl;
int ast_sf_open(uint8_t type, struct spi_flash_ctrl **ctrl);
OpenPOWER on IntegriCloud