the following patch was just integrated into master: commit 31c36137f9519380df0c92ce1a5d2949eb083b91 Author: Stefan Reinauer stefan.reinauer@coreboot.org Date: Fri Jan 4 10:11:59 2013 -0800
Clean up ARMv7 architecture Kconfig
There was a misuse of bool that would cause the dcache policy to not be set up correctly, but instead present options "y" and "n" in the Kconfig menu.
Also, TINY_BOOTBLOCK was removed a while ago, everything is TINY_BOOTBLOCK now. Hence remove the option.
Change-Id: I5c28ac828955c69614c7bdaf106f79db51e68723 Signed-off-by: Stefan Reinauer reinauer@google.com Reviewed-on: http://review.coreboot.org/2101 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich rminnich@gmail.com
Build-Tested: build bot (Jenkins) at Fri Jan 4 19:29:46 2013, giving +1 Reviewed-By: Ronald G. Minnich rminnich@gmail.com at Fri Jan 4 19:34:50 2013, giving +2 See http://review.coreboot.org/2101 for details.
-gerrit