pistachio: sort included header files

Place included header files in alphabetical order.

Change-Id: Ice23178d1f07e2cb0178efbc7ce487d54bf3f708
Signed-off-by: Ionela Voinescu <ionela.voinescu@imgtec.com>
Reviewed-on: http://review.coreboot.org/10459
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
Ionela Voinescu 2015-06-07 23:22:34 +01:00 committed by Patrick Georgi
parent 11f33e4872
commit 1d4c305887
7 changed files with 13 additions and 13 deletions

View File

@ -18,10 +18,10 @@
* Foundation, Inc. * Foundation, Inc.
*/ */
#include <stdint.h>
#include <arch/cpu.h> #include <arch/cpu.h>
#include <arch/mmu.h> #include <arch/mmu.h>
#include <assert.h> #include <assert.h>
#include <stdint.h>
#include <symbols.h> #include <symbols.h>
static void bootblock_cpu_init(void) static void bootblock_cpu_init(void)

View File

@ -19,10 +19,10 @@
*/ */
#include <arch/io.h> #include <arch/io.h>
#include <assert.h>
#include <delay.h>
#include <soc/clocks.h> #include <soc/clocks.h>
#include <timer.h> #include <timer.h>
#include <delay.h>
#include <assert.h>
/* Definitions for PLL enable */ /* Definitions for PLL enable */
#define PISTACHIO_CLOCK_SWITCH 0xB8144200 #define PISTACHIO_CLOCK_SWITCH 0xB8144200

View File

@ -18,11 +18,11 @@
* Foundation, Inc. * Foundation, Inc.
*/ */
#include <stdint.h>
#include <arch/cpu.h> #include <arch/cpu.h>
#include <delay.h>
#include <arch/io.h> #include <arch/io.h>
#include <delay.h>
#include <soc/ddr_init.h> #include <soc/ddr_init.h>
#include <stdint.h>
#include <timer.h> #include <timer.h>
#define MAX_WAIT_MICROS 100000 #define MAX_WAIT_MICROS 100000

View File

@ -17,8 +17,8 @@
#ifndef __SOC_IMGTEC_DANUBE_SPI_H__ #ifndef __SOC_IMGTEC_DANUBE_SPI_H__
#define __SOC_IMGTEC_DANUBE_SPI_H__ #define __SOC_IMGTEC_DANUBE_SPI_H__
#include <arch/types.h>
#include <arch/io.h> #include <arch/io.h>
#include <arch/types.h>
#define spi_read_reg_field(regval, field) \ #define spi_read_reg_field(regval, field) \
( \ ( \

View File

@ -17,11 +17,11 @@
* Foundation, Inc. * Foundation, Inc.
*/ */
#include <arch/cpu.h>
#include <soc/cpu.h>
#include <stdint.h> #include <stdint.h>
#include <timer.h> #include <timer.h>
#include <timestamp.h> #include <timestamp.h>
#include <arch/cpu.h>
#include <soc/cpu.h>
#define PISTACHIO_CLOCK_SWITCH 0xB8144200 #define PISTACHIO_CLOCK_SWITCH 0xB8144200
#define MIPS_EXTERN_PLL_BYPASS_MASK 0x00000002 #define MIPS_EXTERN_PLL_BYPASS_MASK 0x00000002

View File

@ -19,9 +19,9 @@
*/ */
#include <cbmem.h> #include <cbmem.h>
#include <program_loading.h>
#include <console/console.h> #include <console/console.h>
#include <halt.h> #include <halt.h>
#include <program_loading.h>
#include <soc/ddr_init.h> #include <soc/ddr_init.h>
void main(void) void main(void)

View File

@ -13,13 +13,13 @@
* GNU General Public License for more details. * GNU General Public License for more details.
*/ */
#include <string.h>
#include <stdlib.h>
#include <timer.h>
#include <soc/cpu.h> #include <soc/cpu.h>
#include <soc/spi.h> #include <soc/spi.h>
#include <spi-generic.h>
#include <spi_flash.h> #include <spi_flash.h>
#include <spi-generic.h>
#include <stdlib.h>
#include <string.h>
#include <timer.h>
#if !CONFIG_SPI_ATOMIC_SEQUENCING #if !CONFIG_SPI_ATOMIC_SEQUENCING
#error "Unsupported SPI driver API" #error "Unsupported SPI driver API"