common: Drop flash.h from common header

Move this uncommon header out of the common header.

Fix up some style problems in flash.h while we are here.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass 2020-05-10 11:39:54 -06:00 committed by Tom Rini
parent a595a0e910
commit b79fdc7697
45 changed files with 46 additions and 1 deletions

View File

@ -43,6 +43,7 @@
* do a read-modify-write for partially programmed pages
*/
#include <common.h>
#include <flash.h>
#include <asm/io.h>
#include <asm/arch/hardware.h>
#include <asm/arch/at91_common.h>

View File

@ -8,6 +8,7 @@
#include <init.h>
#include <asm/mach-types.h>
#include <common.h>
#include <flash.h>
#if defined(CONFIG_FTMAC100) && !defined(CONFIG_DM_ETH)
#include <netdev.h>
#endif

View File

@ -6,6 +6,7 @@
*/
#include <common.h>
#include <flash.h>
#include <init.h>
#if defined(CONFIG_FTMAC100) && !defined(CONFIG_DM_ETH)
#include <netdev.h>

View File

@ -5,6 +5,7 @@
*/
#include <common.h>
#include <flash.h>
#include <init.h>
#if defined(CONFIG_FTMAC100) && !defined(CONFIG_DM_ETH)
#include <netdev.h>

View File

@ -12,6 +12,7 @@
#include <cpu_func.h>
#include <div64.h>
#include <env.h>
#include <flash.h>
#include <malloc.h>
#include <spi_flash.h>
#include <mmc.h>

View File

@ -7,6 +7,7 @@
#include <common.h>
#include <debug_uart.h>
#include <flash.h>
#include <init.h>
#include <net.h>
#include <vsprintf.h>

View File

@ -10,6 +10,7 @@
#include <common.h>
#include <env.h>
#include <env_internal.h>
#include <flash.h>
#include <net.h>
#include <malloc.h>
#include <netdev.h>

View File

@ -7,7 +7,9 @@
#include <common.h>
#include <console.h>
#include <cpu_func.h>
#include <flash.h>
#include <irq_func.h>
#include <uuid.h>
#define PHYS_FLASH_1 CONFIG_SYS_FLASH_BASE
#define FLASH_BANK_SIZE 0x200000

View File

@ -5,6 +5,7 @@
#include <common.h>
#include <dm.h>
#include <flash.h>
#include <fsl_validate.h>
#include <fsl_secboot_err.h>
#include <fsl_sfp.h>

View File

@ -8,6 +8,7 @@
*/
#include <common.h>
#include <flash.h>
#include <irq_func.h>
#include <asm/immap.h>

View File

@ -4,6 +4,7 @@
*/
#include <common.h>
#include <flash.h>
#include <asm/io.h>
#include "bcsr.h"

View File

@ -6,6 +6,7 @@
*/
#include <common.h>
#include <flash.h>
#include <init.h>
#include <pci.h>
#include <asm/processor.h>

View File

@ -4,6 +4,7 @@
*/
#include <common.h>
#include <flash.h>
#include <asm/io.h>
#include "bcsr.h"

View File

@ -7,6 +7,7 @@
#include <common.h>
#include <console.h>
#include <flash.h>
#include <hwconfig.h>
#include <init.h>
#include <pci.h>

View File

@ -6,6 +6,7 @@
#include <common.h>
#include <env.h>
#include <env_internal.h>
#include <flash.h>
#include <init.h>
#include <led.h>
#include <malloc.h>

View File

@ -6,6 +6,7 @@
#include <common.h>
#include <env.h>
#include <flash.h>
#include <hwconfig.h>
#include <i2c.h>
#include <init.h>

View File

@ -6,6 +6,7 @@
#include <common.h>
#include <env.h>
#include <flash.h>
#include <hwconfig.h>
#include <i2c.h>
#include <init.h>

View File

@ -5,6 +5,7 @@
#include <common.h>
#include <env.h>
#include <flash.h>
#include <init.h>
#include <malloc.h>
#include <asm/processor.h>

View File

@ -5,6 +5,7 @@
#include <common.h>
#include <env.h>
#include <flash.h>
#include <init.h>
#include <malloc.h>
#include <asm/processor.h>

View File

@ -5,6 +5,7 @@
#include <common.h>
#include <env.h>
#include <flash.h>
#include <init.h>
#include <malloc.h>
#include <asm/processor.h>

View File

@ -15,6 +15,7 @@
#include <common.h>
#include <dm.h>
#include <env.h>
#include <flash.h>
#include <init.h>
#include <asm/io.h>
#include <asm/arch/at91sam9260_matrix.h>

View File

@ -14,6 +14,7 @@
#include <clock_legacy.h>
#include <env.h>
#include <pci.h>
#include <uuid.h>
#include <asm/processor.h>
#include <asm/immap_85xx.h>
#include <ioports.h>

