UPSTREAM: gru: Update to match coreboot.org
These are some non-functional changes that were made at coreboot.org as patches were pulled in. * Remove second include of board.h * Remove leading whitespace for comments * Add coreboot license headers * Add a line after the license header BRANCH=none BUG=none TEST=none Change-Id: I092cf64ddcde1ed07f38a8107766cbffded71796 Signed-off-by: Martin Roth <martinroth@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/361360 Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
c5a94eb461
commit
96c4fc0aea
5 changed files with 28 additions and 3 deletions
|
|
@ -33,8 +33,6 @@
|
|||
|
||||
#include "board.h"
|
||||
|
||||
#include "board.h"
|
||||
|
||||
static void configure_emmc(void)
|
||||
{
|
||||
/* Host controller does not support programmable clock generator.
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
static struct rk3399_sdram_params sdram_configs[] = {
|
||||
#include "sdram_inf/sdram-lpddr3-hynix-4GB-200.inc"
|
||||
/* THIS IS FOR KEVIN ONLY! crosbug.com/p/54144 */
|
||||
/* THIS IS FOR KEVIN ONLY! crosbug.com/p/54144 */
|
||||
#include "sdram_inf/kevin-sdram-lpddr3-hynix-4GB.inc"
|
||||
#include "sdram_inf/sdram-lpddr3-hynix-4GB-666.inc"
|
||||
#include "sdram_inf/sdram-lpddr3-hynix-4GB-800.inc"
|
||||
|
|
|
|||
|
|
@ -1,3 +1,16 @@
|
|||
/*
|
||||
* This file is part of the coreboot project.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; version 2 of the License.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*/
|
||||
|
||||
{
|
||||
{
|
||||
{
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@
|
|||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*/
|
||||
|
||||
{
|
||||
{
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,3 +1,16 @@
|
|||
/*
|
||||
* This file is part of the coreboot project.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; version 2 of the License.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*/
|
||||
|
||||
{
|
||||
{
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue