diff options
author | Vadim Bendebury <vbendeb@chromium.org> | 2016-06-21 19:07:32 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-07-10 03:53:57 +0200 |
commit | 1f83ffac1b30e7b6ed59fb26ee2ba57cec4938eb (patch) | |
tree | 22977f9c7f7e65f1bd09ba6469f73ff8dc580ec8 /src/mainboard/google/gru/Kconfig | |
parent | 9ae0985328d53b0a2b1a6673853367061dd695cd (diff) | |
download | coreboot-1f83ffac1b30e7b6ed59fb26ee2ba57cec4938eb.tar.xz |
gru: include ram_code in coreboot table
This is needed to ensure that the ram-code node is included in the
device tree by depthcharge.
BRANCH=none
BUG=chrome-os-partner:54566
TEST=built updated firmware, booted on kevin into Linux shell, checked
the device tree contents:
localhost ~ # od -tx1 /proc/device-tree/firmware/coreboot/ram-code
0000000 00 00 00 01
0000004
localhost #
Change-Id: Ibe96e3bc8fc0106013241738f5726783d74bd78b
Signed-off-by: Martin Roth <martinroth@chromium.org>
Original-Commit-Id: 53c002114f7044b88728c9e17150cd3a2cf1f80f
Original-Change-Id: Iba573fba9f9b88b87867c6963e48215e254319ed
Original-Signed-off-by: Vadim Bendebury <vbendeb@chromium.org>
Original-Reviewed-on: https://chromium-review.googlesource.com/354705
Original-Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: https://review.coreboot.org/15566
Tested-by: build bot (Jenkins)
Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/mainboard/google/gru/Kconfig')
-rw-r--r-- | src/mainboard/google/gru/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/gru/Kconfig b/src/mainboard/google/gru/Kconfig index 170e358bda..1b42059032 100644 --- a/src/mainboard/google/gru/Kconfig +++ b/src/mainboard/google/gru/Kconfig @@ -30,6 +30,7 @@ config BOARD_SPECIFIC_OPTIONS select MAINBOARD_DO_NATIVE_VGA_INIT select MAINBOARD_HAS_CHROMEOS select MAINBOARD_HAS_NATIVE_VGA_INIT + select RAM_CODE_SUPPORT select RTC select SOC_ROCKCHIP_RK3399 select SPI_FLASH |