]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
remove unnecessary version.h includes
authorRob Herring <robh@kernel.org>
Tue, 17 Mar 2015 20:28:55 +0000 (15:28 -0500)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:34:16 +0000 (14:34 +0200)
Various files are needlessly rebuilt every time due to the version and
build time changing. As version.h is not actually needed, remove the
include.

Signed-off-by: Rob Herring <robh@kernel.org>
Cc: Albert Aribaud <albert.u.boot@aribaud.net>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Minkyu Kang <mk7.kang@samsung.com>
Cc: Marek Vasut <marex@denx.de>
Cc: Tom Warren <twarren@nvidia.com>
Cc: Michal Simek <monstr@monstr.eu>
Cc: Macpaul Lin <macpaul@andestech.com>
Cc: Wolfgang Denk <wd@denx.de>
Cc: York Sun <yorksun@freescale.com>
Cc: Stefan Roese <sr@denx.de>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Cc: Simon Glass <sjg@chromium.org>
Cc: Philippe Reynes <tremyfr@yahoo.fr>
Cc: Eric Jarrige <eric.jarrige@armadeus.org>
Cc: "David Müller" <d.mueller@elsoft.ch>
Cc: Phil Edworthy <phil.edworthy@renesas.com>
Cc: Robert Baldyga <r.baldyga@samsung.com>
Cc: Torsten Koschorrek <koschorrek@synertronixx.de>
Cc: Anatolij Gustschin <agust@denx.de>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Łukasz Majewski <l.majewski@samsung.com>
68 files changed:
arch/arm/cpu/arm1136/start.S
arch/arm/cpu/arm1176/start.S
arch/arm/cpu/arm720t/start.S
arch/arm/cpu/arm926ejs/mxs/start.S
arch/arm/cpu/arm926ejs/start.S
arch/arm/cpu/arm946es/start.S
arch/arm/cpu/armv7/armada-xp/lowlevel_spl.S
arch/arm/cpu/armv7/exynos/clock_init_exynos4.c
arch/arm/cpu/armv7/exynos/exynos4_setup.h
arch/arm/cpu/armv7/omap3/lowlevel_init.S
arch/arm/cpu/armv7/socfpga/lowlevel_init.S
arch/arm/cpu/armv7/socfpga/spl.c
arch/arm/cpu/armv7/start.S
arch/arm/cpu/armv8/cache.S
arch/arm/cpu/armv8/exceptions.S
arch/arm/cpu/armv8/start.S
arch/arm/cpu/armv8/tlb.S
arch/arm/cpu/armv8/transition.S
arch/arm/cpu/pxa/start.S
arch/arm/cpu/sa1100/start.S
arch/arm/mach-tegra/lowlevel_init.S
arch/microblaze/cpu/spl.c
arch/nds32/cpu/n1213/start.S
arch/powerpc/config.mk
arch/powerpc/cpu/mpc8260/kgdb.S
arch/powerpc/cpu/mpc85xx/release.S
arch/powerpc/cpu/mpc86xx/cache.S
arch/powerpc/cpu/mpc86xx/release.S
arch/powerpc/cpu/mpc8xx/kgdb.S
arch/powerpc/cpu/ppc4xx/kgdb.S
arch/sh/cpu/sh2/start.S
arch/sh/cpu/sh3/start.S
arch/sh/cpu/sh4/start.S
arch/x86/cpu/start.S
board/alphaproject/ap_sh4a_4a/lowlevel_init.S
board/armadeus/apf27/lowlevel_init.S
board/armltd/integrator/lowlevel_init.S
board/armltd/versatile/lowlevel_init.S
board/espt/lowlevel_init.S
board/logicpd/imx27lite/lowlevel_init.S
board/mpl/vcma9/lowlevel_init.S
board/ms7722se/lowlevel_init.S
board/ms7750se/lowlevel_init.S
board/renesas/MigoR/lowlevel_init.S
board/renesas/ap325rxa/lowlevel_init.S
board/renesas/ecovec/lowlevel_init.S
board/renesas/r0p7734/lowlevel_init.S
board/renesas/r2dplus/lowlevel_init.S
board/renesas/r7780mp/lowlevel_init.S
board/renesas/rsk7203/lowlevel_init.S
board/renesas/rsk7264/lowlevel_init.S
board/renesas/rsk7269/lowlevel_init.S
board/renesas/sh7752evb/lowlevel_init.S
board/renesas/sh7753evb/lowlevel_init.S
board/renesas/sh7757lcr/lowlevel_init.S
board/renesas/sh7763rdp/lowlevel_init.S
board/renesas/sh7785lcr/lowlevel_init.S
board/samsung/goni/lowlevel_init.S
board/samsung/smdk2410/lowlevel_init.S
board/samsung/smdkc100/lowlevel_init.S
board/samsung/trats/setup.h
board/scb9328/lowlevel_init.S
board/shmin/lowlevel_init.S
common/spl/spl_mmc.c
common/spl/spl_sata.c
drivers/rtc/mc146818.c
drivers/video/mpc8xx_lcd.c
drivers/video/pxa_lcd.c

