]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
global: Remove unused CONFIG symbols
authorTom Rini <trini@konsulko.com>
Fri, 2 Dec 2022 21:42:31 +0000 (16:42 -0500)
committerTom Rini <trini@konsulko.com>
Thu, 22 Dec 2022 15:31:48 +0000 (10:31 -0500)
This removes the following unreferenced CONFIG symbols:
   CONFIG_FDTADDR
   CONFIG_FDTFILE
   CONFIG_FLASH_SECTOR_SIZE
   CONFIG_FSL_CPLD
   CONFIG_HDMI_ENCODER_I2C_ADDR
   CONFIG_I2C_MVTWSI
   CONFIG_I2C_RTC_ADDR
   CONFIG_IRAM_END
   CONFIG_IRAM_SIZE
   CONFIG_KSNET_MDIO_PHY_CONFIG_ENABLE
   CONFIG_L1_INIT_RAM
   CONFIG_MACB_SEARCH_PHY
   CONFIG_MIU_2BIT_21_7_INTERLEAVED
   CONFIG_MTD_NAND_VERIFY_WRITE
   CONFIG_MVGBE_PORTS
   CONFIG_NETDEV
   CONFIG_NUM_DSP_CPUS
   CONFIG_PHY_BASE_ADR
   CONFIG_PHY_INTERFACE_MODE
   CONFIG_PSRAM_SCFG
   CONFIG_RAMBOOT_SPIFLASH
   CONFIG_RAMBOOT_TEXT_BASE
   CONFIG_RD_LVL
   CONFIG_ROCKCHIP_SDHCI_MAX_FREQ
   CONFIG_SETUP_INITRD_TAG
   CONFIG_SH_QSPI_BASE
   CONFIG_SMDK5420
   CONFIG_SOCRATES
   CONFIG_SPI_ADDR
   CONFIG_SPI_FLASH_QUAD
   CONFIG_SPI_FLASH_SIZE
   CONFIG_SPI_HALF_DUPLEX
   CONFIG_SPI_N25Q256A_RESET
   CONFIG_TEGRA_SLINK_CTRLS
   CONFIG_TPM_TIS_BASE_ADDRESS
   CONFIG_UBOOT_SECTOR_COUNT
   CONFIG_UBOOT_SECTOR_START
   CONFIG_VAR_SIZE_SPL
   CONFIG_VERY_BIG_RAM

And also:
   BL1_SIZE
   PHY_NO
   RESERVE_BLOCK_SIZE

Signed-off-by: Tom Rini <trini@konsulko.com>
99 files changed:
README
arch/arm/include/asm/arch-ls102xa/config.h
arch/arm/mach-mvebu/include/mach/config.h
arch/powerpc/include/asm/config_mpc85xx.h
arch/xtensa/include/asm/config.h
board/Marvell/openrd/openrd.c
drivers/net/mvgbe.c
drivers/net/mvgbe.h
drivers/ram/mpc83xx_sdram.c
include/configs/MPC837XERDB.h
include/configs/P1010RDB.h
include/configs/P2041RDB.h
include/configs/SBx81LIFKW.h
include/configs/SBx81LIFXCAT.h
include/configs/T102xRDB.h
include/configs/T104xRDB.h
include/configs/T208xQDS.h
include/configs/T208xRDB.h
include/configs/T4240RDB.h
include/configs/alt.h
include/configs/ax25-ae350.h
include/configs/beaver.h
include/configs/blanche.h
include/configs/cardhu.h
include/configs/cei-tk1-som.h
include/configs/colibri_vf.h
include/configs/dalmore.h
include/configs/dns325.h
include/configs/dockstar.h
include/configs/dra7xx_evm.h
include/configs/dreamplug.h
include/configs/ds109.h
include/configs/eb_cpu5282.h
include/configs/efi-x86_app.h
include/configs/embestmx6boards.h
include/configs/ethernut5.h
include/configs/exynos5-common.h
include/configs/exynos5420-common.h
include/configs/exynos7420-common.h
include/configs/goflexhome.h
include/configs/guruplug.h
include/configs/ib62x0.h
include/configs/iconnect.h
include/configs/jetson-tk1.h
include/configs/k2e_evm.h
include/configs/k2g_evm.h
include/configs/k2l_evm.h
include/configs/kmcent2.h
include/configs/kontron_sl28.h
include/configs/lacie_kw.h
include/configs/legoev3.h
include/configs/ls1028a_common.h
include/configs/ls1043a_common.h
include/configs/ls1043aqds.h
include/configs/ls1043ardb.h
include/configs/ls1046a_common.h
include/configs/ls1046afrwy.h
include/configs/ls1046aqds.h
include/configs/ls1046ardb.h
include/configs/ls1088a_common.h
include/configs/ls1088aqds.h
include/configs/ls1088ardb.h
include/configs/ls2080a_common.h
include/configs/ls2080aqds.h
include/configs/ls2080ardb.h
include/configs/lx2160a_common.h
include/configs/malta.h
include/configs/mt7621.h
include/configs/mt7629.h
include/configs/mxs.h
include/configs/nas220.h
include/configs/nsa310s.h
include/configs/nyan-big.h
include/configs/openrd.h
include/configs/origen.h
include/configs/p2371-0000.h
include/configs/p2371-2180.h
include/configs/p2571.h
include/configs/p3450-0000.h
include/configs/pm9263.h
include/configs/pogo_e02.h
include/configs/pogo_v4.h
include/configs/porter.h
include/configs/qemu-ppce500.h
include/configs/rcar-gen3-common.h
include/configs/rk3399_common.h
include/configs/sheevaplug.h
include/configs/silk.h
include/configs/smdk5420.h
include/configs/smdkv310.h
include/configs/socfpga_sr1500.h
include/configs/socrates.h
include/configs/stout.h
include/configs/synquacer.h
include/configs/tec-ng.h
include/configs/venice2.h
include/configs/vinco.h
include/configs/x86-common.h
include/configs/xpress.h

diff --git a/README b/README
index 120963317608b9c116cae9df534b9370b55439e4..9e2627863ce587d7f5017be72f4d67f3b63a6236 100644 (file)
--- a/README
+++ b/README
@@ -373,12 +373,6 @@ The following options need to be configured:
                such as ARM architectural timer initialization.
 
 - Linux Kernel Interface:
-               CONFIG_MEMSIZE_IN_BYTES         [relevant for MIPS only]
-
-               When transferring memsize parameter to Linux, some versions
-               expect it to be in bytes, others in MB.
-               Define CONFIG_MEMSIZE_IN_BYTES to make it in bytes.
-
                CONFIG_OF_LIBFDT
 
                New kernel versions are expecting firmware settings to be
@@ -585,11 +579,6 @@ The following options need to be configured:
                Support for generic parallel port TPM devices. Only one device
                per system is supported at this time.
 
-                       CONFIG_TPM_TIS_BASE_ADDRESS
-                       Base address where the generic TPM device is mapped
-                       to. Contemporary x86 systems usually map it at
-                       0xfed40000.
-
                CONFIG_TPM
                Define this to enable the TPM support library which provides
                functional interfaces to some TPM commands.
index 14f86df5ed5a8263753fe2d8b7935d7374ebb052..4a4d64244148c6d8d7d6deacce06687801efdfa0 100644 (file)
@@ -70,7 +70,6 @@
 /* SATA */
 #define AHCI_BASE_ADDR                         (CONFIG_SYS_IMMR + 0x02200000)
 #ifdef CONFIG_DDR_SPD
-#define CONFIG_VERY_BIG_RAM
 #define CONFIG_MAX_MEM_MAPPED                  ((phys_size_t)2 << 30)
 #endif
 
index 2e06f2bdaee3eefdce02db8fefaf39ae0fa88a42..96a08104ff46d6d854f4e62d43d299a1410389ec 100644 (file)
 /* Needed for SPI NOR booting in SPL */
 #define CONFIG_DM_SEQ_ALIAS            1
 
-/*
- * I2C related stuff
- */
-#ifdef CONFIG_CMD_I2C
-#ifndef CONFIG_SYS_I2C_SOFT
-#define CONFIG_I2C_MVTWSI
-#endif
-#endif
-
 #endif /* __MVEBU_CONFIG_H */
index edaf8baaaebe0f21dc04e3f2caa9b96722c15973..e80599106066bfde0241bd01ab4ae1825ec7a144 100644 (file)
 #define CFG_SYS_FM_MURAM_SIZE  0x60000
 
 #ifdef CONFIG_ARCH_B4860
-#define CONFIG_NUM_DSP_CPUS            6
 #define CFG_SYS_FSL_CLUSTER_CLOCKS     { 1, 4, 4, 4 }
 #define CFG_SYS_NUM_FM1_DTSEC  6
 #define CFG_SYS_NUM_FM1_10GEC  2
