mb/facebook/fbg1701: rename mainboard.h to logo.h
Renamed mainboard.h to logo.h as it only contains logo related items. BUG=N/A TEST=tested on fbg1701 Change-Id: I921ae914c13d93057d5498d8262db2c455b97eaf Signed-off-by: Wim Vervoorn <wvervoorn@eltan.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36097 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Frans Hendriks <fhendriks@eltan.com>
This commit is contained in:
parent
4357a82076
commit
fedf71c6fb
|
@ -17,7 +17,7 @@
|
||||||
#include <soc/ramstage.h>
|
#include <soc/ramstage.h>
|
||||||
#include <console/console.h>
|
#include <console/console.h>
|
||||||
#include <include/cbfs.h>
|
#include <include/cbfs.h>
|
||||||
#include "mainboard.h"
|
#include "logo.h"
|
||||||
|
|
||||||
static char logo_data[1 * MiB];
|
static char logo_data[1 * MiB];
|
||||||
static size_t logo_data_sz = 0;
|
static size_t logo_data_sz = 0;
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of the coreboot project.
|
* This file is part of the coreboot project.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2018-2019 Eltan B.V.
|
* Copyright (C) 2019 Eltan B.V.
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -13,8 +13,8 @@
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef MAINBOARD_H
|
#ifndef LOGO_H
|
||||||
#define MAINBOARD_H
|
#define LOGO_H
|
||||||
|
|
||||||
void *load_logo(size_t *logo_size);
|
void *load_logo(size_t *logo_size);
|
||||||
|
|
|
@ -18,8 +18,8 @@
|
||||||
#include <console/console.h>
|
#include <console/console.h>
|
||||||
#include <soc/ramstage.h>
|
#include <soc/ramstage.h>
|
||||||
#include <soc/smbus.h>
|
#include <soc/smbus.h>
|
||||||
#include "mainboard.h"
|
|
||||||
#include "cpld.h"
|
#include "cpld.h"
|
||||||
|
#include "logo.h"
|
||||||
|
|
||||||
struct edp_data {
|
struct edp_data {
|
||||||
u8 payload_length;
|
u8 payload_length;
|
||||||
|
|
Loading…
Reference in New Issue