Merge pull request #76 from geissonator/master

Enable hostboot runtime PRD within hostboot builds
diff --git a/openpower/configs/hostboot/habanero.config b/openpower/configs/hostboot/habanero.config
index 3a593a8..2130784 100755
--- a/openpower/configs/hostboot/habanero.config
+++ b/openpower/configs/hostboot/habanero.config
@@ -42,6 +42,9 @@
 set NO_DMI_EREPAIR
 unset DISABLE_HOSTBOOT_RUNTIME
 
+# Compile in hostboot runtime PRD
+set HBRT_PRD
+
 # OCC Enablment flags
 unset SET_NOMINAL_PSTATE
 set HTMGT
diff --git a/openpower/configs/hostboot/palmetto.config b/openpower/configs/hostboot/palmetto.config
index 8e11a5e..0d48abe 100755
--- a/openpower/configs/hostboot/palmetto.config
+++ b/openpower/configs/hostboot/palmetto.config
@@ -41,6 +41,9 @@
 set NO_DMI_EREPAIR
 unset DISABLE_HOSTBOOT_RUNTIME
 
+# Compile in hostboot runtime PRD
+set HBRT_PRD
+
 # OCC Enablment flags
 unset SET_NOMINAL_PSTATE
 set HTMGT