index a1096ab1961b9ffecc1dfc8659daa5b4c582a03b..21b334b93896aa56dbc06a19de589d1c8019d9db 100644 (file)
@@ -14,7 +14,6 @@
  * restricting used physical memory to the first 128MB.
  */
 #if XCHAL_HAVE_PTP_MMU
-#define CONFIG_VERY_BIG_RAM
 #define CONFIG_MAX_MEM_MAPPED (128 << 20)
 #endif
 
index f44ac3315ebc1ef671a93405027a5bc37baef19e..581e2e084d6f78071eb0b78f5709b09487c47795 100644 (file)
@@ -140,7 +140,7 @@ void mv_phy_init(char *name)
        /* reset the phy */
        miiphy_reset(name, devadr);
 
-       printf(PHY_NO" Initialized on %s\n", name);
+       printf("Initialized on %s\n", name);
 }
 
 void reset_phy(void)
index 58363fce05705d92ce26963472571302aec6a281..3587ca2124e33279c74be88a4ae18f15998db559 100644 (file)
 
 DECLARE_GLOBAL_DATA_PTR;
 
-#ifndef CONFIG_MVGBE_PORTS
-# define CONFIG_MVGBE_PORTS {0, 0}
-#endif
-
 #define MV_PHY_ADR_REQUEST 0xee
 #define MVGBE_SMI_REG (((struct mvgbe_registers *)MVGBE0_BASE)->smi)
 #define MVGBE_PGADR_REG        22
index e3f5ac06399d930cf25548d02075ec9784eb2af5..6514ab67bab963a86fcdbf17954cb41d790f801d 100644 (file)
 #ifndef __MVGBE_H__
 #define __MVGBE_H__
 
-/* PHY_BASE_ADR is board specific and can be configured */
-#if defined (CONFIG_PHY_BASE_ADR)
-#define PHY_BASE_ADR           CONFIG_PHY_BASE_ADR
-#else
-#define PHY_BASE_ADR           0x08    /* default phy base addr */
-#endif
-
 /* Constants */
 #define INT_CAUSE_UNMASK_ALL           0x0007ffff
 #define INT_CAUSE_UNMASK_ALL_EXT       0x0011ffff
index a53ff93a6b061a6f5f6d554595e3cdac7eefeecc..11676d4fae7e1d44de1ff495230bfd02ea7b4080 100644 (file)
@@ -118,12 +118,7 @@ int dram_init(void)
 
 phys_size_t get_effective_memsize(void)
 {
-       if (!IS_ENABLED(CONFIG_VERY_BIG_RAM))
-               return gd->ram_size;
-
-       /* Limit stack to what we can reasonable map */
-       return ((gd->ram_size > CONFIG_MAX_MEM_MAPPED) ?
-               CONFIG_MAX_MEM_MAPPED : gd->ram_size);
+       return gd->ram_size;
 }
 
 /**
index 7dff3cc691360206a09403ecd2b1c45252b48c57..7b932eb38901b8392585d6c0319cc6096c08ab98 100644 (file)
  * Environment Configuration
  */
 
-#define CONFIG_NETDEV          "eth1"
-
-#define CONFIG_FDTFILE         "mpc8379_rdb.dtb"
+#define FDTFILE                        "mpc8379_rdb.dtb"
 
 #define CONFIG_EXTRA_ENV_SETTINGS \
-       "netdev=" CONFIG_NETDEV "\0"                            \
+       "netdev=eth1\0"                         \
        "uboot=" CONFIG_UBOOTPATH "\0"                                  \
        "tftpflash=tftp $loadaddr $uboot;"                              \
                "protect off " __stringify(CONFIG_TEXT_BASE)    \
                "cmp.b $loadaddr " __stringify(CONFIG_TEXT_BASE)        \
                        " $filesize\0"  \
        "fdtaddr=780000\0"                                              \
-       "fdtfile=" CONFIG_FDTFILE "\0"                                  \
+       "fdtfile=" FDTFILE "\0"                                 \
        "ramdiskaddr=1000000\0"                                         \
        "ramdiskfile=rootfs.ext2.gz.uboot\0"                            \
        "console=ttyS0\0"                                               \
index d83563d6181d7d931caf62382a107f762a17e3b0..02d49c3d3407b3692f5199c1686f734365afee92 100644 (file)
@@ -24,7 +24,6 @@
 
 #ifdef CONFIG_SPIFLASH
 #ifdef CONFIG_NXP_ESBC
-#define CONFIG_RAMBOOT_SPIFLASH
 #define CONFIG_RESET_VECTOR_ADDRESS    0x110bfffc
 #else
 #define CFG_SYS_SPI_FLASH_U_BOOT_SIZE  (512 << 10)
index 0f0cdb3a681575cd69c2a7b1be4935a453fcee3a..1a157a7da05d22f0baaeaa396e0e2df5be9101e1 100644 (file)
@@ -12,7 +12,6 @@
 #define __CONFIG_H
 
 #ifdef CONFIG_RAMBOOT_PBL
-#define CONFIG_RAMBOOT_TEXT_BASE       CONFIG_TEXT_BASE
 #define CONFIG_RESET_VECTOR_ADDRESS    0xfffffffc
 #endif
 
 /*
  *  Config the L3 Cache as L3 SRAM
  */
-#define CFG_SYS_INIT_L3_ADDR           CONFIG_RAMBOOT_TEXT_BASE
+#define CFG_SYS_INIT_L3_ADDR           CONFIG_TEXT_BASE
 #ifdef CONFIG_PHYS_64BIT
-#define CFG_SYS_INIT_L3_ADDR_PHYS      (0xf00000000ull | \
-               CONFIG_RAMBOOT_TEXT_BASE)
+#define CFG_SYS_INIT_L3_ADDR_PHYS      (0xf00000000ull | CONFIG_TEXT_BASE)
 #else
 #define CFG_SYS_INIT_L3_ADDR_PHYS      CFG_SYS_INIT_L3_ADDR
 #endif
@@ -62,7 +60,6 @@
 /*
  * DDR Setup
  */
-#define CONFIG_VERY_BIG_RAM
 #define CFG_SYS_DDR_SDRAM_BASE 0x00000000
 #define CFG_SYS_SDRAM_BASE             CFG_SYS_DDR_SDRAM_BASE
 
@@ -88,7 +85,6 @@
 #define CFG_SYS_FLASH_BASE_PHYS        CFG_SYS_FLASH_BASE
 #endif
 
-#define CONFIG_FSL_CPLD
 #define CPLD_BASE              0xffdf0000      /* CPLD registers */
 #ifdef CONFIG_PHYS_64BIT
 #define CPLD_BASE_PHYS         0xfffdf0000ull
 #define CFG_SYS_FLASH_BANKS_LIST       {CFG_SYS_FLASH_BASE_PHYS + 0x8000000}
 
 /* define to use L1 as initial stack */
-#define CONFIG_L1_INIT_RAM
 #define CFG_SYS_INIT_RAM_ADDR  0xffd00000      /* Initial L1 address */
 #ifdef CONFIG_PHYS_64BIT
 #define CFG_SYS_INIT_RAM_ADDR_PHYS_HIGH 0xf
index d5c9c05767a05b17dedf438c5b31b5c4ab83e7d2..19ae6399476f524dad45e06fe4ddd201acd48159 100644 (file)
 /* size in bytes reserved for initial data */
 
 #include <asm/arch/config.h>
-/* There is no PHY directly connected so don't ask it for link status */
-
-/*
- * Ethernet Driver configuration
- */
-#ifdef CONFIG_CMD_NET
-#define CONFIG_MVGBE_PORTS     {1, 0}  /* enable a single port */
-#define CONFIG_PHY_BASE_ADR    0x01
-#endif /* CONFIG_CMD_NET */
 
 #endif /* _CONFIG_SBX81LIFKW_H */
index 23d37394e076d4971bb720fd38d3ee058f60543f..bdbf9d4758b05378cffb2e54a26331c84adeef01 100644 (file)
 /* size in bytes reserved for initial data */
 
 #include <asm/arch/config.h>
-/* There is no PHY directly connected so don't ask it for link status */
-
-/*
- * Ethernet Driver configuration
- */
-#ifdef CONFIG_CMD_NET
-#define CONFIG_MVGBE_PORTS     {1, 0}  /* enable a single port */
-#define CONFIG_PHY_BASE_ADR    0x01
-#endif /* CONFIG_CMD_NET */
 
 #endif /* _CONFIG_SBX81LIFXCAT_H */
index e815d9f81a1e5b688f3bc0fd163bf15da9d1d812..4b443c750425b9b566133092a4b5adf1eaf32c29 100644 (file)
 /*
  * DDR Setup
  */
