summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaptor Engineering Development Team <support@raptorengineering.com>2018-02-05 04:31:48 -0600
committerRaptor Engineering Development Team <support@raptorengineering.com>2018-02-05 04:34:21 -0600
commitc468fa0409fdbccd9be9f41767a96b5ce6999dec (patch)
treec789acbfc5e0760150dfb653f6454a8ea73e96c5
parenta0f4d951939a133cea9469f2c2da3ce76b21d62e (diff)
downloadtalos-obmc-uboot-v2016.07-aspeed-openbmc-03-26-2018.tar.gz
talos-obmc-uboot-v2016.07-aspeed-openbmc-03-26-2018.zip
Raptor manufacturing base image changes for Talos™ IIv2016.07-aspeed-openbmc-03-26-2018
-rw-r--r--include/configs/ast-common.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/include/configs/ast-common.h b/include/configs/ast-common.h
index 89b0cd8533..5a9a72bdc6 100644
--- a/include/configs/ast-common.h
+++ b/include/configs/ast-common.h
@@ -15,7 +15,7 @@
#define __AST_COMMON_CONFIG_H
#define CONFIG_ARCH_ASPEED
-#define CONFIG_EXTRA_ENV_SETTINGS ASPEED_ENV_SETTINGS
+#define CONFIG_EXTRA_ENV_SETTINGS ASPEED_ENV_SETTINGS RAPTOR_ENV_SETTINGS
#define CONFIG_ARCH_CPU_INIT
#define CONFIG_MACH_TYPE MACH_TYPE_ASPEED
@@ -120,4 +120,9 @@
"spi_dma=yes\0" \
""
+#define RAPTOR_ENV_SETTINGS \
+ "rptaddr=01:23:45:67:89:ab\0" \
+ "rpt1addr=01:23:45:67:89:ab\0" \
+ ""
+
#endif /* __AST_COMMON_CONFIG_H */
OpenPOWER on IntegriCloud