index 1cfcca9fa6d3cb32355d628982d959f351f409c2..1ec79a6f35148417c4cdaf800f5cf319cd106167 100644 (file)
@@ -14,7 +14,6 @@
 
 #include <asm-offsets.h>
 #include <config.h>
-#include <version.h>
 
 /*
  *************************************************************************
index ac937bf5b085066a79a024dce4efaaffd9e3683b..4c0ab4d0eebce58458ab52a8e10567891b65a761 100644 (file)
@@ -16,7 +16,6 @@
 
 #include <asm-offsets.h>
 #include <config.h>
-#include <version.h>
 
 #ifndef CONFIG_SYS_PHY_UBOOT_BASE
 #define CONFIG_SYS_PHY_UBOOT_BASE      CONFIG_SYS_UBOOT_BASE
index 01c85be64b1a5861628459fee3deab99fb868a81..ec8e88d4b38b93692247a1f732b54415687f32a0 100644 (file)
@@ -9,7 +9,6 @@
 
 #include <asm-offsets.h>
 #include <config.h>
-#include <version.h>
 #include <asm/hardware.h>
 
 /*
index 9b60436539573848730f93f0374f43a0dd519170..48abcd5260c93d29a7b0b6640e81277a1fa0456f 100644 (file)
@@ -22,7 +22,6 @@
 #include <asm-offsets.h>
 #include <config.h>
 #include <common.h>
-#include <version.h>
 
 /*
  *************************************************************************
index 8eb249475e473bbbca5888fd61d9cb1aa9dbb7ae..82cc1c947771e09bdd087250137e4b8884d1a62e 100644 (file)
@@ -18,7 +18,6 @@
 #include <asm-offsets.h>
 #include <config.h>
 #include <common.h>
-#include <version.h>
 
 /*
  *************************************************************************
index 41123716a7430c702d8d80749f9dc9cc69ec7301..b55395aa53ba100e0c6274e6aa0201fa7575978e 100644 (file)
@@ -17,7 +17,6 @@
 
 #include <asm-offsets.h>
 #include <config.h>
-#include <version.h>
 
 /*
  *************************************************************************
index 1febd7bac5733512addbe4e84a4ce9d957b0c9c9..f4a701204bed152422c0fcbf2e1915566b6becc9 100644 (file)
@@ -3,7 +3,6 @@
  */
 
 #include <config.h>
-#include <version.h>
 #include <linux/linkage.h>
 
 ENTRY(save_boot_params)
index 31610909f861bb11b0ee2d2c0b836125923af597..584e4bac09fcc0fe44fce035643a0c09aee5d709 100644 (file)
@@ -25,7 +25,6 @@
 
 #include <common.h>
 #include <config.h>
-#include <version.h>
 #include <asm/io.h>
 #include <asm/arch/cpu.h>
 #include <asm/arch/clk.h>
index b633e566030ed6b92fb91ac67248e9cc193003d8..9f29d94c10fb3b40d95e4b80c9d9b8e78604afbf 100644 (file)
@@ -10,7 +10,6 @@
 #define _ORIGEN_SETUP_H
 
 #include <config.h>
-#include <version.h>
 #include <asm/arch/cpu.h>
 
 #ifdef CONFIG_CLK_800_330_165
index 7a691519bb6b3a4cf22ad0558d29a75902a9a653..249761308e686c5de2a4d89668bc855da79711f0 100644 (file)
@@ -12,7 +12,6 @@
  */
 
 #include <config.h>