-#define CONFIG_VERY_BIG_RAM
 #define CFG_SYS_DDR_SDRAM_BASE 0x00000000
 #define CFG_SYS_SDRAM_BASE             CFG_SYS_DDR_SDRAM_BASE
 #if defined(CONFIG_TARGET_T1024RDB)
 #endif
 
 /* define to use L1 as initial stack */
-#define CONFIG_L1_INIT_RAM
 #define CFG_SYS_INIT_RAM_ADDR  0xfdd00000      /* Initial L1 address */
 #ifdef CONFIG_PHYS_64BIT
 #define CFG_SYS_INIT_RAM_ADDR_PHYS_HIGH        0xf
index 6fe0bd6828018ad812a747276b33759d6bf544d1..dfad76e16f1180255feab747b8c76407a572a3d7 100644 (file)
@@ -86,7 +86,6 @@
 /*
  * DDR Setup
  */
-#define CONFIG_VERY_BIG_RAM
 #define CFG_SYS_DDR_SDRAM_BASE 0x00000000
 #define CFG_SYS_SDRAM_BASE             CFG_SYS_DDR_SDRAM_BASE
 
 #endif
 
 /* define to use L1 as initial stack */
-#define CONFIG_L1_INIT_RAM
 #define CFG_SYS_INIT_RAM_ADDR  0xfdd00000      /* Initial L1 address */
 #define CFG_SYS_INIT_RAM_ADDR_PHYS_HIGH        0xf
 #define CFG_SYS_INIT_RAM_ADDR_PHYS_LOW 0xfe03c000
  */
 #define CFG_SYS_I2C_RTC_ADDR         0x68
 
-/*DVI encoder*/
-#define CONFIG_HDMI_ENCODER_I2C_ADDR  0x75
 #endif
 
 /*
index 79b3d7af4eac0fc246517a9128bc804858ccda6f..24c1daf9985fae9131b2a1f2b93a320da99f554a 100644 (file)
@@ -78,7 +78,6 @@
 /*
  * DDR Setup
  */
-#define CONFIG_VERY_BIG_RAM
 #define CFG_SYS_DDR_SDRAM_BASE 0x00000000
 #define CFG_SYS_SDRAM_BASE             CFG_SYS_DDR_SDRAM_BASE
 #define CFG_SYS_SDRAM_SIZE     2048    /* for fixed parameter use */
 #endif
 
 /* define to use L1 as initial stack */
-#define CONFIG_L1_INIT_RAM
 #define CFG_SYS_INIT_RAM_ADDR  0xfdd00000 /* Initial L1 address */
 #define CFG_SYS_INIT_RAM_ADDR_PHYS_HIGH        0xf
 #define CFG_SYS_INIT_RAM_ADDR_PHYS_LOW 0xfe03c000
index 2a32fe37aa925d7219780a86ede6c58645ef7f6f..c825e7fa0c653eb8e92c0bfb38a6e4cc1f339f78 100644 (file)
@@ -78,7 +78,6 @@
 /*
  * DDR Setup
  */
-#define CONFIG_VERY_BIG_RAM
 #define CFG_SYS_DDR_SDRAM_BASE 0x00000000
 #define CFG_SYS_SDRAM_BASE             CFG_SYS_DDR_SDRAM_BASE
 #define CFG_SYS_SDRAM_SIZE     2048    /* for fixed parameter use */
 #endif
 
 /* define to use L1 as initial stack */
-#define CONFIG_L1_INIT_RAM
 #define CFG_SYS_INIT_RAM_ADDR  0xfdd00000 /* Initial L1 address */
 #define CFG_SYS_INIT_RAM_ADDR_PHYS_HIGH        0xf
 #define CFG_SYS_INIT_RAM_ADDR_PHYS_LOW 0xfe03c000
index d8c4de5b3d73970ffbaac1b8eb8034fd9e83913f..95735f3fcb1ec4e8604f6106fa13993be530aa06 100644 (file)
@@ -16,7 +16,6 @@
 
 #ifdef CONFIG_RAMBOOT_PBL
 #ifndef CONFIG_SDCARD
-#define CONFIG_RAMBOOT_TEXT_BASE        CONFIG_TEXT_BASE
 #define CONFIG_RESET_VECTOR_ADDRESS     0xfffffffc
 #else
 #define RESET_VECTOR_OFFSET            0x27FFC
@@ -60,7 +59,6 @@
 /*
  * DDR Setup
  */
-#define CONFIG_VERY_BIG_RAM
 #define CFG_SYS_DDR_SDRAM_BASE 0x00000000
 #define CFG_SYS_SDRAM_BASE             CFG_SYS_DDR_SDRAM_BASE
 
@@ -71,7 +69,6 @@
 #define CFG_SYS_FLASH_BASE_PHYS        (0xf00000000ull | CFG_SYS_FLASH_BASE)
 
 /* define to use L1 as initial stack */
-#define CONFIG_L1_INIT_RAM
 #define CFG_SYS_INIT_RAM_ADDR  0xfdd00000      /* Initial L1 address */
 #define CFG_SYS_INIT_RAM_ADDR_PHYS_HIGH        0xf
 #define CFG_SYS_INIT_RAM_ADDR_PHYS_LOW 0xfe03c000
index fe303fda78a015d30d60b1f9d5c9ad237aee1940..f277400169274d24aa2b4bbb7b3aaabc1ef1a48f 100644 (file)
@@ -20,9 +20,6 @@
 #define RCAR_GEN2_SDRAM_SIZE           (1024u * 1024 * 1024)
 #define RCAR_GEN2_UBOOT_SDRAM_SIZE     (512 * 1024 * 1024)
 
-/* FLASH */
-#define CONFIG_SPI_FLASH_QUAD
-
 /* SH Ether */
 #define CONFIG_SH_ETHER_USE_PORT       0
 #define CONFIG_SH_ETHER_PHY_ADDR       0x1
index 03e04e6e68051ded8caf714d4ed83956143e16ce..d70f0382300f9f3ce38a0051fed3e77344b2959e 100644 (file)
@@ -49,9 +49,6 @@
 */
 #define CFG_SYS_FLASH_BANKS_SIZES {0x4000000}
 
-/* max number of sectors on one chip */
-#define CONFIG_FLASH_SECTOR_SIZE       (0x10000*2)
-
 /* environments */
 
 /* SPI FLASH */
index 6b5f650811b823a5fdc368448a6d53c6cf72bb24..7078c2745c8e78e2c9dc3270e661671e4659f406 100644 (file)
 #define CONFIG_TEGRA_ENABLE_UARTA
 #define CFG_SYS_NS16550_COM1           NV_PA_APB_UARTA_BASE
 
-/* SPI */
-#define CONFIG_TEGRA_SLINK_CTRLS       6
-#define CONFIG_SPI_FLASH_SIZE          (4 << 20)
-
 #include "tegra-common-post.h"
 
 #endif /* __CONFIG_H */
index fe09997e1784d6ff44dab13c6dd05f07563490cb..d4e0f677e67b379a663bdb662c09f05dec140308 100644 (file)
@@ -22,9 +22,7 @@
 #define RCAR_GEN2_UBOOT_SDRAM_SIZE     (512 * 1024 * 1024)
 
 /* FLASH */
-#if !defined(CONFIG_MTD_NOR_FLASH)
-#define CONFIG_SH_QSPI_BASE    0xE6B10000
-#else
+#if defined(CONFIG_MTD_NOR_FLASH)
 #define CFG_SYS_FLASH_BASE             0x00000000
 #define CFG_SYS_FLASH_SIZE             0x04000000      /* 64 MB */
 #define CFG_SYS_FLASH_BANKS_LIST       { (CFG_SYS_FLASH_BASE) }
index 35c5a4f122613ee6f9a2b49d778062545f01e408..5cca1e18348d46515ca9bb37d40dd73301dbc870 100644 (file)
 #define CONFIG_TEGRA_ENABLE_UARTA
 #define CFG_SYS_NS16550_COM1           NV_PA_APB_UARTA_BASE
 
-/* SPI */
-#define CONFIG_TEGRA_SLINK_CTRLS       6
-#define CONFIG_SPI_FLASH_SIZE          (4 << 20)
-
 #include "tegra-common-post.h"
 
 #endif /* __CONFIG_H */
index 55e2d744c4a026abd49d63b701b573f4614c9208..e3519ed75169c54d38616dc6c80964a3ec09d585 100644 (file)
@@ -22,9 +22,6 @@
 #define CONFIG_TEGRA_ENABLE_UARTD
 #define CFG_SYS_NS16550_COM1           NV_PA_APB_UARTD_BASE
 
-/* SPI */
-#define CONFIG_SPI_FLASH_SIZE          (4 << 20)
-
 #include "tegra-common-post.h"
 
 #endif /* __CONFIG_H */
