summaryrefslogtreecommitdiffstats
path: root/arch/ppc/boards/owc-da923rc/product_data.h
diff options
context:
space:
mode:
authorBarbier, Renaud <renaud.barbier@abaco.com>2019-04-15 12:35:59 +0000
committerSascha Hauer <s.hauer@pengutronix.de>2019-05-08 11:05:35 +0200
commite06af7e2ed535acb15bce5bacbfb5f4953293258 (patch)
treedadad5139e581746dd29b7c7bbf173fb4dd859e9 /arch/ppc/boards/owc-da923rc/product_data.h
parentaa4882a29b21123df67a4a56e70758fc4fc6c5ee (diff)
downloadbarebox-e06af7e2ed535acb15bce5bacbfb5f4953293258.tar.gz
barebox-e06af7e2ed535acb15bce5bacbfb5f4953293258.tar.xz
owc: remove references to GE.
As per contactual requirement, remove references to GE in the code. Signed-off-by: Renaud Barbier <renaud.barbier@abaco.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/ppc/boards/owc-da923rc/product_data.h')
-rw-r--r--arch/ppc/boards/owc-da923rc/product_data.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/ppc/boards/owc-da923rc/product_data.h b/arch/ppc/boards/owc-da923rc/product_data.h
index f172fb5692..cbbb8d377f 100644
--- a/arch/ppc/boards/owc-da923rc/product_data.h
+++ b/arch/ppc/boards/owc-da923rc/product_data.h
@@ -1,5 +1,6 @@
/*
* Copyright 2013 GE Intelligent Platforms, Inc.
+ * Copyright 2019 Abaco Systems, Inc.
*
* The product data structure and function prototypes.
*
@@ -51,12 +52,12 @@ struct __attribute__ ((__packed__)) product_data_v2 {
int crc32;
};
-struct __attribute__ ((__packed__)) ge_product_data {
+struct __attribute__ ((__packed__)) owc_product_data {
union {
struct product_data_v1 v1;
struct product_data_v2 v2;
};
};
-extern int ge_get_product_data(struct ge_product_data *productp);
+extern int owc_get_product_data(struct owc_product_data *productp);
extern void da923rc_boardinfo_get(struct board_info *bi);