-#include <version.h>
 #include <asm/arch/mem.h>
 #include <asm/arch/clocks_omap3.h>
 #include <linux/linkage.h>
index afed773c63171d49ba4c17275ce1e66845214186..b4d0627871f73988900643c54e06ff4689199905 100644 (file)
@@ -5,7 +5,6 @@
  */
 
 #include <config.h>
-#include <version.h>
 
 /* Set up the platform, once the cpu has been initialized */
 .globl lowlevel_init
index bd9f3383012ffe360f0719d9de5cdb8d90916f85..6a8c15d91fbcaba9f404aab42c47dac38a488d42 100644 (file)
@@ -8,7 +8,6 @@
 #include <asm/io.h>
 #include <asm/u-boot.h>
 #include <asm/utils.h>
-#include <version.h>
 #include <image.h>
 #include <asm/arch/reset_manager.h>
 #include <spl.h>
index 5050021e0210edec4f760a35baaa4fa763b966fd..5ed0f45a26614159328928fbdeac84f692f54d71 100644 (file)
@@ -15,7 +15,6 @@
 
 #include <asm-offsets.h>
 #include <config.h>
-#include <version.h>
 #include <asm/system.h>
 #include <linux/linkage.h>
 
index fa447bce16b862e6710cf7792c9caf0d846f390c..d8462365006288d6820415ba66003f2f26fddf3b 100644 (file)
@@ -9,7 +9,6 @@
 
 #include <asm-offsets.h>
 #include <config.h>
-#include <version.h>
 #include <asm/macro.h>
 #include <linux/linkage.h>
 
index b91a1b662f47c3fce8e8049890f887d87475fed9..baf9401e64303d7cc5e3c4ffba8bd4aa077130fa 100644 (file)
@@ -7,7 +7,6 @@
 
 #include <asm-offsets.h>
 #include <config.h>
-#include <version.h>
 #include <asm/ptrace.h>
 #include <asm/macro.h>
 #include <linux/linkage.h>
index b4eab0b0f281869afddc9f8677f95b4ae585780a..e5f2766a4a562fcf005ba45ee9f2081d6a63f2fe 100644 (file)
@@ -7,7 +7,6 @@
 
 #include <asm-offsets.h>
 #include <config.h>
-#include <version.h>
 #include <linux/linkage.h>
 #include <asm/macro.h>
 #include <asm/armv8/mmu.h>
index f840b04df5084ce4f9ec23754604fdd6f2e1ab8c..945445bc3742bb03249b0e759b8a2f2ac0c45bee 100644 (file)
@@ -7,7 +7,6 @@
 
 #include <asm-offsets.h>
 #include <config.h>
-#include <version.h>
 #include <linux/linkage.h>
 #include <asm/macro.h>
 
index ade1cdead83920dea59b38ecc895552c18fd442a..253a39bd1137ab7d7b1cc86791ba4289b5ee91af 100644 (file)
@@ -7,7 +7,6 @@
 
 #include <asm-offsets.h>
 #include <config.h>
-#include <version.h>
 #include <linux/linkage.h>
 #include <asm/macro.h>
 
index c77d51e6d8dd6006a452610a70ee622f1bad4849..879390be2ddebca91de05e86f88e3f88605e1d22 100644 (file)
@@ -21,7 +21,6 @@
 
 #include <asm-offsets.h>
 #include <config.h>
-#include <version.h>
 
 /*
  *************************************************************************
index 78e0cb88681d5be5d5b859388abca201221c0ae5..eebff661f8d20d6ec4a6d22d450fab13102f81e0 100644 (file)
@@ -11,7 +11,6 @@
 
 #include <asm-offsets.h>
 #include <config.h>
-#include <version.h>
 
 /*
  *************************************************************************
index a211bb3b1a60c775957a01874baeff99bad702a3..4bc0a3f5a119b40aa1af15d92abdaeefca6b977c 100644 (file)
@@ -8,7 +8,6 @@
  */
 
 #include <config.h>
-#include <version.h>
 #include <linux/linkage.h>
 
        .align  5
index 2cc0a2da89e16e48c8c8786e892aeece71af02fa..f4bb0915c594f23690b644399d9a626db3245820 100644 (file)
@@ -9,7 +9,6 @@
 #include <common.h>
 #include <image.h>
 #include <spl.h>
