mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-07-23 23:33:01 +00:00
common: Drop linux/delay.h from common header
Move this uncommon header out of the common header. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
07e1114671
commit
c05ed00afb
891 changed files with 897 additions and 4 deletions
|
@ -13,6 +13,7 @@
|
|||
#include <fsl_immap.h>
|
||||
#include <fsl_ddr.h>
|
||||
#include <asm/arch/clock.h>
|
||||
#include <linux/delay.h>
|
||||
|
||||
#if (CONFIG_CHIP_SELECTS_PER_CTRL > 4)
|
||||
#error Invalid setting for CONFIG_CHIP_SELECTS_PER_CTRL
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
defined(CONFIG_ARM)
|
||||
#include <asm/arch/clock.h>
|
||||
#endif
|
||||
#include <linux/delay.h>
|
||||
|
||||
#define CTLR_INTLV_MASK 0x20000000
|
||||
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
#include <common.h>
|
||||
#include <fsl_mmdc.h>
|
||||
#include <asm/io.h>
|
||||
#include <linux/delay.h>
|
||||
|
||||
static void set_wait_for_bits_clear(void *ptr, u32 value, u32 bits)
|
||||
{
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
#include <log.h>
|
||||
#include <asm/io.h>
|
||||
#include <fsl_ddr_sdram.h>
|
||||
#include <linux/delay.h>
|
||||
|
||||
#if (CONFIG_CHIP_SELECTS_PER_CTRL > 4)
|
||||
#error Invalid setting for CONFIG_CHIP_SELECTS_PER_CTRL
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
#include <asm/io.h>
|
||||
#include <asm/processor.h>
|
||||
#include <fsl_ddr_sdram.h>
|
||||
#include <linux/delay.h>
|
||||
|
||||
#if (CONFIG_CHIP_SELECTS_PER_CTRL > 4)
|
||||
#error Invalid setting for CONFIG_CHIP_SELECTS_PER_CTRL
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
#include <asm/io.h>
|
||||
#include <fsl_ddr_sdram.h>
|
||||
#include <asm/processor.h>
|
||||
#include <linux/delay.h>
|
||||
|
||||
#if (CONFIG_CHIP_SELECTS_PER_CTRL > 4)
|
||||
#error Invalid setting for CONFIG_CHIP_SELECTS_PER_CTRL
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
#include <log.h>
|
||||
#include <asm/io.h>
|
||||
#include <fsl_ddr_sdram.h>
|
||||
#include <linux/delay.h>
|
||||
|
||||
#if (CONFIG_CHIP_SELECTS_PER_CTRL > 4)
|
||||
#error Invalid setting for CONFIG_CHIP_SELECTS_PER_CTRL
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
#include <asm/fsl_law.h>
|
||||
#endif
|
||||
#include <div64.h>
|
||||
#include <linux/delay.h>
|
||||
|
||||
#include <fsl_ddr.h>
|
||||
#include <fsl_immap.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue