imx6/imx7: Remove now empty imx6_spl.h and imx7_spl.h

There are now no flags being set in these files, so remove them.

Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Tom Rini 2022-11-16 13:10:36 -05:00
parent f16b1a6c00
commit aec118ebe6
48 changed files with 0 additions and 196 deletions

View File

@ -15,10 +15,6 @@
#include <asm/arch/imx-regs.h>
#include <asm/mach-imx/gpio.h>
#ifdef CONFIG_SPL
#include "imx6_spl.h"
#endif
#define CONFIG_MXC_UART_BASE UART1_BASE
/* MMC Configs */

View File

@ -86,9 +86,4 @@ BUR_COMMON_ENV \
/* USB Configs */
#define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW)
/* SPL */
#ifdef CONFIG_SPL
#include "imx6_spl.h"
#endif /* CONFIG_SPL */
#endif /* __CONFIG_BRPP2_IMX6_H */

View File

@ -101,7 +101,4 @@
#define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW)
#define CONFIG_MXC_USB_FLAGS 0
/* SPL */
#include "imx7_spl.h"
#endif /* __CONFIG_H */

View File

@ -143,9 +143,6 @@
/* misc */
/* SPL */
#include "imx6_spl.h"
/* Display */
#define CONFIG_IMX_HDMI

View File

@ -15,10 +15,6 @@
#include <asm/arch/imx-regs.h>
#include <asm/mach-imx/gpio.h>
#ifdef CONFIG_SPL
#include "imx6_spl.h"
#endif
#define CONFIG_MXC_UART_BASE UART1_BASE
/* MMC Configs */

View File

@ -10,9 +10,6 @@
#include <linux/stringify.h>
#include "mx6_common.h"
/* SPL options */
#include "imx6_spl.h"
/* NAND pin conflicts with usdhc2 */
#ifdef CONFIG_CMD_NAND
#define CFG_SYS_FSL_USDHC_NUM 1

View File

@ -21,9 +21,6 @@
* 0x12_0000-0x1f_ffff ... UNUSED
*/
/* SPL */
#include "imx6_spl.h" /* common IMX6 SPL configuration */
/* Miscellaneous configurable options */
/* MMC Configs */

View File

@ -34,8 +34,6 @@
#define CONFIG_SYS_SPI_ARGS_OFFS 0x140000
#define CONFIG_SYS_SPI_ARGS_SIZE 0x10000
#include "imx6_spl.h"
#define CONFIG_MXC_UART_BASE UART5_BASE
/* I2C Configs */

View File

@ -12,10 +12,6 @@
#include "mx6_common.h"
#ifdef CONFIG_SPL
#include "imx6_spl.h"
#endif
/* MMC Configs */
#define CFG_SYS_FSL_ESDHC_ADDR 0
#define CFG_SYS_FSL_USDHC_NUM 2

View File

@ -49,12 +49,6 @@
#include "mx6_common.h"
#ifdef CONFIG_SPL
#include "imx6_spl.h"
/* RiOTboard */
#endif
/* 256M RAM (minimum), 32M uncompressed kernel, 16M compressed kernel, 1M fdt,
* 1M script, 1M pxe and the ramdisk at the end */
#define MEM_LAYOUT_ENV_SETTINGS \

View File

@ -12,8 +12,6 @@
#include "mx6_common.h"
#include "imx6_spl.h"
/* PWM */
#define CONFIG_IMX6_PWM_PER_CLK 66000000

View File

@ -13,7 +13,6 @@
/* Falcon Mode - MMC support: args@1MB kernel@2MB */
#include "imx6_spl.h" /* common IMX6 SPL configuration */
#include "mx6_common.h"
/* Serial */

View File

@ -142,9 +142,4 @@
# define CONFIG_IMX_VIDEO_SKIP
#endif
/* SPL */
#ifdef CONFIG_SPL
# include "imx6_spl.h"
#endif
#endif /* __IMX6_ENGICAM_CONFIG_H */

View File

@ -11,10 +11,6 @@
#define CONFIG_MXC_UART_BASE UART1_BASE
#define CONSOLE_DEV "ttymxc0"
#ifdef CONFIG_SPL
#include "imx6_spl.h"
#endif
#include "mx6_common.h"
/* MMC Configs */

View File

@ -1,15 +0,0 @@
/* SPDX-License-Identifier: GPL-2.0+ */
/*
* Copyright (C) 2014 Gateworks Corporation
* Author: Tim Harvey <tharvey@gateworks.com>
*/
#ifndef __IMX6_SPL_CONFIG_H
#define __IMX6_SPL_CONFIG_H
#ifdef CONFIG_SPL
/* MMC support */
#endif
#endif

View File