-#include <version.h>
 #include <asm/io.h>
 #include <asm/u-boot.h>
 
index 34db79dd5cbf0389ac0a18b907ad65081ccf0443..0d96c52cd55ac345e362069fff59f919af20d670 100644 (file)
@@ -13,7 +13,6 @@
 #include <config.h>
 #include <common.h>
 #include <asm/macro.h>
-#include <version.h>
 
 /*
  * Jump vector table for EVIC mode
index fec02f2b82d727e3bf0f31d50677aea80533d6f9..411039649a07a0a4b2674e72b7d006d52df48020 100644 (file)
@@ -12,10 +12,11 @@ endif
 CONFIG_STANDALONE_LOAD_ADDR ?= 0x40000
 LDFLAGS_FINAL += --gc-sections
 LDFLAGS_FINAL += --bss-plt
-PLATFORM_RELFLAGS += -fpic -mrelocatable -ffunction-sections -fdata-sections \
-                                                               -meabi
-PLATFORM_CPPFLAGS += -D__powerpc__ -ffixed-r2
-PLATFORM_LDFLAGS  += -n
+PLATFORM_RELFLAGS += -fpic -mrelocatable -ffunction-sections \
+-fdata-sections -mcall-linux
+
+PLATFORM_CPPFLAGS += -D__powerpc__ -ffixed-r2 -m32
+PLATFORM_LDFLAGS  += -m32 -melf32ppclinux
 
 # Support generic board on PPC
 __HAVE_ARCH_GENERIC_BOARD := y
index 1432344bcc99e48b15773d4af9c581c65d3fa8d4..bc9c62852c43961722a60a5ecfb42fa730828498 100644 (file)
@@ -7,7 +7,6 @@
 #include <config.h>
 #include <command.h>
 #include <mpc8260.h>
-#include <version.h>
 
 #include <ppc_asm.tmpl>
 #include <ppc_defs.h>
index a2c0ad4244ffc59644a90da7995965c300cf1ac2..0e0daf5a44ef5b6b324fc2dfe94634df63f02222 100644 (file)
@@ -8,7 +8,6 @@
 #include <asm-offsets.h>
 #include <config.h>
 #include <mpc85xx.h>
-#include <version.h>
 
 #include <ppc_asm.tmpl>
 #include <ppc_defs.h>
index 0bb058b043f30a8183397a03053bb79efbf49503..536d9b9d73b55ce980b6727c39ba2a5285d6f7a1 100644 (file)
@@ -1,6 +1,5 @@
 #include <config.h>
 #include <mpc86xx.h>
-#include <version.h>
 
 #include <ppc_asm.tmpl>
 #include <ppc_defs.h>
index 461f6ec7df48540c8e1b065da11e7a4cf4fa1296..3977049dc38b1fd800e90285e0de17404b642301 100644 (file)
@@ -6,7 +6,6 @@
  */
 #include <config.h>
 #include <mpc86xx.h>
-#include <version.h>
 
 #include <ppc_asm.tmpl>
 #include <ppc_defs.h>
index e774d1e70a18e93bbaade4fa3a7ff46a575ecdb9..0ea1a06c7ab38f66651edb519f2b7b1944fddd25 100644 (file)
@@ -7,7 +7,6 @@
 #include <config.h>
 #include <command.h>
 #include <mpc8xx.h>
-#include <version.h>
 
 #include <ppc_asm.tmpl>
 #include <ppc_defs.h>
index f274c5d564dfafc4583817bac6437d91181635de..31abd6989689bad82c7753609c7f2be58298f8ec 100644 (file)
@@ -7,7 +7,6 @@
 #include <config.h>
 #include <command.h>
 #include <asm/ppc4xx.h>
-#include <version.h>
 
 #define CONFIG_405GP 1         /* needed for Linux kernel header files */
 
index 5b92a015715b4b8da5bba91f0b82607e86e9130d..ebf731a3abf8b489ad06129de705be27a92cb1c8 100644 (file)
@@ -7,7 +7,6 @@
 
 #include <asm-offsets.h>
 #include <config.h>
-#include <version.h>
 
        .text
        .align  2
index c26a0b6a2c9e6ec32c69d248df71ebb1495c00fe..7a934e24d4077b2423094cb440b803d7d2cf445f 100644 (file)
@@ -10,7 +10,6 @@
 
 #include <asm-offsets.h>
 #include <config.h>
