summaryrefslogtreecommitdiff
path: root/src/mainboard/google/nyan_big
diff options
context:
space:
mode:
authorAaron Durbin <adurbin@chromium.org>2016-07-25 11:30:43 -0500
committerAaron Durbin <adurbin@chromium.org>2016-07-27 00:39:48 +0200
commit9cbc90a1f6e197258ed47bc44016640f2b1e5a31 (patch)
tree4dae3a1bcd64ab1ca8c5bbb46811140423eb9975 /src/mainboard/google/nyan_big
parentaa3e8a8124fe82aa13eb828b0da69966e4d03cd1 (diff)
downloadcoreboot-9cbc90a1f6e197258ed47bc44016640f2b1e5a31.tar.xz
soc/nvidia/tegra124: remove cache_policiy option
All mainboards (nyans) utilizing the cache_policy option has it set to DCACHE_WRITETHROUGH. This option is for setting the framebuffer's cache attribute. However, this option is reliant on an architecture-specific enumeration. Just remove the option and use DCACHE_WRITETHROUGH across the board. If someone wants to reconfigure it at a later date one can introduce a non-architecture specific option. Change-Id: I6a0848231f5e28d36ec2d56b239bed67619fe5a7 Signed-off-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: https://review.coreboot.org/15838 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Furquan Shaikh <furquan@google.com> Reviewed-by: Julius Werner <jwerner@chromium.org>
Diffstat (limited to 'src/mainboard/google/nyan_big')
-rw-r--r--src/mainboard/google/nyan_big/devicetree.cb2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/google/nyan_big/devicetree.cb b/src/mainboard/google/nyan_big/devicetree.cb
index 1031b029fe..5db8192ac9 100644
--- a/src/mainboard/google/nyan_big/devicetree.cb
+++ b/src/mainboard/google/nyan_big/devicetree.cb
@@ -32,8 +32,6 @@ chip soc/nvidia/tegra124
register "panel_bits_per_pixel" = "18"
- register "cache_policy" = "DCACHE_WRITETHROUGH"
-
# With some help from the mainbaord designer
register "backlight_en_gpio" = "GPIO(H2)"
register "lvds_shutdown_gpio" = "0"