@ -59,7 +59,4 @@
#define CONFIG_SYS_INIT_RAM_ADDR IRAM_BASE_ADDR
#define CONFIG_SYS_INIT_RAM_SIZE IRAM_SIZE
/* SPL */
#include "imx6_spl.h"
#endif /* __IMX6DL_MAMOJ_CONFIG_H */

View File

@ -91,7 +91,6 @@
/* SPL */
#ifdef CONFIG_SPL
#include "imx6_spl.h"
#ifdef CONFIG_SPL_BUILD
#define CFG_SYS_FSL_USDHC_NUM 2

View File

@ -12,9 +12,6 @@
#include <linux/sizes.h>
#include <linux/stringify.h>
/* SPL options */
#include "imx6_spl.h"
#define CONFIG_MXC_UART_BASE UART4_BASE
#ifndef CONFIG_SPL_BUILD

View File

@ -83,7 +83,4 @@
#define CONFIG_USBD_HS
/* SPL */
#include "imx7_spl.h"
#endif /* __CONFIG_H */

View File

@ -1,19 +0,0 @@
/* SPDX-License-Identifier: GPL-2.0+ */
/*
* SPL definitions for the i.MX7 SPL
*
* (C) Copyright 2017 CompuLab, Ltd. http://www.compulab.com
*
* Author: Uri Mashiach <uri.mashiach@compulab.co.il>
*/
#ifndef __IMX7_SPL_CONFIG_H
#define __IMX7_SPL_CONFIG_H
#ifdef CONFIG_SPL
/* MMC support */
#endif /* CONFIG_SPL */
#endif /* __IMX7_SPL_CONFIG_H */

View File

@ -11,9 +11,6 @@
#include <linux/sizes.h>
#include "mx6_common.h"
#ifdef CONFIG_SPL_BUILD
#include "imx6_spl.h"
#endif
/* RAM */
#define PHYS_SDRAM MMDC0_ARB_BASE_ADDR

View File

@ -12,9 +12,6 @@
#include "mx6_common.h"
/* SPL */
#include "imx6_spl.h" /* common IMX6 SPL configuration */
/* Miscellaneous configurable options */
/* FEC ethernet */

View File

@ -13,9 +13,6 @@
#include <linux/stringify.h>
#include "mx6_common.h"
/* SPL options */
#include "imx6_spl.h"
#define CONFIG_MXC_UART_BASE UART1_BASE
/* MMC Configs */

View File

@ -9,8 +9,6 @@
#include "mx6_common.h"
#include "imx6_spl.h"
#define CONFIG_SYS_UBOOT_BASE (CONFIG_SYS_FLASH_BASE + 0x80000)
/*

View File

@ -11,8 +11,6 @@
#include "mx6_common.h"
#include "imx6_spl.h"
/* MMC Configs */
#define CFG_SYS_FSL_ESDHC_ADDR USDHC2_BASE_ADDR

View File

@ -11,7 +11,6 @@
/* SPL */
#include "mx6_common.h"
#include "imx6_spl.h"
#ifdef CONFIG_SERIAL_CONSOLE_UART1
#if defined(CONFIG_MX6SL)

View File

@ -8,10 +8,6 @@
#ifndef __MX6SABREAUTO_CONFIG_H
#define __MX6SABREAUTO_CONFIG_H
#ifdef CONFIG_SPL
#include "imx6_spl.h"
#endif
#define CONFIG_MXC_UART_BASE UART4_BASE
#define CONSOLE_DEV "ttymxc3"

View File

@ -8,10 +8,6 @@
#ifndef __MX6SABRESD_CONFIG_H
#define __MX6SABRESD_CONFIG_H
#ifdef CONFIG_SPL
#include "imx6_spl.h"
#endif
#define CONFIG_MXC_UART_BASE UART1_BASE
#define CONSOLE_DEV "ttymxc0"

View File

@ -10,10 +10,6 @@
#include "mx6_common.h"
#ifdef CONFIG_SPL
#include "imx6_spl.h"
#endif
#define CONFIG_MXC_UART_BASE UART1_IPS_BASE_ADDR
/* MMC Configs */

View File

@ -12,10 +12,6 @@
#include "mx6_common.h"
#ifdef CONFIG_SPL
#include "imx6_spl.h"
#endif
#define CONFIG_MXC_UART_BASE UART1_BASE
#ifdef CONFIG_IMX_BOOTAUX

View File

@ -15,9 +15,6 @@
#define is_mx6ul_9x9_evk() CONFIG_IS_ENABLED(TARGET_MX6UL_9X9_EVK)
/* SPL options */
#include "imx6_spl.h"
#define CONFIG_MXC_UART_BASE UART1_BASE
/* MMC Configs */

View File

@ -10,9 +10,6 @@
#include <linux/sizes.h>
#include "mx6_common.h"
/* SPL options */
#include "imx6_spl.h"
#define CFG_SYS_FSL_USDHC_NUM 1
/* Console configs */

View File

