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:
parent
a595a0e910
commit
b79fdc7697
@ -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>
|
||||
|
@ -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
|
||||
|
@ -6,6 +6,7 @@
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <flash.h>
|
||||
#include <init.h>
|
||||
#if defined(CONFIG_FTMAC100) && !defined(CONFIG_DM_ETH)
|
||||
#include <netdev.h>
|
||||
|
@ -5,6 +5,7 @@
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <flash.h>
|
||||
#include <init.h>
|
||||
#if defined(CONFIG_FTMAC100) && !defined(CONFIG_DM_ETH)
|
||||
#include <netdev.h>
|
||||
|
@ -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>
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
#include <common.h>
|
||||
#include <debug_uart.h>
|
||||
#include <flash.h>
|
||||
#include <init.h>
|
||||
#include <net.h>
|
||||
#include <vsprintf.h>
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -8,6 +8,7 @@
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <flash.h>
|
||||
#include <irq_func.h>
|
||||
|
||||
#include <asm/immap.h>
|
||||
|
@ -4,6 +4,7 @@
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <flash.h>
|
||||
#include <asm/io.h>
|
||||
|
||||
#include "bcsr.h"
|
||||
|
@ -6,6 +6,7 @@
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <flash.h>
|
||||
#include <init.h>
|
||||
#include <pci.h>
|
||||
#include <asm/processor.h>
|
||||
|
@ -4,6 +4,7 @@
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <flash.h>
|
||||
#include <asm/io.h>
|
||||
|
||||
#include "bcsr.h"
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
#include <common.h>
|
||||
#include <console.h>
|
||||
#include <flash.h>
|
||||
#include <hwconfig.h>
|
||||
#include <init.h>
|
||||
#include <pci.h>
|
||||
|
@ -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>
|
||||
|
@ -6,6 +6,7 @@
|
||||
|
||||
#include <common.h>
|
||||
#include <env.h>
|
||||
#include <flash.h>
|
||||
#include <hwconfig.h>
|
||||
#include <i2c.h>
|
||||
#include <init.h>
|
||||
|
@ -6,6 +6,7 @@
|
||||
|
||||
#include <common.h>
|
||||
#include <env.h>
|
||||
#include <flash.h>
|
||||
#include <hwconfig.h>
|
||||
#include <i2c.h>
|
||||
#include <init.h>
|
||||
|
@ -5,6 +5,7 @@
|
||||
|
||||
#include <common.h>
|
||||
#include <env.h>
|
||||
#include <flash.h>
|
||||
#include <init.h>
|
||||
#include <malloc.h>
|
||||
#include <asm/processor.h>
|
||||
|
@ -5,6 +5,7 @@
|
||||
|
||||
#include <common.h>
|
||||
#include <env.h>
|
||||
#include <flash.h>
|
||||
#include <init.h>
|
||||
#include <malloc.h>
|
||||
#include <asm/processor.h>
|
||||
|
@ -5,6 +5,7 @@
|
||||
|
||||
#include <common.h>
|
||||
#include <env.h>
|
||||
#include <flash.h>
|
||||
#include <init.h>
|
||||
#include <malloc.h>
|
||||
#include <asm/processor.h>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -7,6 +7,7 @@
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <flash.h>
|
||||
#include <init.h>
|
||||
#include <micrel.h>
|
||||
#include <nand.h>
|
||||
|
@ -8,6 +8,7 @@
|
||||
#include <common.h>
|
||||
#include <command.h>
|
||||
#include <console.h>
|
||||
#include <flash.h>
|
||||
#include <asm/io.h>
|
||||
|
||||
#define MAX_REGIONS 4
|
||||
|
@ -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>
|
||||
|
||||
|
@ -9,6 +9,7 @@
|
||||
*/
|
||||
#include <common.h>
|
||||
#include <command.h>
|
||||
#include <uuid.h>
|
||||
|
||||
#if defined(CONFIG_CMD_MTDPARTS)
|
||||
#include <jffs2/jffs2.h>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
1
cmd/sf.c
1
cmd/sf.c
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -8,6 +8,7 @@
|
||||
|
||||
#include <common.h>
|
||||
#include <flash.h>
|
||||
#include <uuid.h>
|
||||
|
||||
#include <mtd/cfi_flash.h>
|
||||
|
||||
|
@ -4,6 +4,7 @@
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <flash.h>
|
||||
#include <malloc.h>
|
||||
#include <errno.h>
|
||||
#include <div64.h>
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
@ -6,6 +6,7 @@
|
||||
|
||||
#include <config.h>
|
||||
#include <common.h>
|
||||
#include <flash.h>
|
||||
|
||||
#include <fastboot.h>
|
||||
#include <image-sparse.h>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -12,6 +12,7 @@
|
||||
/*#define DEBUG*/
|
||||
|
||||
#include <common.h>
|
||||
#include <flash.h>
|
||||
#include <asm/processor.h>
|
||||
#include <asm/io.h>
|
||||
#include <asm/byteorder.h>
|
||||
|
@ -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>
|
||||
|
@ -4,6 +4,7 @@
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <flash.h>
|
||||
#include <malloc.h>
|
||||
#include <linux/errno.h>
|
||||
#include <linux/mtd/mtd.h>
|
||||
|
@ -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
2
env/sf.c
vendored
@ -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>
|
||||
|
||||
|
@ -25,6 +25,7 @@
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <flash.h>
|
||||
#include <malloc.h>
|
||||
#include <asm/byteorder.h>
|
||||
#include <linux/stat.h>
|
||||
|
@ -113,6 +113,7 @@
|
||||
|
||||
#include <common.h>
|
||||
#include <config.h>
|
||||
#include <flash.h>
|
||||
#include <malloc.h>
|
||||
#include <div64.h>
|
||||
#include <linux/compiler.h>
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user