index 8a790400b46d7c45ce6001fcc0174d4040df2581..e8918df69e0532e2eff829f7c8fc77ad2a7b88fa 100644 (file)
 #include <asm/arch/imx-regs.h>
 #include <linux/sizes.h>
 
-/* NAND support */
-
-#define CONFIG_FDTADDR                 0x84000000
-
 #define MEM_LAYOUT_ENV_SETTINGS \
        "bootm_size=0x10000000\0" \
        "fdt_addr_r=0x82000000\0" \
index 24cf554649ba3c4a19f969c242d5fcf16dbde335..82b2efdfe897bb86063ff0b8faf5dfdeae25975d 100644 (file)
@@ -19,9 +19,6 @@
 
 /* Environment in eMMC, at the end of 2nd "boot sector" */
 
-/* SPI */
-#define CONFIG_SPI_FLASH_SIZE          (4 << 20)
-
 #include "tegra-common-post.h"
 
 #endif /* __CONFIG_H */
index 015bc78648f375ab005c505128785eaf65c22ffe..1bfb741346a7132f6657c63c110f1f66ce8ae328 100644 (file)
 
 /* Remove or override few declarations from mv-common.h */
 
-/*
- * Ethernet Driver configuration
- */
-#ifdef CONFIG_CMD_NET
-#define CONFIG_MVGBE_PORTS             {1, 0} /* enable port 0 only */
-#endif
-
 /*
  * Enable GPI0 support
  */
index 33ae7d654b0bead1d966d25beebbebac1049dd5c..a6c1e9c6d02949fefc3d6786dcccba0868e75076 100644 (file)
        "initrd=/boot/uInitrd\0" \
        "bootargs_root=ubi.mtd=1 root=ubi0:root rootfstype=ubifs ro\0"
 
-/*
- * Ethernet Driver configuration
- */
-#define CONFIG_MVGBE_PORTS     {1, 0}  /* enable port 0 only */
-#define CONFIG_PHY_BASE_ADR    0
-
 #endif /* _CONFIG_DOCKSTAR_H */
index b8f518612ee3d78a95ba487c1c3965cdad9465eb..f8afcc7826e9a600a751c7046435cef68fc010c8 100644 (file)
@@ -13,7 +13,6 @@
 
 #include <environment/ti/dfu.h>
 
-#define CONFIG_VERY_BIG_RAM
 #define CONFIG_MAX_MEM_MAPPED          0x80000000
 
 #ifndef CONFIG_QSPI_BOOT
index fbd83d629c0285d6d23a74fef23f0a4e945bea6d..98322a54f631e4845e305616133f764e106ffaff 100644 (file)
        "x_bootargs=console=ttyS0,115200\0"     \
        "x_bootargs_root=root=/dev/sda2 rootdelay=10\0"
 
-/*
- * Ethernet Driver configuration
- */
-#define CONFIG_MVGBE_PORTS     {1, 1}  /* enable both ports */
-#define CONFIG_PHY_BASE_ADR    0
-
 #endif /* _CONFIG_DREAMPLUG_H */
index 8553ea0b95f24da609eb6b194f1fc8a5c296cc3c..8e7a86e06262e7cfdd7852138c96561811d2c75d 100644 (file)
        "ipaddr=192.168.1.5\0"          \
        "usb0Mode=host\0"
 
-/*
- * Ethernet Driver configuration
- */
-#ifdef CONFIG_CMD_NET
-#define CONFIG_MVGBE_PORTS     {1, 0}  /* enable one port */
-#define CONFIG_PHY_BASE_ADR    8
-#endif /* CONFIG_CMD_NET */
-
 #endif /* _CONFIG_DS109_H */
index 717f49ca29d899d6b29d608e2e645f4203053564..029f13dad36f2d637d8f230fb13332a279ba8d54 100644 (file)
 #define CFG_SYS_DDRUA          0x05
 #define CFG_SYS_PJPAR          0xFF
 
-/*-----------------------------------------------------------------------
- * I2C
- */
-
-#ifdef CONFIG_CMD_DATE
-#define CONFIG_I2C_RTC_ADDR            0x68
-#endif
-
 #endif /* _CONFIG_M5282EVB_H */
 /*---------------------------------------------------------------------*/
index 6061a6db0a40f2307996cac294f0edcd7d1e43b6..17a785140262dfc4ac82c7344fe783bb81b67d57 100644 (file)
@@ -8,8 +8,6 @@
 
 #include <configs/x86-common.h>
 
-#undef CONFIG_TPM_TIS_BASE_ADDRESS
-
 #define CONFIG_STD_DEVICES_SETTINGS    "stdin=serial\0" \
                                        "stdout=vidconsole\0" \
                                        "stderr=vidconsole\0"
index 22e0fa5aabfd55426f7d0bf122577504d4f91ecf..1742b1192fb4faeb4ba260ac18df0a83af7b8b5b 100644 (file)
 
 #if defined(CONFIG_ENV_IS_IN_MMC)
 /* RiOTboard */
-#define CONFIG_FDTFILE "imx6dl-riotboard.dtb"
+#define FDTFILE        "imx6dl-riotboard.dtb"
 #define CFG_SYS_FSL_USDHC_NUM  3
 #elif defined(CONFIG_ENV_IS_IN_SPI_FLASH)
 /* MarSBoard */
-#define CONFIG_FDTFILE "imx6q-marsboard.dtb"
+#define FDTFILE        "imx6q-marsboard.dtb"
 #define CFG_SYS_FSL_USDHC_NUM  2
 #endif
 
@@ -79,7 +79,7 @@
 #define CONFIG_EXTRA_ENV_SETTINGS \
        CONSOLE_ENV_SETTINGS \
        MEM_LAYOUT_ENV_SETTINGS \
-       "fdtfile=" CONFIG_FDTFILE "\0" \
+       "fdtfile=" FDTFILE "\0" \
        "finduuid=part uuid mmc 0:1 uuid\0" \
        BOOTENV
 
index 52eb0be676113ab5be3f3c6571dd379681b307b3..3fd58d6bd4a7af36f6fa21b6d1336bb7c3bdb0a3 100644 (file)
@@ -49,7 +49,6 @@
 
 /* Ethernet */
 #define CONFIG_PHY_ID                  0
-#define CONFIG_MACB_SEARCH_PHY
 
 /* MMC */
 #ifdef CONFIG_CMD_MMC
index 9b5c329bda18dd7cd2e6cbc54cd26f90a6b3a6cf..8e277ce7ff26eef2d417750205d7e83a19e15566 100644 (file)
@@ -27,8 +27,6 @@
 /* MMC SPL */
 #define COPY_BL2_FNPTR_ADDR    0x02020030
 
-#define CONFIG_RD_LVL
-
 #define PHYS_SDRAM_1           CFG_SYS_SDRAM_BASE
 #define PHYS_SDRAM_1_SIZE      SDRAM_BANK_SIZE
 #define PHYS_SDRAM_2           (CFG_SYS_SDRAM_BASE + SDRAM_BANK_SIZE)
index 7a9307ccc3dbc7e89518d252fb311837e36470e6..934a4ef9d1f1eb7c638dc078e361c1067864787e 100644 (file)
@@ -8,8 +8,6 @@
 #ifndef __CONFIG_EXYNOS5420_H
 #define __CONFIG_EXYNOS5420_H
 
-#define CONFIG_VAR_SIZE_SPL
-
 #define CONFIG_IRAM_TOP                        0x02074000
 
 #define CONFIG_PHY_IRAM_BASE           0x02020000
index cff910c1bd5b2dd12de7c7e2f165e45813aa1d2c..e22dd036ccb8239957377e344eb4e6466c115e29 100644 (file)
 
 /* select serial console configuration */
 
-/* IRAM Layout */
-#define CONFIG_IRAM_BASE               0x02100000
-#define CONFIG_IRAM_SIZE               0x58000
-#define CONFIG_IRAM_END                        (CONFIG_IRAM_BASE + CONFIG_IRAM_SIZE)
 #define CPU_RELEASE_ADDR               secondary_boot_addr
 
 /* select serial console configuration */
index 66eed9e14f819601f7eb43f686daaf884087251a..1c86dcb1f6dd2f8412862d6000761bbc780fbcc1 100644 (file)
        "kernel=/boot/uImage\0" \
        "bootargs_root=ubi.mtd=root root=ubi0:root rootfstype=ubifs ro\0"
 
-/*
- * Ethernet Driver configuration
- */
-#define CONFIG_MVGBE_PORTS     {1, 0}  /* enable port 0 only */
-#define CONFIG_PHY_BASE_ADR    0
-
 #endif /* _CONFIG_GOFLEXHOME_H */
index 4954c5ca0800902297b1dd891d06892b026aced9..d196c4eda53583d5d0f86e987cf6830b410722cc 100644 (file)
        "fdt=/boot/guruplug-server-plus.dtb\0"                          \
        "bootargs_root=ubi.mtd=2 root=ubi0:rootfs rootfstype=ubifs rw\0"
 
-/*
- * Ethernet Driver configuration
- */
-#ifdef CONFIG_CMD_NET
-#define CONFIG_MVGBE_PORTS     {1, 1}  /* enable both ports */
-#define CONFIG_PHY_BASE_ADR    0
-#endif /* CONFIG_CMD_NET */
-
 #endif /* _CONFIG_GURUPLUG_H */
index 05192218d2253977cd080af415570281bcd00791..76fc4ac8b66cdb1373388d8f241d9e36b3281f08 100644 (file)
        "fdt=/boot/ib62x0.dtb\0"                                        \
        "bootargs_root=ubi.mtd=2 root=ubi0:rootfs rootfstype=ubifs rw\0"
 
-/*
- * Ethernet driver configuration
- */
-#ifdef CONFIG_CMD_NET
-#define CONFIG_MVGBE_PORTS     {1, 0}  /* enable port 0 only */
-#define CONFIG_PHY_BASE_ADR    0
-#endif /* CONFIG_CMD_NET */
-
 /*
  * SATA driver configuration
  */
index f2e3608d3a3fe6ab2daabe8b3788509791f87cf9..6d2104b3a1cdbf85ffa0d61a3e2877fd15017213 100644 (file)
        "kernel=/boot/uImage\0"                 \
        "bootargs_root=noinitrd ubi.mtd=2 root=ubi0:rootfs rootfstype=ubifs\0"
 
-/*
- * Ethernet driver configuration
- *
- * This board has PCIe Wifi card, so allow Ethernet to be disabled
- */
-#ifdef CONFIG_CMD_NET
-#define CONFIG_MVGBE_PORTS     {1, 0}  /* enable port 0 only */
-#define CONFIG_PHY_BASE_ADR    11
-#endif /* CONFIG_CMD_NET */
-
 #endif /* _CONFIG_ICONNECT_H */
index b846889541c726ab5bc00794dcaf9210518deeab..ea4964b13d672ea0ddc42714f919db380c5100f2 100644 (file)
 #define CONFIG_TEGRA_ENABLE_UARTD
 #define CFG_SYS_NS16550_COM1           NV_PA_APB_UARTD_BASE
 
-/* Environment in eMMC, at the end of 2nd "boot sector" */
-
-/* SPI */
-#define CONFIG_SPI_FLASH_SIZE          (4 << 20)
-
 #include "tegra-common-post.h"
 
 #endif /* __CONFIG_H */
index bbc58be511e468ea6238568c60fc0612904c1a87..174a91c83e19b4d7d76c53b6fa96bdf5e6fe334b 100644 (file)
@@ -39,6 +39,5 @@
 /* Network */
 #define CONFIG_KSNET_NETCP_V1_5
 #define CONFIG_KSNET_CPSW_NUM_PORTS    9
-#define CONFIG_KSNET_MDIO_PHY_CONFIG_ENABLE
 
 #endif /* __CONFIG_K2E_EVM_H */
index bb91751d5d90569abe9dced8eee65ed1417a4dac..dc06d5943e5c7352ab2b9bf29ebba7f6e662f6b8 100644 (file)
@@ -53,7 +53,6 @@
 /* Network */
 #define CONFIG_KSNET_NETCP_V1_5
 #define CONFIG_KSNET_CPSW_NUM_PORTS    2
-#define CONFIG_KSNET_MDIO_PHY_CONFIG_ENABLE
 #define PHY_ANEG_TIMEOUT       10000 /* PHY needs longer aneg time */
 
 #define SPI_MTD_PARTS  KEYSTONE_SPI1_MTD_PARTS
index a18158a7eb33b611503cddf95d65d0b4ff0dcfad..5d629452bae42f5138ef1b66351abb4c3d5196f3 100644 (file)
@@ -39,6 +39,5 @@
 /* Network */
 #define CONFIG_KSNET_NETCP_V1_5
 #define CONFIG_KSNET_CPSW_NUM_PORTS    5
-#define CONFIG_KSNET_MDIO_PHY_CONFIG_ENABLE
 
 #endif /* __CONFIG_K2L_EVM_H */
index 532370e9184f9484d24cb42eea68267484d6cec1..80bff4b89375e560515b958fe1469e65901812a6 100644 (file)
 /*
  * DDR Setup
  */
-#define CONFIG_VERY_BIG_RAM
 #define CFG_SYS_DDR_SDRAM_BASE 0x00000000
 #define CFG_SYS_SDRAM_BASE             CFG_SYS_DDR_SDRAM_BASE
 
index 9c3174d0e02ca596cc0155374fe42e5669c78045..f7bb97aa0e6c5b76030ce907e4031cdfc1eadde6 100644 (file)
@@ -18,7 +18,6 @@
 /* DDR */
 #define CONFIG_MEM_INIT_VALUE          0xdeadbeef
 
-#define CONFIG_VERY_BIG_RAM
 #define CFG_SYS_DDR_SDRAM_BASE 0x80000000
 #define CFG_SYS_FSL_DDR_SDRAM_BASE_PHY 0
 #define CFG_SYS_SDRAM_BASE             CFG_SYS_DDR_SDRAM_BASE
index 828f91096344ba1fa2d6bd2c3508cd1e28495c7c..7a66df548a3b614c1ac89f2b45701b459b7282d3 100644 (file)
  * Enable platform initialisation via misc_init_r() function
  */
 
-/*
- * Ethernet Driver configuration
- */
-#ifdef CONFIG_CMD_NET
-#define CONFIG_MVGBE_PORTS             {1, 0} /* enable port 0 only */
-#endif
-
 /*
  * Enable GPI0 support
  */
index abe470fe890bfa39fec687ed6ff3ea5b15eb9d5e..794c1fcbed060ce5b24e3ec6077085a8b500d9d9 100644 (file)
@@ -48,7 +48,6 @@
  * Linux Information
  */
 #define LINUX_BOOT_PARAM_ADDR  (PHYS_SDRAM_1 + 0x100)
-#define CONFIG_SETUP_INITRD_TAG
 #define CONFIG_EXTRA_ENV_SETTINGS \
        "bootenvfile=uEnv.txt\0" \
        "fdtfile=da850-lego-ev3.dtb\0" \
index b190bfe9c8e05c5346dbd2f7f28a6741874727b0..2ccb20192d4fddbb3fd2cab309983e13173acddb 100644 (file)
@@ -12,7 +12,6 @@
 
 /* Link Definitions */
 
-#define CONFIG_VERY_BIG_RAM
 #define CFG_SYS_DDR_SDRAM_BASE 0x80000000UL
 #define CFG_SYS_FSL_DDR_SDRAM_BASE_PHY 0
 #define CFG_SYS_SDRAM_BASE             CFG_SYS_DDR_SDRAM_BASE
index e54e903a8a949b1c5c3a9e0a0b15fea9b0232eb5..d0380b33732d05c416fb708cf3acf7f0a54eb322 100644 (file)
@@ -31,7 +31,6 @@
 
 /* Link Definitions */
 
-#define CONFIG_VERY_BIG_RAM
 #define CFG_SYS_DDR_SDRAM_BASE 0x80000000
 #define CFG_SYS_FSL_DDR_SDRAM_BASE_PHY 0
 #define CFG_SYS_SDRAM_BASE             CFG_SYS_DDR_SDRAM_BASE
index dab57382eddfc0d1d8f258ece717d15fffe876e1..1dca7f0aa6b9c1bc4ff928b5f7dc7634eab7b2f6 100644 (file)
 #define CFG_SYS_NAND_FTIM3           0x0
 
 #define CFG_SYS_NAND_BASE_LIST { CFG_SYS_NAND_BASE }
-#define CONFIG_MTD_NAND_VERIFY_WRITE
 #endif
 
 #ifdef CONFIG_NAND_BOOT
index 12c4853ea963c7997333eba022465ba796aaeb8c..043904197f01a4d4d2805a07e1bebe590c6a40bc 100644 (file)
@@ -82,7 +82,6 @@
 #define CFG_SYS_NAND_FTIM3             0x0
 
 #define CFG_SYS_NAND_BASE_LIST { CFG_SYS_NAND_BASE }
-#define CONFIG_MTD_NAND_VERIFY_WRITE
 
 #ifdef CONFIG_NAND_BOOT
 #define CFG_SYS_NAND_U_BOOT_SIZE       (1024 << 10)
index 4ed5481c3e747bfd7c2a5fc21743f893914f5d0f..250891e9e301787bdd69a6fb394a4072368866d9 100644 (file)
@@ -31,7 +31,6 @@
 
 /* Link Definitions */
 
