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/boardid.c | |
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/boardid.c')
-rw-r--r-- | src/mainboard/google/gru/boardid.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mainboard/google/gru/boardid.c b/src/mainboard/google/gru/boardid.c index 1d37a867a8..b0c1eaf17e 100644 --- a/src/mainboard/google/gru/boardid.c +++ b/src/mainboard/google/gru/boardid.c @@ -59,8 +59,3 @@ uint8_t board_id(void) adc_reading); return 0; } - -uint32_t ram_code(void) -{ - return 0; -} |