mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
UPSTREAM: mainboard/samsung/stumpy: Use tabs for indents
BUG=None BRANCH=None TEST=None Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/16818 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com> Change-Id: I1ffee53a04df6874f658feb3d6ce7d5c7b922837 Reviewed-on: https://chromium-review.googlesource.com/391795 Commit-Ready: Furquan Shaikh <furquan@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
55b65f6291
commit
4b6426a7b5
1 changed files with 2 additions and 2 deletions
|
@ -207,8 +207,8 @@ void mainboard_fill_pei_data(struct pei_data *pei_data)
|
|||
|
||||
void mainboard_get_spd(spd_raw_data *spd)
|
||||
{
|
||||
read_spd(&spd[0], 0x50);
|
||||
read_spd(&spd[2], 0x52);
|
||||
read_spd(&spd[0], 0x50);
|
||||
read_spd(&spd[2], 0x52);
|
||||
}
|
||||
|
||||
const struct southbridge_usb_port mainboard_usb_ports[] = {
|
||||
|
|
Loading…
Add table
Reference in a new issue