-#define CONFIG_VERY_BIG_RAM
 #define CFG_SYS_DDR_SDRAM_BASE 0x80000000
 #define CFG_SYS_FSL_DDR_SDRAM_BASE_PHY 0
 #define CFG_SYS_SDRAM_BASE             CFG_SYS_DDR_SDRAM_BASE
index 1759d25f3a39bad372de02b0f41dbeb7af5091b1..5e03a962d10e42df5e7ab6d869535fc024b4e048 100644 (file)
@@ -45,7 +45,6 @@
 #define CFG_SYS_NAND_FTIM3             0x0
 
 #define CFG_SYS_NAND_BASE_LIST { CFG_SYS_NAND_BASE }
-#define CONFIG_MTD_NAND_VERIFY_WRITE
 
 /* IFC Timing Params */
 #define CFG_SYS_CSPR0_EXT              CFG_SYS_NAND_CSPR_EXT
index e9b8ad0c0b7f31cc7a77dbcee717074125a53909..c4e5f4928d224029485f9e712cf051e6363d6a84 100644 (file)
 #define CFG_SYS_NAND_FTIM3           0x0
 
 #define CFG_SYS_NAND_BASE_LIST { CFG_SYS_NAND_BASE }
-#define CONFIG_MTD_NAND_VERIFY_WRITE
 #endif
 
 #ifdef CONFIG_NAND_BOOT
index f3904e7b3f7be4e789365b0f8ce8739071c28143..ad766b034b16f8d6c25700f49dec958b07ad0f0f 100644 (file)
@@ -50,7 +50,6 @@
 #define CFG_SYS_NAND_FTIM3             0x0
 
 #define CFG_SYS_NAND_BASE_LIST { CFG_SYS_NAND_BASE }
-#define CONFIG_MTD_NAND_VERIFY_WRITE
 
 /*
  * CPLD
index 57429d4bbe32d706fa0108269e1475bf50ddf757..bcba8d81c04c0c5cdc9f0b9ad23bce762629dd98 100644 (file)
@@ -29,7 +29,6 @@
 /* Link Definitions */
 #define CFG_SYS_FSL_QSPI_BASE  0x20000000
 
-#define CONFIG_VERY_BIG_RAM
 #define CFG_SYS_DDR_SDRAM_BASE 0x80000000UL
 #define CFG_SYS_FSL_DDR_SDRAM_BASE_PHY 0
 #define CFG_SYS_SDRAM_BASE             CFG_SYS_DDR_SDRAM_BASE
index dc9cded49fdf1de550a3495db40439b173b0275c..49ad14692623c91f2710aeb703eafec2b3b1b544 100644 (file)
@@ -97,7 +97,6 @@
 #define CFG_SYS_NAND_FTIM3             0x0
 
 #define CFG_SYS_NAND_BASE_LIST { CFG_SYS_NAND_BASE }
-#define CONFIG_MTD_NAND_VERIFY_WRITE
 
 #define CFG_SYS_I2C_FPGA_ADDR  0x66
 #define QIXIS_LBMAP_SWITCH             6
index e2444cd8eb4b872470932933a73961d31ea6971a..9033f6e937c212c5b9d0082a8060d8f1ac631980 100644 (file)
@@ -81,7 +81,6 @@
 #define CFG_SYS_NAND_FTIM3             0x0
 
 #define CFG_SYS_NAND_BASE_LIST { CFG_SYS_NAND_BASE }
-#define CONFIG_MTD_NAND_VERIFY_WRITE
 
 #define CFG_SYS_I2C_FPGA_ADDR  0x66
 #define QIXIS_BRDCFG4_OFFSET            0x54
index e82456fd8148d1ed736163100a031da06f4ba69f..bd78bdb793a6f4ac92337263f4bbc62f11292318 100644 (file)
@@ -16,7 +16,6 @@
 
 /* Link Definitions */
 
-#define CONFIG_VERY_BIG_RAM
 #define CFG_SYS_DDR_SDRAM_BASE 0x80000000UL
 #define CFG_SYS_FSL_DDR_SDRAM_BASE_PHY 0
 #define CFG_SYS_SDRAM_BASE             CFG_SYS_DDR_SDRAM_BASE
index 4e6d40afbf1c224335c4f90aa040f6b38d28e9e3..7d3e8912c3b0a30d3ff8dd63dfe472f41930ee99 100644 (file)
@@ -98,7 +98,6 @@
 #define CFG_SYS_NAND_FTIM3             0x0
 
 #define CFG_SYS_NAND_BASE_LIST { CFG_SYS_NAND_BASE }
-#define CONFIG_MTD_NAND_VERIFY_WRITE
 
 #define QIXIS_LBMAP_SWITCH             0x06
 #define QIXIS_LBMAP_MASK               0x0f
index 8f36958f710361fdf568548904726199fb166573..4573906115eb2d46eae3319d0fa5bdafadc39b06 100644 (file)
@@ -95,7 +95,6 @@
 #define CFG_SYS_NAND_FTIM3             0x0
 
 #define CFG_SYS_NAND_BASE_LIST { CFG_SYS_NAND_BASE }
-#define CONFIG_MTD_NAND_VERIFY_WRITE
 
 #define QIXIS_LBMAP_SWITCH             0x06
 #define QIXIS_LBMAP_MASK               0x0f
index a469c83fa4eb08f38f91a510f5505e602119cb08..3347920f03f7580191bd8fa501a9598bf3143801 100644 (file)
@@ -13,7 +13,6 @@
 #define CFG_SYS_FLASH_BASE             0x20000000
 
 /* DDR */
-#define CONFIG_VERY_BIG_RAM
 #define CFG_SYS_DDR_SDRAM_BASE         0x80000000UL
 #define CFG_SYS_FSL_DDR_SDRAM_BASE_PHY 0
 #define CFG_SYS_DDR_BLOCK2_BASE                0x2080000000ULL
index 65f4b05649b26639781c80a2fa4ba4bf048847be..8ba04b4e6c31b119c9c67244a2ba83ce2cc85caf 100644 (file)
@@ -11,8 +11,6 @@
  */
 #define CONFIG_MALTA
 
-#define CONFIG_MEMSIZE_IN_BYTES
-
 /*
  * CPU Configuration
  */
index 7c8c67f4469751450323f6444419c691c0582db1..b6e680bcc78e3f2cefe1e176f66c7bb322570bcf 100644 (file)
@@ -10,7 +10,6 @@
 
 #define CFG_SYS_SDRAM_BASE             0x80000000
 
-#define CONFIG_VERY_BIG_RAM
 #define CONFIG_MAX_MEM_MAPPED          0x1c000000
 
 #define CFG_SYS_INIT_SP_OFFSET 0x800000
index 99b09ad41e743960925051ebd73d3fab53cda92c..f6ab486fa292023b38c30549fa152db6c020948c 100644 (file)
 
 /* Environment */
 
-/* Defines for SPL */
-
-#define CONFIG_SPI_ADDR                        0x30000000
-#define CFG_SYS_UBOOT_BASE             (CONFIG_SPI_ADDR + CONFIG_SPL_PAD_TO)
+#define CFG_SYS_UBOOT_BASE             (0x30000000 + CONFIG_SPL_PAD_TO)
 
 /* SPL -> Uboot */
 
index 30f27e7f0c191641b9fda26447a26733b026ad6d..32e0e06617e5b27ecdf763414c6a080d4dc35814 100644 (file)
@@ -86,9 +86,4 @@
 #define CFG_SYS_NAND_BASE              0x60000000
 #endif
 
-/* SPI */
-#ifdef CONFIG_CMD_SPI
-#define CONFIG_SPI_HALF_DUPLEX
-#endif
-
 #endif /* __CONFIGS_MXS_H__ */
index 1b7eb3433483678fa9a1c9cdb9c58b2a38e67874..85691ca94f0851ea3b8052a97124e2c50e528611 100644 (file)
        "bootargs=console=ttyS0,115200\0" \
        "autostart=no\0"
 
-/*
- * Ethernet Driver configuration
- */
-#ifdef CONFIG_CMD_NET
-#define CONFIG_MVGBE_PORTS {1, 0}      /* enable port 0 only */
-#define CONFIG_PHY_BASE_ADR 8
-#endif /* CONFIG_CMD_NET */
-
-/*
- * EFI partition
- */
-
 #endif /* _CONFIG_NAS220_H */
index 62f07011809c42b52fca42c5010157c6e2729414..e2ad77072cd564b49baf6c838654660967b78f1a 100644 (file)
@@ -46,8 +46,4 @@
 
 #endif /* CONFIG_SPL_BUILD */
 
-/* Ethernet driver configuration */
-#define CONFIG_MVGBE_PORTS     {1, 0}  /* enable port 0 only */
-#define CONFIG_PHY_BASE_ADR    1
-
 #endif /* _CONFIG_NSA310S_H */