-#include <version.h>
 
        .text
        .align  2
index 238aa436621f0c42394efec9ecb1606a4ef98fcd..21644b5e679b5cff14f2a04ce9bfd5659e895cdc 100644 (file)
@@ -7,7 +7,6 @@
 
 #include <asm-offsets.h>
 #include <config.h>
-#include <version.h>
 
        .text
        .align  2
index f51f1121d0252b3b96f856bac574bc6b19fff6ce..2e5f9da75673c55397d58ec18d858f5fa1c34a4a 100644 (file)
@@ -11,7 +11,6 @@
  */
 
 #include <config.h>
-#include <version.h>
 #include <asm/global_data.h>
 #include <asm/post.h>
 #include <asm/processor.h>
index d5900a8c999ac1530664bc1d2d7d165d7ac5a9b6..0c40a3ce4dacecdf388afbadb78c1036744b8b84 100644 (file)
@@ -5,7 +5,6 @@
  * SPDX-License-Identifier:    GPL-2.0+
  */
 #include <config.h>
-#include <version.h>
 #include <asm/processor.h>
 #include <asm/macro.h>
 
index 4293cb1080035cf149fa7b3a6992093f79bfd53d..2f795e460aa16a282529d763dcfc30c7b5cfd39f 100644 (file)
@@ -6,7 +6,6 @@
 
 #include <config.h>
 #include <generated/asm-offsets.h>
-#include <version.h>
 #include <asm/macro.h>
 #include <asm/arch/imx-regs.h>
 #include "apf27.h"
index 0fb42adc6fe1b7ee42806b3aa369933c91d56f67..b50ba9878c4fa4391df9dee10553ee23aa7068a3 100644 (file)
@@ -8,7 +8,6 @@
  */
 
 #include <config.h>
-#include <version.h>
 
        /* Reset using CM control register */
 .global reset_cpu
index 902d646efba68282f3c80a3d3e785d2924a16ec4..539ba41e66895b25a8998402fd11cd3fd284f8ab 100644 (file)
@@ -8,7 +8,6 @@
  */
 
 #include <config.h>
-#include <version.h>
 
 /* Set up the platform, once the cpu has been initialized */
 .globl lowlevel_init
index c1d09663d4c763ebac4770fcfc526b6ca4595c89..ec9fb883f5ae00f8a7309c7876df8b89a0dbe61f 100644 (file)
@@ -8,7 +8,6 @@
  */
 
 #include <config.h>
-#include <version.h>
 #include <asm/processor.h>
 #include <asm/macro.h>
 
index c286d0dfe10dd2d43466720fe79e16bfbd26ac04..9cb702f30f3e6b32db89ad79592205bb70b63f1f 100644 (file)
@@ -10,7 +10,6 @@
 
 
 #include <config.h>
-#include <version.h>
 #include <asm/macro.h>
 #include <asm/arch/imx-regs.h>
 #include <generated/asm-offsets.h>
index ee9b7a9d3e56351f54fe722cdb5c597e63405f4b..c0d6cc8923d8a7ed97f95b6ebb95622e2b3d4ad6 100644 (file)
@@ -13,8 +13,6 @@
 
 
 #include <config.h>
-#include <version.h>
-
 
 /* register definitions */
 
index db859f48ad240a708740edab70ee8e6a2c5cb7b4..a62404fdc1dc2721668404225adf736e4c85e17a 100644 (file)
@@ -11,7 +11,6 @@
  */
 
 #include <config.h>
-#include <version.h>
 
 #include <asm/processor.h>
 #include <asm/macro.h>
index c02306fb249ff2e20e0498c9ccdffeccb5259e4c..d61640df6c9ff42bae59bbd778a79e612c009e2c 100644 (file)
@@ -10,7 +10,6 @@
 */
 
 #include <config.h>
-#include <version.h>
 
 #include <asm/processor.h>
 #include <asm/macro.h>
index 63ea70aa37d5f7d78920f8e1913794084d751f7e..322e17779e825abad817862d1983b3304de160be 100644 (file)
@@ -11,7 +11,6 @@
  */
 
 #include <config.h>
-#include <version.h>
 
 #include <asm/processor.h>
 #include <asm/macro.h>
