diff --git a/README b/README
index 41a7c1f818ee97bbea916ce8240b2996cd710017..4f2ee3b4ecfc1b44d5c1eaaae013818986c3e2b5 100644
--- a/README
+++ b/README
@@ -1,5 +1,21 @@
 This just a simple set of scripts to rebuild a known working kernel for ARM devices..
 
+Config Notes:
+
+v3.6-rc7
+Beagle (omap3430/omap3530):
+CONFIG_ARM_ERRATA_430973=y (arm+thumb interwork issues)
+# CONFIG_CPU_FREQ_GOV_ONDEMAND is not set (hard locks on reboot)
+
+Beagle xM (omap36xx/DM3730):
+
+Panda (omap4430):
+CONFIG_PL310_ERRATA_769419=y (USB: compare [hdparm -tT /dev/sda])
+CONFIG_OMAP4_ERRATA_I688=y (silicon bug)
+CONFIG_ARCH_HAS_BARRIERS=y
+
+Panda ES (omap4460):
+
 Script Bugs: "bugs@rcn-ee.com"
 
 Supported Boards:
diff --git a/patches/ref_omap2plus_defconfig b/patches/ref_omap2plus_defconfig
index 651f6e2d99bfa053b9b1c0559ddf5ac940eb0600..02a40c2b59227b29b99086ceaf1f9d4b255de698 100644
--- a/patches/ref_omap2plus_defconfig
+++ b/patches/ref_omap2plus_defconfig
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/arm 3.6.0-rc7 Kernel Configuration
+# Linux/arm 3.6.0 Kernel Configuration
 #
 CONFIG_ARM=y
 CONFIG_SYS_SUPPORTS_APM_EMULATION=y
diff --git a/version.sh b/version.sh
index 0bf66c33f9f35ab83ba1b4440bd0daf2352c3fe6..ac7d2ecf5f9ab4b591f7765dc5e0a1e2446f166b 100644
--- a/version.sh
+++ b/version.sh
@@ -22,11 +22,11 @@ config="omap2plus_defconfig"
 
 #Kernel/Build
 KERNEL_REL=3.6
-KERNEL_TAG=${KERNEL_REL}-rc7
-BUILD=d5
+KERNEL_TAG=${KERNEL_REL}
+BUILD=d0
 
 #git branch
-#BRANCH=
+#BRANCH="v3.6.x"
 
 BUILDREV=1.0
 DISTRO=cross