drop leftover includes (trivial)
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2693 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
0c6c4fcaf9
commit
1bccabc16c
|
@ -23,12 +23,8 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <sys/mman.h>
|
||||
#include <unistd.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "flash.h"
|
||||
#include "82802ab.h"
|
||||
|
|
|
@ -22,10 +22,6 @@
|
|||
* Reference: http://www.intel.com/design/chipsets/datashts/290658.htm
|
||||
*/
|
||||
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <sys/mman.h>
|
||||
#include <unistd.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
*
|
||||
*
|
||||
* Reference:
|
||||
* 4 MEgabit (512K x 8) SuperFlash EEPROM, SST28SF040 data sheet
|
||||
* 4 Megabit (512K x 8) SuperFlash EEPROM, SST28SF040 data sheet
|
||||
*
|
||||
*/
|
||||
|
||||
|
|
|
@ -19,9 +19,9 @@
|
|||
*
|
||||
*
|
||||
* Reference:
|
||||
* 4 MEgabit (512K x 8) SuperFlash EEPROM, SST49lF040 data sheet
|
||||
* 4 Megabit (512K x 8) SuperFlash EEPROM, SST49lF040 data sheet
|
||||
*
|
||||
* ToDo: Consilidated to standard JEDEC code.
|
||||
* TODO: Consilidated to standard JEDEC code.
|
||||
*
|
||||
*/
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
*
|
||||
*
|
||||
* Copyright 2000 Silicon Integrated System Corporation
|
||||
* Copyright 2005 coresystems GmbH <stepan@openbios.org>
|
||||
* Copyright 2005-2007 coresystems GmbH
|
||||
*
|
||||
* 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
|
||||
|
|
|
@ -20,12 +20,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <sys/mman.h>
|
||||
#include <unistd.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "flash.h"
|
||||
#include "jedec.h"
|
||||
|
|
Loading…
Reference in New Issue