index ead5310a4bb73b8c980a0711e02c4c7c1aae0e58..867ca51225b43bd7388116f4816a103e61318fd9 100644 (file)
@@ -8,7 +8,6 @@
  */
 
 #include <config.h>
-#include <version.h>
 #include <asm/processor.h>
 #include <asm/macro.h>
 
index e4c40c86160468902e1b1508998b0a13b4ff87b4..ab604c7fef8ed68a6e02a9439ae3f9d7103d99cf 100644 (file)
@@ -8,7 +8,6 @@
  */
 
 #include <config.h>
-#include <version.h>
 #include <asm/processor.h>
 #include <asm/macro.h>
 #include <configs/ecovec.h>
index 62668a76b9bb03fd20e48aa000b0d1733a66ba91..c2fa5656a4febeb61e1691686448e8c79fb06437 100644 (file)
@@ -5,7 +5,6 @@
  * SPDX-License-Identifier:    GPL-2.0+
  */
 #include <config.h>
-#include <version.h>
 #include <asm/processor.h>
 #include <asm/macro.h>
 
index f3392f097dc78e004e147b50e5c5f479c06de667..33f6e078260d8eaccae9a5dd7ce4132086221fa1 100644 (file)
@@ -5,7 +5,6 @@
 */
 
 #include <config.h>
-#include <version.h>
 
 #include <asm/processor.h>
 #include <asm/macro.h>
index 471af1d9677326a84cb093e58151200bf3fe291e..b27fe291437aa20492363e47414d73ca0df76dff 100644 (file)
@@ -7,7 +7,6 @@
  */
 
 #include <config.h>
-#include <version.h>
 #include <asm/processor.h>
 #include <asm/macro.h>
 
index c8494ccf3864e47f40cf380acb77e3048e9cba7d..ee472a42ba52a310061ee0965a84222c0a35392b 100644 (file)
@@ -5,7 +5,6 @@
  * SPDX-License-Identifier:    GPL-2.0+
  */
 #include <config.h>
-#include <version.h>
 
 #include <asm/processor.h>
 #include <asm/macro.h>
index 1a7d27d1797f7ff3b82f9ad5efbc1e5070309ae5..eae270377fea3e644430567d8d40c05563776a1d 100644 (file)
@@ -8,7 +8,6 @@
  * SPDX-License-Identifier:    GPL-2.0+
  */
 #include <config.h>
-#include <version.h>
 
 #include <asm/processor.h>
 #include <asm/macro.h>
index a2b174bbc1df7d586d365af0918184620d0742e2..120bc6b325d777b4d5879a39db94c86c8f9f6544 100644 (file)
@@ -9,7 +9,6 @@
  * SPDX-License-Identifier:    GPL-2.0+
  */
 #include <config.h>
-#include <version.h>
 
 #include <asm/processor.h>
 #include <asm/macro.h>
index 5643a697eb3daf344bc183fe857b7fc45e4d4738..cc8b8c0aca37d78e4fc05c47539e90c7969c47d7 100644 (file)
@@ -5,7 +5,6 @@
  */
 
 #include <config.h>
-#include <version.h>
 #include <asm/processor.h>
 #include <asm/macro.h>
 
index 21987a51e8995f0ac036bcdb94435d5d372f291c..98551e1055947bcfd76bded62724c554c7504d09 100644 (file)
@@ -5,7 +5,6 @@
  */
 
 #include <config.h>
-#include <version.h>
 #include <asm/processor.h>
 #include <asm/macro.h>
 
index e4c5ea815e9b2aab7d94ee936413a38b8b1ae8f4..6db26d9450dd0785d87d06caec65edd4cba70f6f 100644 (file)
@@ -5,7 +5,6 @@
  */
 
 #include <config.h>
-#include <version.h>
 #include <asm/processor.h>
 #include <asm/macro.h>
 
index e45fbbe9c70f454cf43e267f4673f3e8f9b0d462..e8e3d6fae396fb3013bf335207a15a7b1a1c4ab1 100644 (file)
@@ -9,7 +9,6 @@
  */
 
 #include <config.h>
-#include <version.h>
 
 #include <asm/processor.h>
 #include <asm/macro.h>
index 8b729ac392ce739cbbd5613619fd9177c565152a..4bda38cfad2bfbdc6e7026b40ffb956dad4b8ad5 100644 (file)
@@ -4,7 +4,6 @@
  * SPDX-License-Identifier:    GPL-2.0+
  */
 #include <config.h>
