sysinfo: remove unused tag for struct spi_flash

This will conflict with struct spi_flash defined in spi_flash.h

BUG=none
BRANCH=tot
TEST=built libpayload for veyron jerry

Change-Id: I7e1be28cf430021944fc96890082a0704d093e9f
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Original-Commit-Id: 0f0b8a7ec114046335fb1a51b6a92e10e5a16520
Original-Change-Id: I6d4f8a8e93aeb055f7dd6e5e8fd5e6c6153ab837
Original-Signed-off-by: Daisuke Nojiri <dnojiri@chromium.org>
Original-Reviewed-on: https://chromium-review.googlesource.com/282588
Original-Reviewed-by: Randall Spangler <rspangler@chromium.org>
Reviewed-on: http://review.coreboot.org/10782
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
Daisuke Nojiri 2015-06-29 14:06:17 -07:00 committed by Patrick Georgi
parent e0a8a88912
commit 3740546bd8
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ struct sysinfo_t {
void *wifi_calibration;
uint64_t ramoops_buffer;
uint32_t ramoops_buffer_size;
struct spi_flash {
struct {
uint32_t size;
uint32_t sector_size;
uint32_t erase_cmd;