index baa452156ecd7939d88a781d684dc0a1b6012f99..21002f99dc88c5e0249663b26b9cc0069129846d 100644 (file)
@@ -18,9 +18,6 @@
 #define CONFIG_TEGRA_ENABLE_UARTA
 #define CFG_SYS_NS16550_COM1           NV_PA_APB_UARTA_BASE
 
-/* SPI */
-#define CONFIG_SPI_FLASH_SIZE          (4 << 20)
-
 #include "tegra-common-post.h"
 
 #endif /* __CONFIG_H */
index 006f06e6af5cce6b83abc9676ed112dbc50c9348..2cec20ca425963d3ef55e788c12f01a804df48bb 100644 (file)
        "x_bootcmd_usb=usb start\0"                                     \
        "x_bootargs_root=root=ubi0:rootfs rootfstype=ubifs\0"
 
-/*
- * Ethernet Driver configuration
- */
-#ifdef CONFIG_CMD_NET
-# ifdef CONFIG_BOARD_IS_OPENRD_BASE
-#  define CONFIG_MVGBE_PORTS   {1, 0}  /* enable port 0 only */
-# else
-#  define CONFIG_MVGBE_PORTS   {1, 1}  /* enable both ports */
-# endif
-# ifdef CONFIG_BOARD_IS_OPENRD_ULTIMATE
-#  define CONFIG_PHY_BASE_ADR  0x0
-#  define PHY_NO               "88E1121"
-# else
-#  define CONFIG_PHY_BASE_ADR  0x8
-#  define PHY_NO               "88E1116"
-# endif
-#endif /* CONFIG_CMD_NET */
-
-/*
- * SATA Driver configuration
- */
-
 #endif /* _CONFIG_OPENRD_BASE_H */
index 6633d541a31bf1fb91f6347d0b2a22732456f836..a608df44e80e4544a7e2574d7bcc75057b7e959f 100644 (file)
         "bootscript=echo Running bootscript from mmc${mmcdev} ...; " \
                 "source ${loadaddr}\0"
 
-/* MIU (Memory Interleaving Unit) */
-#define CONFIG_MIU_2BIT_21_7_INTERLEAVED
-
-#define RESERVE_BLOCK_SIZE             (512)
-#define BL1_SIZE                       (16 << 10) /*16 K reserved for BL1*/
-
 #endif /* __CONFIG_H */
index ecd0405d297bdd75536cee071d0c8073e949814e..653b4c583ad20ff481221186f07faf1d3def2522 100644 (file)
@@ -19,9 +19,6 @@
 
 /* Environment in eMMC, at the end of 2nd "boot sector" */
 
-/* SPI */
-#define CONFIG_SPI_FLASH_SIZE          (4 << 20)
-
 #include "tegra-common-post.h"
 
 #endif /* _P2371_0000_H */
index 7f942888e74deee17e83bded2053e038f52c2e57..2913d5304be745f4a9804845613c7034e6c14814 100644 (file)
@@ -19,9 +19,6 @@
 
 /* Environment in eMMC, at the end of 2nd "boot sector" */
 
-/* SPI */
-#define CONFIG_SPI_FLASH_SIZE          (4 << 20)
-
 #include "tegra-common-post.h"
 
 #endif /* _P2371_2180_H */
index 50cddb4a4acb0d2856053f9c8d99ee88f852958f..e78e3c4d6b0932ae91939e49865026a8a1d43e70 100644 (file)
@@ -19,9 +19,6 @@
 
 /* Environment in eMMC, at the end of 2nd "boot sector" */
 
-/* SPI */
-#define CONFIG_SPI_FLASH_SIZE          (4 << 20)
-
 #include "tegra-common-post.h"
 
 #endif /* _P2571_H */
index ec1a8634e718d52cb3586b84dd41d1d82d937f5d..bab02dc2d6eda5e1fcf2f701104d4b7630141ea0 100644 (file)
@@ -23,9 +23,6 @@
        func(PXE, pxe, na) \
        func(DHCP, dhcp, na)
 
-/* Environment at end of QSPI, in the VER partition */
-#define CONFIG_SPI_FLASH_SIZE          (4 << 20)
-
 #define BOARD_EXTRA_ENV_SETTINGS \
        "preboot=if test -e mmc 1:1 /u-boot-preboot.scr; then " \
                "load mmc 1:1 ${scriptaddr} /u-boot-preboot.scr; " \
index 9fd897958a4fc0d8b815fc29150cf8e7dd9267c7..fa08744b6febb5db96035afe7158e25489414b37 100644 (file)
 /* PSRAM */
 #define        PHYS_PSRAM                      0x70000000
 #define        PHYS_PSRAM_SIZE                 0x00400000      /* 4MB */
-/* Slave EBI1, PSRAM connected */
-#define CONFIG_PSRAM_SCFG              (AT91_MATRIX_SCFG_ARBT_FIXED_PRIORITY   | \
-                                        AT91_MATRIX_SCFG_FIXED_DEFMSTR(5)      | \
-                                        AT91_MATRIX_SCFG_DEFMSTR_TYPE_FIXED    | \
-                                        AT91_MATRIX_SCFG_SLOT_CYCLE(255))
 
 /* USB */
 #define CFG_SYS_USB_OHCI_REGS_BASE             0x00a00000      /* AT91SAM9263_UHP_BASE */
index 085732214e50a663cfb83e0548484ad1e4228584..fc9f113dee66a4136c6b49cdaede921590a2b4f3 100644 (file)
        "bootcmd_usb=usb start; ext2load usb 0:1 0x00800000 /uImage; " \
        "ext2load usb 0:1 0x01100000 /uInitrd\0"
 
-/*
- * Ethernet Driver configuration
- */
-#define CONFIG_MVGBE_PORTS     {1, 0}  /* enable port 0 only */
-#define CONFIG_PHY_BASE_ADR    0
-
 #endif /* _CONFIG_POGO_E02_H */
index b5ce2dd13d08d93674bf78476bb7c3622c42bf52..239d33d8e9de409a49c3b015c005fc0e951737a4 100644 (file)
        BOOTENV
 #endif /* CONFIG_SPL_BUILD */
 
-/*
- * Ethernet Driver configuration
- */
-#define CONFIG_MVGBE_PORTS     {1, 0}  /* enable port 0 only */
-#define CONFIG_PHY_BASE_ADR    0
-
 #endif /* _CONFIG_POGO_V4_H */
index 88fa65e0ffc1bb0ba30cf190c1fcd64b28551231..e0f77f358b959ef2d10d361853a583aa7cf96c19 100644 (file)
@@ -21,9 +21,6 @@
 #define RCAR_GEN2_SDRAM_SIZE           (2048u * 1024 * 1024)
 #define RCAR_GEN2_UBOOT_SDRAM_SIZE     (1024u * 1024 * 1024)
 
-/* FLASH */
-#define CONFIG_SPI_FLASH_QUAD
-
 /* SH Ether */
 #define CONFIG_SH_ETHER_USE_PORT       0
 #define CONFIG_SH_ETHER_PHY_ADDR       0x1
index d05618995861993da421a6114446600e8fc656e8..20be4af4628ff45a4fd1bc1c2551d77818b986f3 100644 (file)
@@ -29,7 +29,6 @@ extern unsigned long long get_phys_ccsrbar_addr_early(void);
 /*
  * DDR Setup
  */
-#define CONFIG_VERY_BIG_RAM
 #define CFG_SYS_DDR_SDRAM_BASE 0x00000000
 #define CFG_SYS_SDRAM_BASE             CFG_SYS_DDR_SDRAM_BASE
 
index e9cbd2538240129e953dfba4fd4e228140271b8d..86012adfb36f8bb7dcd52e04133db84e694cc7ab 100644 (file)
@@ -28,7 +28,6 @@
 #define DRAM_RSV_SIZE                  0x08000000
 #define CFG_SYS_SDRAM_BASE             (0x40000000 + DRAM_RSV_SIZE)
 #define CFG_SYS_SDRAM_SIZE             (0x80000000u - DRAM_RSV_SIZE)
-#define CONFIG_VERY_BIG_RAM
 #define CONFIG_MAX_MEM_MAPPED          (0x80000000u - DRAM_RSV_SIZE)
 
 /* ENV setting */
index e45958171565cf57d7656c06ccbf0fd2dcac6729..a721f27ec00b8cf849afceb1ff904b7b4452219b 100644 (file)
 
 #define CONFIG_IRAM_BASE               0xff8c0000
 
-#if defined(CONFIG_SPL_BUILD) && defined(CONFIG_TPL_BOOTROM_SUPPORT)
-#else
-/*  BSS setup */
-#endif
-
-/* MMC/SD IP block */
-#define CONFIG_ROCKCHIP_SDHCI_MAX_FREQ 200000000
-
-/* RAW SD card / eMMC locations. */
-
 /* FAT sd card locations. */
 #define CFG_SYS_SDRAM_BASE             0
 #define SDRAM_MAX_SIZE                 0xf8000000