View File

@ -7,6 +7,7 @@
*/
#include <common.h>
#include <flash.h>
#include <init.h>
#include <micrel.h>
#include <nand.h>

View File

@ -8,6 +8,7 @@
#include <common.h>
#include <command.h>
#include <console.h>
#include <flash.h>
#include <asm/io.h>
#define MAX_REGIONS 4

View File

@ -10,6 +10,7 @@
#include <command.h>
#include <cros_ec.h>
#include <dm.h>
#include <flash.h>
#include <dm/device-internal.h>
#include <dm/uclass-internal.h>

View File

@ -9,6 +9,7 @@
*/
#include <common.h>
#include <command.h>
#include <uuid.h>
#if defined(CONFIG_CMD_MTDPARTS)
#include <jffs2/jffs2.h>

View File

@ -73,6 +73,7 @@
#include <common.h>
#include <command.h>
#include <env.h>
#include <flash.h>
#include <image.h>
#include <malloc.h>
#include <jffs2/jffs2.h>

View File

@ -8,6 +8,7 @@
#include <common.h>
#include <command.h>
#include <env.h>
#include <flash.h>
#include <image.h>
#include <vsprintf.h>
#include <errno.h>

View File

@ -8,6 +8,7 @@
#include <common.h>
#include <div64.h>
#include <dm.h>
#include <flash.h>
#include <malloc.h>
#include <mapmem.h>
#include <spi.h>

View File

@ -13,6 +13,7 @@
#include <api.h>
#include <cpu_func.h>
#include <exports.h>
#include <flash.h>
#include <hang.h>
#include <image.h>
#include <irq_func.h>

View File

@ -8,6 +8,7 @@
#include <common.h>
#include <flash.h>
#include <uuid.h>
#include <mtd/cfi_flash.h>

View File

@ -4,6 +4,7 @@
*/
#include <common.h>
#include <flash.h>
#include <malloc.h>
#include <errno.h>
#include <div64.h>

View File

@ -10,6 +10,7 @@
#include <fastboot-internal.h>
#include <fb_mmc.h>
#include <fb_nand.h>
#include <flash.h>
#include <part.h>
#include <stdlib.h>

View File

@ -10,6 +10,7 @@
#include <fastboot.h>
#include <fastboot-internal.h>
#include <fb_mmc.h>
#include <flash.h>
#include <image-sparse.h>
#include <part.h>
#include <mmc.h>

View File

@ -6,6 +6,7 @@
#include <config.h>
#include <common.h>
#include <flash.h>
#include <fastboot.h>
#include <image-sparse.h>

View File

@ -18,6 +18,7 @@
#include <common.h>
#include <command.h>
#include <dm.h>
#include <flash.h>
#include <i2c.h>
#include <cros_ec.h>
#include <fdtdec.h>

View File

@ -22,6 +22,7 @@
#include <env.h>
#include <errno.h>
#include <fdt_support.h>
#include <flash.h>
#include <irq_func.h>
#include <asm/processor.h>
#include <asm/io.h>

View File

@ -12,6 +12,7 @@
/*#define DEBUG*/
#include <common.h>
#include <flash.h>
#include <asm/processor.h>
#include <asm/io.h>
#include <asm/byteorder.h>

View File

@ -10,6 +10,7 @@
#include <dm.h>
#include <errno.h>
#include <fdtdec.h>
#include <flash.h>
#include <spi.h>
#include <spi_flash.h>
#include <div64.h>

View File

@ -4,6 +4,7 @@
*/
#include <common.h>
#include <flash.h>
#include <malloc.h>
#include <linux/errno.h>
#include <linux/mtd/mtd.h>

View File

@ -5,6 +5,7 @@
*/
#include <common.h>
#include <flash.h>
#include <asm/io.h>
#include <asm/arch/stm32.h>
#include "stm32_flash.h"

2
env/sf.c vendored
View File

@ -12,11 +12,13 @@
#include <dm.h>
#include <env.h>
#include <env_internal.h>
#include <flash.h>
#include <malloc.h>
#include <spi.h>
#include <spi_flash.h>
#include <search.h>
#include <errno.h>
#include <uuid.h>
#include <dm/device-internal.h>
#include <u-boot/crc.h>

View File

@ -25,6 +25,7 @@
*/
#include <common.h>
#include <flash.h>
#include <malloc.h>
#include <asm/byteorder.h>
#include <linux/stat.h>

View File

@ -113,6 +113,7 @@
#include <common.h>
#include <config.h>
#include <flash.h>
#include <malloc.h>
#include <div64.h>
#include <linux/compiler.h>

View File

@ -29,7 +29,6 @@
#include <stdio.h>
#include <linux/kernel.h>
#include <part.h>
#include <flash.h>
#include <image.h>
#include <log.h>
#include <asm/u-boot.h> /* boot information for Linux kernel */