@ -34,9 +34,6 @@
#define CONFIG_SYS_INIT_RAM_ADDR IRAM_BASE_ADDR
#define CONFIG_SYS_INIT_RAM_SIZE IRAM_SIZE
/* SPL */
#include "imx6_spl.h" /* common IMX6 SPL configuration */
/* I2C */
#define CONFIG_I2C_MULTI_BUS

View File

@ -10,9 +10,6 @@
#include <linux/sizes.h>
#include "mx6_common.h"
/* SPL options */
#include "imx6_spl.h"
#define CFG_SYS_FSL_USDHC_NUM 1
/* Console configs */

View File

@ -10,10 +10,6 @@
#include "mx6_common.h"
#ifdef CONFIG_SPL
#include "imx6_spl.h"
#endif
/* Miscellaneous configurable options */
#define CONFIG_STANDALONE_LOAD_ADDR CONFIG_SYS_LOAD_ADDR

View File

@ -11,9 +11,6 @@
#include <linux/sizes.h>
#include "mx6_common.h"
/* SPL options */
#include "imx6_spl.h"
/*
* There is a bug in some i.MX6UL processors that results in the initial
* portion of OCRAM being unavailable when booting from (at least) an SD

View File

@ -13,9 +13,6 @@
#include <linux/stringify.h>
#include "mx6_common.h"
/* SPL options */
#include "imx6_spl.h"
#define CFG_SYS_FSL_USDHC_NUM 2
/* Environment settings */

View File

@ -6,10 +6,6 @@
#ifndef __PCM058_CONFIG_H
#define __PCM058_CONFIG_H
#ifdef CONFIG_SPL
#include "imx6_spl.h"
#endif
#include "mx6_common.h"
#define PHYS_SDRAM_SIZE (1u * 1024 * 1024 * 1024)

View File

@ -10,14 +10,6 @@
#include "mx6_common.h"
#include "imx6_spl.h"
#ifdef CONFIG_SPL_OS_BOOT
/* Falcon Mode */
/* Falcon Mode - MMC support: args@1MB kernel@2MB */
#endif
#define CONFIG_MXC_UART_BASE UART1_BASE
/* MMC Configuration */

View File

@ -12,13 +12,6 @@
#include <linux/sizes.h>
#include "mx6_common.h"
#include <asm/mach-imx/gpio.h>
#include "imx6_spl.h"
#ifdef CONFIG_SPL_OS_BOOT
/* Falcon Mode */
/* Falcon Mode - MMC support: args@1MB kernel@2MB */
#endif
/* Network support */

View File

@ -10,14 +10,6 @@
#include "mx7_common.h"
#include "imx7_spl.h"
#ifdef CONFIG_SPL_OS_BOOT
/* Falcon Mode */
/* Falcon Mode - MMC support: args@1MB kernel@2MB */
#endif
#define CONFIG_MXC_UART_BASE UART5_IPS_BASE_ADDR
/* MMC Config */

View File

@ -13,10 +13,6 @@
#include "mx6_common.h"
#include <asm/mach-imx/gpio.h>
/* SPL options */
#include "imx6_spl.h"
/* MMC Configs */
#ifdef CONFIG_FSL_USDHC
#define CFG_SYS_FSL_ESDHC_ADDR USDHC2_BASE_ADDR

View File

@ -11,13 +11,6 @@
#include <linux/kconfig.h>
#include <linux/stringify.h>
/* SPL */
/* #if defined(CONFIG_SPL_BUILD) */
/* common IMX6 SPL configuration */
#include "imx6_spl.h"
/* #endif */
/* place code in last 4 MiB of RAM */
#include "mx6_common.h"

View File

@ -10,8 +10,6 @@
#include "mx6_common.h"
#include "imx6_spl.h"
#define CONFIG_MXC_UART_BASE UART2_BASE
/* MMC Configuration */

View File

@ -12,8 +12,6 @@
#include "mx6_common.h"
#include "imx6_spl.h"
/* MMC Configuration */
#define CFG_SYS_FSL_ESDHC_ADDR USDHC2_BASE_ADDR

View File

@ -10,10 +10,6 @@
#include "mx6_common.h"
#ifdef CONFIG_SPL
#include "imx6_spl.h"
#endif
#define BOOT_TARGET_DEVICES(func) \
func(MMC, mmc, 0) \
func(MMC, mmc, 1) \

View File

@ -10,8 +10,6 @@
#include "mx6_common.h"
#include "imx6_spl.h"
#define CONFIG_MXC_UART_BASE UART1_BASE
/* MMC Configuration */

View File

@ -10,9 +10,6 @@
#include "mx6_common.h"
#include <asm/mach-imx/gpio.h>
/* SPL options */
#include "imx6_spl.h"
#define CONFIG_MXC_UART_BASE MX6UL_UART7_BASE_ADDR
/* MMC Configs */