summaryrefslogtreecommitdiffstats
path: root/include
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>2019-05-03 10:41:59 +0000
commit628ade99494153a86e5e6490166692009f30319f (patch)
tree8d3c87fc1c9989b81870d732280836712a06ab76 /include
parent83a42fa7774c73bf542e27326e9d04d9b016c74b (diff)
downloadblackbird-obmc-uboot-v2016.07-aspeed-openbmc-04-16-2019.tar.gz
blackbird-obmc-uboot-v2016.07-aspeed-openbmc-04-16-2019.zip
Raptor manufacturing base image changes for Blackbirdv2016.07-aspeed-openbmc-04-16-2019
Diffstat (limited to 'include')
-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 eff6d2b529..18af7e83ad 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
@@ -116,4 +116,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