-#include <version.h>
 #include <asm/processor.h>
 #include <asm/macro.h>
 
index d52bc09f8d27d088af2fc98768fe67fdded359d6..fdb83e457a999c46e127dddd9e14900768c06dba 100644 (file)
@@ -8,7 +8,6 @@
  */
 
 #include <config.h>
-#include <version.h>
 #include <asm/arch/cpu.h>
 #include <asm/arch/clock.h>
 #include <asm/arch/power.h>
index 5de04f10e9a2b7572143e927a670ce7be661e877..c3f41875de017fc4d70fcde826d78643b3431782 100644 (file)
@@ -13,8 +13,6 @@
 
 
 #include <config.h>
-#include <version.h>
-
 
 /* some parameters for the board */
 
index 65e6b7a73a8dfae471e6f1404604a8f0b5f2d82e..91e5357691e0bf53b3a3a7f827b5da4b065f9845 100644 (file)
@@ -7,7 +7,6 @@
  */
 
 #include <config.h>
-#include <version.h>
 #include <asm/arch/cpu.h>
 #include <asm/arch/power.h>
 
index 2f5ccb14c621b9b18d3fb3cf5e291b3c7f4bf3f1..990e5e2dff770646d3719f14bd3a33178466630a 100644 (file)
@@ -11,7 +11,6 @@
 #define _TRATS_SETUP_H
 
 #include <config.h>
-#include <version.h>
 #include <asm/arch/cpu.h>
 
 /* CLK_SRC_CPU: APLL(1), MPLL(1), CORE(0), HPM(0) */
index 2475ae8efb9aeef0e49ee05c8f43e13ad21cfd41..d5727248db5cd49b92ef77f0e4baa5ceac77e6fb 100644 (file)
@@ -5,7 +5,6 @@
  */
 
 #include <config.h>
-#include <version.h>
 #include <asm/arch/imx-regs.h>
 
 .globl lowlevel_init
index 35c0945196c910d10e4213f57aa987265ea33140..53b3123849a5cc724539df58fca299b81fd0db6c 100644 (file)
@@ -5,7 +5,6 @@
  */
 
 #include <config.h>
-#include <version.h>
 
 #include <asm/processor.h>
 #include <asm/macro.h>
index c2e596be69bc4310790de1160ddaef40f8c02759..e580f2291af24d78d64e098200cdbdf4734308ca 100644 (file)
@@ -10,7 +10,6 @@
 #include <spl.h>
 #include <asm/u-boot.h>
 #include <mmc.h>
-#include <version.h>
 #include <image.h>
 
 DECLARE_GLOBAL_DATA_PTR;
index d9eb2d6687b3fb8e4bcc66ad3d139e772a29721e..2a5eb2985721104e035be19a8ca7a696f813ae8c 100644 (file)
@@ -15,7 +15,6 @@
 #include <sata.h>
 #include <scsi.h>
 #include <fat.h>
-#include <version.h>
 #include <image.h>
 
 DECLARE_GLOBAL_DATA_PTR;
index c9d318c0a7eb2d83e992ded95615bd550310d1e9..44857a6e41d4537796924297d8826fa6009320d4 100644 (file)
@@ -14,7 +14,6 @@
 #include <common.h>
 #include <command.h>
 #include <rtc.h>
-#include <version.h>
 
 #if defined(__I386__) || defined(CONFIG_MALTA)
 #include <asm/io.h>
index faa58c020beb93f4e61039aef4b40dc01c365c75..b08576eab203f3ef6a6f6ab4ab348128fdff38da 100644 (file)
@@ -15,7 +15,6 @@
 #include <common.h>
 #include <command.h>
 #include <watchdog.h>
-#include <version.h>
 #include <stdarg.h>
 #include <lcdvideo.h>
 #include <linux/types.h>
index 04105d4eaa88f98a270e76b1abaa2c39464fa360..64cef37bc9c30158dd6e30daf0355c58f85f0bfc 100644 (file)
@@ -13,7 +13,6 @@
 
 #include <config.h>
 #include <common.h>
-#include <version.h>
 #include <stdarg.h>
 #include <linux/types.h>
 #include <stdio_dev.h>