index 19701ccce22e3c7b7fb5e1b5b889606b69f685be..d7923967a721d848f756ecfb4eba796a6d18d61b 100644 (file)
        "x_bootcmd_usb=usb start\0" \
        "x_bootargs_root=root=/dev/mtdblock3 rw rootfstype=jffs2\0"
 
-/*
- * Ethernet Driver configuration
- */
-#define CONFIG_MVGBE_PORTS     {1, 0}  /* enable port 0 only */
-#define CONFIG_PHY_BASE_ADR    0
-
 #endif /* _CONFIG_SHEEVAPLUG_H */
index 58613effaf476ce31d9849572e22e4bb603f890c..6d605edf78868f40b02f6028693f111cf563abec 100644 (file)
@@ -21,9 +21,6 @@
 #define RCAR_GEN2_SDRAM_SIZE           (1024u * 1024 * 1024)
 #define RCAR_GEN2_UBOOT_SDRAM_SIZE     (512 * 1024 * 1024)
 
-/* FLASH */
-#define CONFIG_SPI_FLASH_QUAD
-
 /* SH Ether */
 #define CONFIG_SH_ETHER_USE_PORT       0
 #define CONFIG_SH_ETHER_PHY_ADDR       0x1
index 0392530c0adf64d7f92fe7e75618eb6b373f7c73..0cb70762d9254bbfbe61ad538b44cfba3d818651 100644 (file)
@@ -12,8 +12,6 @@
 #include <configs/exynos5-dt-common.h>
 #include <configs/exynos5-common.h>
 
-#define CONFIG_SMDK5420                        /* which is in a SMDK5420 */
-
 #define CFG_SYS_SDRAM_BASE     0x20000000
 
 /* DRAM Memory Banks */
index 601c16ea4538b9d0f650d706585e800afbe5f788..38de1fa9849fd5454e57f41b163a642c27a55d95 100644 (file)
@@ -34,9 +34,6 @@
 
 /* FLASH and environment organization */
 
-#define RESERVE_BLOCK_SIZE             (512)
-#define BL1_SIZE                       (16 << 10) /*16 K reserved for BL1*/
-
 /* Ethernet Controllor Driver */
 #ifdef CONFIG_CMD_NET
 #define CONFIG_ENV_SROM_BANK           1
index 432144cb40ce0170f8ab6f0eef9ce97ba14a3406..caff0cf252343788aba2f4abe8766b54edde01d0 100644 (file)
 #define PHYS_SDRAM_1_SIZE              0x40000000      /* 1GiB on SR1500 */
 
 /* Ethernet on SoC (EMAC) */
-#define CONFIG_PHY_INTERFACE_MODE      PHY_INTERFACE_MODE_RGMII
 /* The PHY is autodetected, so no MII PHY address is needed here */
 #define PHY_ANEG_TIMEOUT       8000
 
-/* Enable SPI NOR flash reset, needed for SPI booting */
-#define CONFIG_SPI_N25Q256A_RESET
-
-/* Environment setting for SPI flash */
-
 /* The rest of the configuration is shared */
 #include <configs/socfpga_common.h>
 
index 2a076716023f8be9f2121e54f4bcbc7bbb5c4f18..11d840223312cc8d4aadfce21224d1921657f3a9 100644 (file)
@@ -16,9 +16,6 @@
 #ifndef __CONFIG_H
 #define __CONFIG_H
 
-/* High Level Configuration Options */
-#define CONFIG_SOCRATES                1
-
 /*
  * Only possible on E500 Version 2 or newer cores.
  */
@@ -55,7 +52,6 @@
 
 #define CFG_SYS_DDR_SDRAM_BASE 0x00000000
 #define CFG_SYS_SDRAM_BASE             CFG_SYS_DDR_SDRAM_BASE
-#define CONFIG_VERY_BIG_RAM
 
 /* I2C addresses of SPD EEPROMs */
 #define SPD_EEPROM_ADDRESS     0x50    /* CTLR 0 DIMM 0 */
index f49e88cb17cbc17e08c8f463ac09abd26015d27d..977c0adc5f021aba4abcb1e36353088cfd18792d 100644 (file)
@@ -25,9 +25,6 @@
 /* SCIF */
 #define CONFIG_SCIF_A
 
-/* SPI */
-#define CONFIG_SPI_FLASH_QUAD
-
 /* SH Ether */
 #define CONFIG_SH_ETHER_USE_PORT       0
 #define CONFIG_SH_ETHER_PHY_ADDR       0x1
index 6992689001097797eb507fcedd8210199e730a1b..a2b6a1f57d7cace2eed6cf0b21af4d22ba0b787d 100644 (file)
@@ -14,7 +14,6 @@
 #define CFG_SYS_SDRAM_BASE             (0x80000000)    /* Start address of DDR3 */
 #define PHYS_SDRAM_SIZE                        (0x7c000000)    /* Default size (2GB - Secure memory) */
 
-#define CONFIG_VERY_BIG_RAM                            /* SynQuacer supports up to 64GB */
 #define CONFIG_MAX_MEM_MAPPED          PHYS_SDRAM_SIZE
 
 #define SQ_DRAMINFO_BASE               (0x2e00ffc0)    /* DRAM info from TF-A */
index 098796637010046a585023db5c1109513f495a67..c98322cf0845f5c2d142459e3c6aa5d430d7f19f 100644 (file)
 #define CONFIG_TEGRA_ENABLE_UARTD
 #define CFG_SYS_NS16550_COM1           NV_PA_APB_UARTD_BASE
 
-/* Environment in eMMC, at the end of 2nd "boot sector" */
-
-/* SPI */
-#define CONFIG_TEGRA_SLINK_CTRLS       6
-#define CONFIG_SPI_FLASH_SIZE          (4 << 20)
-
 #include "tegra-common-post.h"
 
 #endif /* __CONFIG_H */
index b2dc04a975ad9b11073014b8a50926a2b01dc32c..a4eb4bf4aaf32601c0e3a8e87a85c6cf3963973c 100644 (file)
@@ -20,9 +20,6 @@
 
 /* Environment in eMMC, at the end of 2nd "boot sector" */
 
-/* SPI */
-#define CONFIG_SPI_FLASH_SIZE          (4 << 20)
-
 #include "tegra-common-post.h"
 
 #endif /* __CONFIG_H */
index 9f72bdde81676b8d322990ac79963476468f3b6a..1c1789ac3fb8c6934bd6e7fa1ef7d95d90eed2ff 100644 (file)
@@ -39,9 +39,6 @@
 
 /* USB device */
 
-/* Ethernet Hardware */
-#define CONFIG_MACB_SEARCH_PHY
-
 #ifdef CONFIG_SPI_BOOT
 /* bootstrap + u-boot + env + linux in serial flash */
 /* Use our own mapping for the VInCo platform */
index 9bf2462010de5f6b82472a7c5af82d371ef8f06d..d71108dd3186ba36644650d4bf05de68e01086d1 100644 (file)
 #ifndef __CONFIG_X86_COMMON_H
 #define __CONFIG_X86_COMMON_H
 
-/*
- * High Level Configuration Options
- * (easy to change)
- */
-
-/* Generic TPM interfaced through LPC bus */
-#define CONFIG_TPM_TIS_BASE_ADDRESS        0xfed40000
-
-/*-----------------------------------------------------------------------
- * Serial Configuration
- */
-
-/*
- * Miscellaneous configurable options
- */
-
 /*-----------------------------------------------------------------------
  * CPU Features
  */
index 3e604894ad487e6bfdea51a656db69e716a131af..9f1f2d90dbe104aab61cf4aacde067528ef988cd 100644 (file)
@@ -34,9 +34,6 @@
 #define CONFIG_FEC_ENET_DEV            0
 #define CONFIG_FEC_MXC_PHYADDR          0x0
 
-#define CONFIG_UBOOT_SECTOR_START      0x2
-#define CONFIG_UBOOT_SECTOR_COUNT      0x3fe
-
 #define CONFIG_EXTRA_ENV_SETTINGS \
        "script=boot.scr\0" \
        "image=zImage\0" \
@@ -75,8 +72,8 @@
                        "bootz; " \
                "fi;\0" \
        "uboot=ccv/u-boot.imx\0"                                        \
-       "uboot_start="__stringify(CONFIG_UBOOT_SECTOR_START)"\0"        \
-       "uboot_size="__stringify(CONFIG_UBOOT_SECTOR_COUNT)"\0"         \
+       "uboot_start=0x2\0"                                             \
+       "uboot_size=0x3fe\0"                                            \
        "update_uboot=if tftp ${uboot}; then "                          \
                "if itest ${filesize} > 0; then "                       \
                        "mmc dev 0 1;"                                  \