]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
common: Drop linux/stringify.h from common header
authorSimon Glass <sjg@chromium.org>
Sun, 10 May 2020 17:40:09 +0000 (11:40 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 19 May 2020 01:19:23 +0000 (21:19 -0400)
Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>
114 files changed:
arch/arm/cpu/armv7/bcm235xx/clk-core.h
arch/arm/cpu/armv7/bcm281xx/clk-core.h
board/Arcturus/ucp1020/cmd_arc.c
board/gardena/smart-gateway-mt7688/board.c
board/gdsys/common/osd.c
cmd/fastboot.c
drivers/clk/rockchip/clk_rk3036.c
drivers/clk/rockchip/clk_rk3188.c
drivers/clk/rockchip/clk_rk322x.c
drivers/clk/rockchip/clk_rk3288.c
drivers/clk/rockchip/clk_rk3368.c
drivers/clk/rockchip/clk_rv1108.c
fs/ubifs/super.c
include/common.h
include/config_fsl_chain_trust.h
include/configs/B4860QDS.h
include/configs/C29XPCIE.h
include/configs/M52277EVB.h
include/configs/M5253DEMO.h
include/configs/M5373EVB.h
include/configs/M54418TWR.h
include/configs/M54451EVB.h
include/configs/M54455EVB.h
include/configs/MPC8308RDB.h
include/configs/MPC8313ERDB_NAND.h
include/configs/MPC8313ERDB_NOR.h
include/configs/MPC8323ERDB.h
include/configs/MPC8349ITX.h
include/configs/MPC837XERDB.h
include/configs/MPC8536DS.h
include/configs/MPC8544DS.h
include/configs/MPC8548CDS.h
include/configs/MPC8572DS.h
include/configs/MPC8610HPCD.h
include/configs/MPC8641HPCN.h
include/configs/P1010RDB.h
include/configs/P1022DS.h
include/configs/P1023RDB.h
include/configs/P2041RDB.h
include/configs/T102xQDS.h
include/configs/T102xRDB.h
include/configs/T1040QDS.h
include/configs/T104xRDB.h
include/configs/T208xQDS.h
include/configs/T208xRDB.h
include/configs/T4240QDS.h
include/configs/T4240RDB.h
include/configs/UCP1020.h
include/configs/apalis_imx6.h
include/configs/apf27.h
include/configs/at91sam9263ek.h
include/configs/bcmstb.h
include/configs/brppt1.h
include/configs/brsmarc1.h
include/configs/brxre1.h
include/configs/cgtqmx6eval.h
include/configs/clearfog.h
include/configs/colibri-imx8x.h
include/configs/colibri_imx6.h
include/configs/controlcenterd.h
include/configs/corenet_ds.h
include/configs/cyrus.h
include/configs/dart_6ul.h
include/configs/el6x_common.h
include/configs/exynos-common.h
include/configs/helios4.h
include/configs/hrcon.h
include/configs/ids8313.h
include/configs/imx6-engicam.h
include/configs/imx8mm_evk.h
include/configs/imx8mn_evk.h
include/configs/imx8mp_evk.h
include/configs/imx8mq_evk.h
include/configs/imx8qm_mek.h
include/configs/imx8qm_rom7720.h
include/configs/imx8qxp_mek.h
include/configs/km/keymile-common.h
include/configs/km/km-mpc83xx.h
include/configs/km/km_arm.h
include/configs/liteboard.h
include/configs/mpc8308_p1m.h
include/configs/mv-common.h
include/configs/mx6_common.h
include/configs/mx6cuboxi.h
include/configs/mx6sabre_common.h
include/configs/mx6sllevk.h
include/configs/mx6sxsabresd.h
include/configs/mx6ul_14x14_evk.h
include/configs/mx6ullevk.h
include/configs/mx7_common.h
include/configs/nitrogen6x.h
include/configs/p1_p2_rdb_pc.h
include/configs/p1_twr.h
include/configs/pcl063_ull.h
include/configs/pcm052.h
include/configs/pico-imx6ul.h
include/configs/pico-imx7d.h
include/configs/s32v234evb.h
include/configs/sbc8548.h
include/configs/socfpga_arria5_secu1.h
include/configs/socfpga_common.h
include/configs/socfpga_soc64_common.h
include/configs/strider.h
include/configs/tqma6.h
include/configs/udoo.h
include/configs/ve8313.h
include/configs/vf610twr.h
include/configs/wandboard.h
include/configs/wb45n.h
include/configs/xpedite517x.h
include/configs/xpedite537x.h
include/configs/xpedite550x.h
include/env_default.h
include/environment/ti/boot.h

index ac475b6dc32761b85ed34da4a3edb86c8cf89107..ace384dea782fbbf4a967c69245989d990a43328 100644 (file)
@@ -4,6 +4,7 @@
  */
 
 #include <linux/stddef.h>
+#include <linux/stringify.h>
 
 #ifdef CONFIG_CLK_DEBUG
 #undef writel
index a736ae9e62d519aaac98b7bee70fe2e7fc813f36..f0fbff081d0270e3149739eef0f288a8b26dca5b 100644 (file)
@@ -4,6 +4,7 @@
  */
 
 #include <linux/stddef.h>
+#include <linux/stringify.h>
 
 #ifdef CONFIG_CLK_DEBUG
 #undef writel
index 3656cf4cbc45113e7834c0323742226abae7742b..4b30b66e208f178fd596032c563338b3d6781f79 100644 (file)
@@ -19,6 +19,7 @@
 #include <mmc.h>
 #include <version.h>
 #include <asm/io.h>
+#include <linux/stringify.h>
 
 static ulong fwenv_addr[MAX_FWENV_ADDR];
 const char mystrerr[] = "ERROR: Failed to save factory info";
index 6fd771a2e2044da8a16736aad631df02d244b9d4..a75bb1f77b19c98ab0e97b352e78197e028f6b24 100644 (file)
@@ -15,6 +15,7 @@
 #include <net.h>
 #include <spi.h>
 #include <spi_flash.h>
+#include <linux/stringify.h>
 #include <u-boot/crc.h>
 #include <uuid.h>
 #include <linux/ctype.h>
index cda0cc6b482e106baa16212d483b4a92d0366e2b..679f8f30191b9fad7c29a31285b700e0b7d4648b 100644 (file)
@@ -10,6 +10,7 @@
 #include <command.h>
 #include <i2c.h>
 #include <malloc.h>
+#include <linux/stringify.h>
 
 #include "ch7301.h"
 #include "dp501.h"
index 4f35108a369c8fbfbd197941e6359c3ead6542f7..ad5c06491183a4ac30a5b4bc4a49bca8384651ec 100644 (file)
@@ -14,6 +14,7 @@
 #include <net.h>
 #include <usb.h>
 #include <watchdog.h>
+#include <linux/stringify.h>
 
 static int do_fastboot_udp(int argc, char *const argv[],
                           uintptr_t buf_addr, size_t buf_size)
index 2d722405b279c2f82697d8e4f9e7ab9cab39ad2b..276965245d0b302e91fbdf65db12245b72bbf3c5 100644 (file)
@@ -17,6 +17,7 @@
 #include <dm/lists.h>
 #include <dt-bindings/clock/rk3036-cru.h>
 #include <linux/log2.h>
+#include <linux/stringify.h>
 
 enum {
        VCO_MAX_HZ      = 2400U * 1000000,
index 6b00e77012e3796acabab19c120bcc07a8675d99..d4df8175f2e6d2448623eadf0cedba142b95f750 100644 (file)
@@ -24,6 +24,7 @@
 #include <dm/uclass-internal.h>
 #include <linux/err.h>
 #include <linux/log2.h>
+#include <linux/stringify.h>
 
 enum rk3188_clk_type {
        RK3188_CRU,
index dfb9fff2e5ff460499e7bc74fc535c139e24ab87..68c1fbdc421e12f5128906f2ed4a7adca3cf64bc 100644 (file)
@@ -17,6 +17,7 @@
 #include <dm/lists.h>
 #include <dt-bindings/clock/rk3228-cru.h>
 #include <linux/log2.h>
+#include <linux/stringify.h>
 
 enum {
        VCO_MAX_HZ      = 3200U * 1000000,
index 762c9d4f10ded9922a47deea18b611282edb6e72..b4514bc850fbf5238d075a45b1d3b9d60ef7dd02 100644 (file)
@@ -25,6 +25,7 @@
 #include <dm/uclass-internal.h>
 #include <linux/err.h>
 #include <linux/log2.h>
+#include <linux/stringify.h>
 
 DECLARE_GLOBAL_DATA_PTR;
 
index f0a72f1a72597bc123ba7c3c5af0c09533bb7bc7..34466b8e26057908ea50a2b2c5d6150194e2af14 100644 (file)
@@ -21,6 +21,7 @@
 #include <asm/io.h>
 #include <dm/lists.h>
 #include <dt-bindings/clock/rk3368-cru.h>
+#include <linux/stringify.h>
 
 #if CONFIG_IS_ENABLED(OF_PLATDATA)
 struct rk3368_clk_plat {
index def3baa6fdfb415d7cd4c61cbba40c0e9a258e7c..c1d2724f20a69cb67a9aa1aaafe9c1d4000c5473 100644 (file)
@@ -18,6 +18,7 @@
 #include <asm/arch-rockchip/hardware.h>
 #include <dm/lists.h>
 #include <dt-bindings/clock/rv1108-cru.h>
+#include <linux/stringify.h>
 
 DECLARE_GLOBAL_DATA_PTR;
 
index 93f268b4cc1f530916eff036f99a71da64e7110c..2f6b25d33812b943c7240f8d46cfe281e22bd3dc 100644 (file)
@@ -38,6 +38,7 @@
 #include <linux/err.h>
 #include "ubifs.h"
 #include <ubi_uboot.h>
+#include <linux/stringify.h>
 #include <mtd/ubi-user.h>
 
 struct dentry;
index 711d409d47a5468f244e1bc501e331ffc0e3389d..552cb298a2b9948ee7bc39ce1a6a418e7be6f693 100644 (file)
@@ -21,7 +21,6 @@
 #include <linux/types.h>
 #include <linux/printk.h>
 #include <linux/string.h>
-#include <linux/stringify.h>
 #include <stdarg.h>
 #include <stdio.h>
 #include <linux/kernel.h>
index 4f522dbeccb2208b12d63640a5c9e2fe9a802847..3922241be005c234230d850c4c0f6ce5d52e3dd2 100644 (file)
@@ -6,6 +6,8 @@
 #ifndef __CONFIG_FSL_CHAIN_TRUST_H
 #define __CONFIG_FSL_CHAIN_TRUST_H
 
+#include <linux/stringify.h>
+
 #ifdef CONFIG_CHAIN_OF_TRUST
 
 #ifndef CONFIG_EXTRA_ENV
index 67639458b416d5dcc4a8e130ae8bd4cd8e274fda..a515bf9530bc44ccaed84ed36e465fad8f673308 100644 (file)
@@ -6,6 +6,8 @@
 #ifndef __CONFIG_H
 #define __CONFIG_H
 
+#include <linux/stringify.h>
+
 /*
  * B4860 QDS board configuration file
  */
index 62ad50bad5442774f7523397d5a2136bf855ad68..9a8cba6b7c931935f9e23c2173251c5ba53e1bc5 100644 (file)
@@ -10,6 +10,8 @@
 #ifndef __CONFIG_H
 #define __CONFIG_H
 
+#include <linux/stringify.h>
+
 #ifdef CONFIG_SPIFLASH
 #define CONFIG_RAMBOOT_SPIFLASH
 #define CONFIG_RESET_VECTOR_ADDRESS    0x110bfffc
index f110cac2741d93dd67726b77dfd8869bf4ac3156..8261f4811cc251e68d36cd4ef2f265fdbd8a85c2 100644 (file)
@@ -13,6 +13,8 @@
 #ifndef _M52277EVB_H
 #define _M52277EVB_H
 
+#include <linux/stringify.h>
+
 /*
  * High Level Configuration Options
  * (easy to change)
index e79a7e98dc2597fd364371361eec2181a82d6dd8..69e3fbae78d71f42a6c5daa9052906d541fd1bf5 100644 (file)
@@ -6,6 +6,8 @@
 #ifndef _M5253DEMO_H
 #define _M5253DEMO_H
 
+#include <linux/stringify.h>
+
 #define CONFIG_MCFTMR
 
 #define CONFIG_MCFUART
index 6297aea143d2041d6a3f13ccd7aa9714d6be4203..f94cc02905d771e578e6547eac91322b7e0313c8 100644 (file)
@@ -13,6 +13,8 @@
 #ifndef _M5373EVB_H
 #define _M5373EVB_H
 
+#include <linux/stringify.h>
+
 /*
  * High Level Configuration Options
  * (easy to change)
index cdf169f6a79a73d66a461588a183f30a3c0869ba..2866bfd85ff6279d6c8bd13bdb298c7088f7d4b8 100644 (file)
@@ -13,6 +13,8 @@
 #ifndef _M54418TWR_H
 #define _M54418TWR_H
 
+#include <linux/stringify.h>
+
 /*
  * High Level Configuration Options
  * (easy to change)
index 8d0b1db73e5b4715ce4557971c27dfcb6a95b6f4..ec4284216f9f0c550248d989fdcb30155dafc1b5 100644 (file)
@@ -13,6 +13,8 @@
 #ifndef _M54451EVB_H
 #define _M54451EVB_H
 
+#include <linux/stringify.h>
+
 /*
  * High Level Configuration Options
  * (easy to change)
index 6e43522fda314046d3209378506b395ef91d0502..291adeaf0dab3c98002897d2a091bf1734ead08b 100644 (file)
@@ -13,6 +13,8 @@
 #ifndef _M54455EVB_H
 #define _M54455EVB_H
 
+#include <linux/stringify.h>
+
 /*
  * High Level Configuration Options
  * (easy to change)
index f55e9a09950919da8aeb668f6437124dc0699e05..788a325b64183bd05dd02b0c90a40299bd6f5ad0 100644 (file)
@@ -8,6 +8,8 @@
 #ifndef __CONFIG_H
 #define __CONFIG_H
 
+#include <linux/stringify.h>
+
 /*
  * High Level Configuration Options
  */
index 68298533430c8b51f3ba49b68b530fd472ac912f..d8485f6fbd6374fd8fda9f3af140ed159997175c 100644 (file)
@@ -9,6 +9,8 @@
 #ifndef __CONFIG_H
 #define __CONFIG_H
 
+#include <linux/stringify.h>
+
 /*
  * High Level Configuration Options
  */
index 382c39ccb4cd8b1f699f620712a04cca9ce0f153..029d2f1ec3ebbd3701b0a7a5e56388c1bc238877 100644 (file)
@@ -18,6 +18,7 @@
 #define CONFIG_SYS_MONITOR_BASE        CONFIG_SYS_TEXT_BASE    /* start of monitor */
 #endif
 
+#include <linux/stringify.h>
 #define CONFIG_PCI_INDIRECT_BRIDGE
 
 /*
index 289cd9a8600ab65e949543b0525391a1e2570222..ff18d108726000f80056d991b182253096357002 100644 (file)
@@ -9,6 +9,8 @@
 #ifndef __CONFIG_H
 #define __CONFIG_H
 
+#include <linux/stringify.h>
+
 /*
  * High Level Configuration Options
  */
index 90046fd1ee3bb1dabc4524775c4812b919394536..dd517639ea45812ccc68189d0013c254f529adcb 100644 (file)
@@ -52,6 +52,7 @@
 #define CONFIG_SYS_USB_HOST    /* use the EHCI USB controller */
 #endif
 
+#include <linux/stringify.h>
 #define CONFIG_RTC_DS1337
 #define CONFIG_SYS_I2C
 
index 21bd9f09c17f90fc6cfc9733d8d3c0f843b32c58..8c2297a9105400108d68e5ccc248480d3479a9a9 100644 (file)
@@ -8,6 +8,8 @@
 #ifndef __CONFIG_H
 #define __CONFIG_H
 
+#include <linux/stringify.h>
+
 /*
  * High Level Configuration Options
  */
index fb115e23457865f17d1a58b421c3d9f57bf5a8be..340574a98526d1c1837a003ed19923d0e3de9908 100644 (file)
@@ -10,6 +10,8 @@
 #ifndef __CONFIG_H
 #define __CONFIG_H
 
+#include <linux/stringify.h>
+
 #include "../board/freescale/common/ics307_clk.h"
 
 #ifdef CONFIG_SDCARD
index 2092e3da15927d404682d8db2d2d1400c5fabd67..c9f193fc4672ba70035b3de8ffc107246ec08a6e 100644 (file)
@@ -22,6 +22,7 @@
 #define CONFIG_INTERRUPTS              /* enable pci, srio, ddr interrupts */
 
 #ifndef __ASSEMBLY__
+#include <linux/stringify.h>
 extern unsigned long get_board_sys_clk(unsigned long dummy);
 #endif
 #define CONFIG_SYS_CLK_FREQ    get_board_sys_clk(0) /* sysclk for MPC85xx */
index 6e44a072db88a1c4747e48c94daf0166e7989a1a..de2bfd8f2f4a6ae05079b242212b18ff6c30b602 100644 (file)
@@ -27,6 +27,7 @@
 #define CONFIG_FSL_VIA
 
 #ifndef __ASSEMBLY__
+#include <linux/stringify.h>
 extern unsigned long get_clock_freq(void);
 #endif
 #define CONFIG_SYS_CLK_FREQ    get_clock_freq() /* sysclk for MPC85xx */
index 65da3d7009b47283409f8fb9247ce31e309a0bde..3243f39df4b56278ab0a30a69e0bdf1b8e8e286e 100644 (file)
@@ -10,6 +10,8 @@
 #ifndef __CONFIG_H
 #define __CONFIG_H
 
+#include <linux/stringify.h>
+
 #include "../board/freescale/common/ics307_clk.h"
 
 #ifndef CONFIG_RESET_VECTOR_ADDRESS
index f3d603c634849d44e4318c2b8c5f997d7c56695b..eb85141702985751f3679e105c8da571bbcc94e6 100644 (file)
@@ -10,6 +10,8 @@
 #ifndef __CONFIG_H
 #define __CONFIG_H
 
+#include <linux/stringify.h>
+
 /* High Level Configuration Options */
 #define CONFIG_LINUX_RESET_VEC 0x100   /* Reset vector used by Linux */
 
index e97d780cea097aa85e6a80ad0a5d3f3c77fb3173..edbeeefdd4a9eeac6e8cc250fefe83f93e65c74f 100644 (file)
@@ -15,6 +15,8 @@
 #ifndef __CONFIG_H
 #define __CONFIG_H
 
+#include <linux/stringify.h>
+
 /* High Level Configuration Options */
 #define CONFIG_LINUX_RESET_VEC 0x100   /* Reset vector used by Linux */
 #define CONFIG_ADDR_MAP                1       /* Use addr map */
index f578e0bd8752ae459af77e6e8a993b0b714856f4..8f709a6cac54a08cb6f6e78d8d48c5cece52b502 100644 (file)
@@ -11,6 +11,8 @@
 #ifndef __CONFIG_H
 #define __CONFIG_H
 
+#include <linux/stringify.h>
+
 #include <asm/config_mpc85xx.h>
 #define CONFIG_NAND_FSL_IFC
 
index e99d509a36b214e706455cde6f0e62cb5e5ad66c..2b761078bc783cf8fa9033e4b75a5a788c704a84 100644 (file)
@@ -8,6 +8,8 @@
 #ifndef __CONFIG_H
 #define __CONFIG_H
 
+#include <linux/stringify.h>
+
 #include "../board/freescale/common/ics307_clk.h"
 
 #ifdef CONFIG_SDCARD
index 2f3831e2599281a7bbe0d20dd618fce2bdfe6c00..6bf3cd595083aca161cd2c72758830dc235c9ad8 100644 (file)
@@ -9,6 +9,8 @@
 #ifndef __CONFIG_H
 #define __CONFIG_H
 
+#include <linux/stringify.h>
+
 #ifndef CONFIG_SYS_MONITOR_BASE
 #define CONFIG_SYS_MONITOR_BASE        CONFIG_SYS_TEXT_BASE    /* start of monitor */
 #endif
index 09427776e28157f8686342da257edaa075eb4de9..59404cbaf93d0ae69376b83332020b6b7420a45f 100644 (file)
@@ -56,6 +56,7 @@
 
 #ifndef __ASSEMBLY__
 unsigned long get_board_sys_clk(unsigned long dummy);
+#include <linux/stringify.h>
 #endif
 #define CONFIG_SYS_CLK_FREQ    get_board_sys_clk(0)
 
index 5f358c13eae695547dd662026df253e93886a60e..53ae961837a485beb8611206a092603767fd458f 100644 (file)
@@ -11,6 +11,8 @@
 #ifndef __T1024QDS_H
 #define __T1024QDS_H
 
+#include <linux/stringify.h>
+
 /* High Level Configuration Options */
 #define CONFIG_SYS_BOOK3E_HV           /* Category E.HV supported */
 #define CONFIG_ENABLE_36BIT_PHYS
index c96d6e5f35e07b1986090e648ba8418668901be3..f5d9657444de185886014465bed96694e40addfd 100644 (file)
@@ -11,6 +11,8 @@
 #ifndef __T1024RDB_H
 #define __T1024RDB_H
 
+#include <linux/stringify.h>
+
 /* High Level Configuration Options */
 #define CONFIG_SYS_BOOK3E_HV           /* Category E.HV supported */
 #define CONFIG_ENABLE_36BIT_PHYS
index ca6ae776fa41659fb7d1c1342324f8e390f06b08..7ad018b6d7156b3925c3e8457ac30abbc44d8b6f 100644 (file)
@@ -24,6 +24,8 @@
 #ifndef __CONFIG_H
 #define __CONFIG_H
 
+#include <linux/stringify.h>
+
 /*
  * T1040 QDS board configuration file
  */
index aa7bf7d1193c50734f0b0598371dc8319dacffe6..4237dfcd6c9f2cffa1138ee2f7ec0af26c93a40a 100644 (file)
@@ -7,6 +7,8 @@
 #ifndef __CONFIG_H
 #define __CONFIG_H
 
+#include <linux/stringify.h>
+
 /*
  * T104x RDB board configuration file
  */
index aed2e87a1a1186d9279320e917cea3baa88be8e5..c54f7f53e575eaae6c5c674247128494c7cece3d 100644 (file)
@@ -11,6 +11,8 @@
 #ifndef __T208xQDS_H
 #define __T208xQDS_H
 
+#include <linux/stringify.h>
+
 #define CONFIG_ICS307_REFCLK_HZ 25000000  /* ICS307 ref clk freq */
 #if defined(CONFIG_ARCH_T2080)
 #define CONFIG_FSL_SATA_V2
index 619b287258f7185a38dcad2db01b3da38106a424..70eafc3e288ea2b05aff7498b3b9ab7b6a63f350 100644 (file)
@@ -11,6 +11,8 @@
 #ifndef __T2080RDB_H
 #define __T2080RDB_H
 
+#include <linux/stringify.h>
+
 #define CONFIG_ICS307_REFCLK_HZ 25000000  /* ICS307 ref clk freq */
 #define CONFIG_FSL_SATA_V2
 
index 5f91a52bbe9bf5021d30e210e8be4d2064665815..d92af7202bc29bcaa5e910c605d3f1d29d7f7ddd 100644 (file)
@@ -9,6 +9,8 @@
 #ifndef __CONFIG_H
 #define __CONFIG_H
 
+#include <linux/stringify.h>
+
 #define CONFIG_FSL_SATA_V2
 #define CONFIG_PCIE4
 
index f051998b0fffb1a9d0d3d5e57eafa10f4e8d1b90..fcfd3b0b4b88126161084abd52eea81c48d389d3 100644 (file)
@@ -10,6 +10,8 @@
 #ifndef __CONFIG_H
 #define __CONFIG_H
 
+#include <linux/stringify.h>
+
 #define CONFIG_FSL_SATA_V2
 #define CONFIG_PCIE4
 
index 5086077afb5a67bc8e1b85a1d8a6f96fbd6f3dc6..cfc9567332e94d584a07ab4c8894aded759b4182 100644 (file)
@@ -13,6 +13,8 @@
 #ifndef __CONFIG_H
 #define __CONFIG_H
 
+#include <linux/stringify.h>
+
 /*** Arcturus FirmWare Environment */
 
 #define MAX_SERIAL_SIZE 15
index 034eb07eaa99c32cb98cec4b3701d5924c0597e9..6f03058a785e68defb4facaf776fbe5f95843189 100644 (file)
@@ -8,6 +8,8 @@
 #ifndef __CONFIG_H
 #define __CONFIG_H
 
+#include <linux/stringify.h>
+
 #include "mx6_common.h"
 
 #undef CONFIG_DISPLAY_BOARDINFO
index c26cf89f5ff7f526174ff77b4fbf12d4267bd82a..cecd485e20554ef8fa9680bc2a329739e0fb4d8c 100644 (file)
@@ -9,6 +9,8 @@
 #ifndef __CONFIG_H
 #define __CONFIG_H
 
+#include <linux/stringify.h>
+
 #define CONFIG_ENV_VERSION     10
 #define CONFIG_BOARD_NAME apf27
 
index 85bfacb7acc09c997071c1ff4248e62be692614e..51ecf4173b3cfa5e47c309aec792715ee276e698 100644 (file)
@@ -10,6 +10,8 @@
 #ifndef __CONFIG_H
 #define __CONFIG_H
 
+#include <linux/stringify.h>
+
 /*
  * SoC must be defined first, before hardware.h is included.
  * In this case SoC is defined in boards.cfg.
                 AT91_WDT_MR_WDD(0xfff))
 
 #endif
+#include <linux/stringify.h>
 #endif
 
 /* NAND flash */
index ba5eb7a4a8aa724627af87c78eb9b446c7347b1a..e58a9510de9e564560a3b983f397fa4e5c813c91 100644 (file)
@@ -15,6 +15,7 @@
 
 #ifndef __ASSEMBLY__
 
+#include <linux/stringify.h>
 #include <linux/types.h>
 
 struct bcmstb_boot_parameters {
index 3019b97d9299f78c55ac94c37661d1899d2b1bf8..68931c1358e3b9f50e926bb3c1ecb060b8215e45 100644 (file)
@@ -13,6 +13,7 @@
 
 #include <configs/bur_cfg_common.h>
 #include <configs/bur_am335x_common.h>
+#include <linux/stringify.h>
 /* ------------------------------------------------------------------------- */
 /* memory */
 #define CONFIG_SYS_MALLOC_LEN          (5 * 1024 * 1024)
index 4bff349a03287f6d5c7c558729e08f2546945038..5aa68d1d4695b7a311febc7d892f4752fe4d3299 100644 (file)
@@ -14,6 +14,7 @@
 
 #include <configs/bur_cfg_common.h>
 #include <configs/bur_am335x_common.h>
+#include <linux/stringify.h>
 /* ------------------------------------------------------------------------- */
 #define CONFIG_BOARD_TYPES
 
index 006663373bafcc6a400ebf91f4677ab289de13c4..9db011358eba178c050fb61572514fee71aef221 100644 (file)
@@ -13,6 +13,7 @@
 
 #include <configs/bur_cfg_common.h>
 #include <configs/bur_am335x_common.h>
+#include <linux/stringify.h>
 /* ------------------------------------------------------------------------- */
 #if !defined(CONFIG_AM335X_LCD)
 #define CONFIG_AM335X_LCD
index bd4456aa02e94f6c6ae3cc8091d31fa5ab356aaa..fccc9b18c0a8de7374aecb8d1d771fc765f68d9c 100644 (file)
@@ -12,6 +12,8 @@
 #ifndef __CONFIG_CGTQMX6EVAL_H
 #define __CONFIG_CGTQMX6EVAL_H
 
+#include <linux/stringify.h>
+
 #include "mx6_common.h"
 
 #define CONFIG_MACH_TYPE       4122
index 53ff830e8190225215a015b0395f0c6ffcf1dca0..459e0d9d5ed13ff6ca0f52a8440033073d07050c 100644 (file)
@@ -6,6 +6,8 @@
 #ifndef _CONFIG_CLEARFOG_H
 #define _CONFIG_CLEARFOG_H
 
+#include <linux/stringify.h>
+
 /*
  * High Level Configuration Options (easy to change)
  */
index 03bb1701f9d957c3822b6009562172f19d28224c..da9226e2fbedafaca45d94853a4a89c8d81f3cb7 100644 (file)
@@ -8,6 +8,7 @@
 
 #include <asm/arch/imx-regs.h>
 #include <linux/sizes.h>
+#include <linux/stringify.h>
 
 #define CONFIG_REMAKE_ELF
 
index 2d649e6e219f09599e33b55b84083e2992035e32..3d248ef4eff04705d64501e28543d677a693b8f1 100644 (file)
@@ -8,6 +8,8 @@
 #ifndef __CONFIG_H
 #define __CONFIG_H
 
+#include <linux/stringify.h>
+
 #include "mx6_common.h"
 
 #undef CONFIG_DISPLAY_BOARDINFO
index 5fbe77320189f19eb920df73da77e03141aaca8b..34d268e0610cbcc746f30938ba3113344ddebb7c 100644 (file)
@@ -26,6 +26,8 @@
 #ifndef __CONFIG_H
 #define __CONFIG_H
 
+#include <linux/stringify.h>
+
 #ifdef CONFIG_SDCARD
 #define CONFIG_RAMBOOT_SDCARD
 #endif
index 091f3c07d1d2c940ca95d20f736226fcbd42b574..a49f9056c588b85a4aa7efcbee4c87d1f057a132 100644 (file)
@@ -10,6 +10,8 @@
 #ifndef __CONFIG_H
 #define __CONFIG_H
 
+#include <linux/stringify.h>
+
 #include "../board/freescale/common/ics307_clk.h"
 
 #ifdef CONFIG_RAMBOOT_PBL
index 9ab92e699dc49fbc3af8a8f4f35a8bc6b99715bc..052e6018a3fd637ea5d1b1ed69ff7f46d80c8367 100644 (file)
@@ -6,6 +6,8 @@
 #ifndef __CONFIG_H
 #define __CONFIG_H
 
+#include <linux/stringify.h>
+
 #if !defined(CONFIG_ARCH_P5020) && !defined(CONFIG_ARCH_P5040)
 #error Must call Cyrus CONFIG with a specific CPU enabled.
 #endif
index 15d6884ca5d4df28a0753089dc48b9e23d2305c9..d933f79e34e3f2c36f4b1e9b1843f6df082403c3 100644 (file)
@@ -7,6 +7,7 @@
 #define __DART_6UL_H
 
 #include <linux/sizes.h>
+#include <linux/stringify.h>
 #include "mx6_common.h"
 
 /* SPL options */
index fe63bcaaa6204ba429fb30bf07454478adba33b0..f7b96e48258e0350e740366a72d1a45924c8432c 100644 (file)
@@ -8,6 +8,8 @@
 #ifndef __EL6Q_COMMON_CONFIG_H
 #define __EL6Q_COMMON_CONFIG_H
 
+#include <linux/stringify.h>
+
 #define CONFIG_BOARD_NAME              EL6Q
 
 #include "mx6_common.h"
index 5ae2b427cad285a7b1dbfa802ecb48494e8d45e4..bb34a9e83b004eecaaf8382ec4f313eb077c5104 100644 (file)
@@ -14,6 +14,7 @@
 
 #include <asm/arch/cpu.h>              /* get chip and board defs */
 #include <linux/sizes.h>
+#include <linux/stringify.h>
 
 #define CONFIG_SKIP_LOWLEVEL_INIT
 
index f0ca8e2f16174db5da38d0000da0a62866563916..671c3d291d3acf7d979c445f2f3921c698ca239b 100644 (file)
@@ -7,6 +7,7 @@
 #define _CONFIG_HELIOS4_H
 
 #include <linux/sizes.h>
+#include <linux/stringify.h>
 
 /*
  * High Level Configuration Options (easy to change)
index bf1feb8708cef8afe380548ad39d383460ff9f6d..76c4ee9777282225ba9b52a5305c71e422ff484b 100644 (file)
@@ -8,6 +8,8 @@
 #ifndef __CONFIG_H
 #define __CONFIG_H
 
+#include <linux/stringify.h>
+
 /*
  * High Level Configuration Options
  */
index 3274ff64377b13ec0c9973e22eef4a1872cc1fdc..bcd8aee7c323ce62a3e8fea274f39ec4a55c8cc7 100644 (file)
@@ -11,6 +11,8 @@
 #ifndef __CONFIG_H
 #define __CONFIG_H
 
+#include <linux/stringify.h>
+
 /*
  * High Level Configuration Options
  */
index 69b7f3378eba636bb8419ca0a393df83adf74bdf..72ae89c5f6e3ffe6c5b7fcbb3f0a08b63570eaf8 100644 (file)
@@ -10,6 +10,7 @@
 #define __IMX6_ENGICAM_CONFIG_H
 
 #include <linux/sizes.h>
+#include <linux/stringify.h>
 #include "mx6_common.h"
 
 /* Size of malloc() pool */
index 5982522ecaf857eb6ec4e31c7dcbecc4832039b2..901a1bed6dd1ceb5c639227b6c71827157165b1e 100644 (file)
@@ -7,6 +7,7 @@
 #define __IMX8MM_EVK_H
 
 #include <linux/sizes.h>
+#include <linux/stringify.h>
 #include <asm/arch/imx-regs.h>
 
 #ifdef CONFIG_SECURE_BOOT
index 395ddf5816b58158ac6dd58f5a6b3b889a961b37..a07440c73ba88cda96b5b4b464b38b90c0974f57 100644 (file)
@@ -7,6 +7,7 @@
 #define __IMX8MN_EVK_H
 
 #include <linux/sizes.h>
+#include <linux/stringify.h>
 #include <asm/arch/imx-regs.h>
 
 #ifdef CONFIG_SECURE_BOOT
index 80e57389614d0853c4d9dff53c7dc041f510086f..b346154fb3f7a3242886ad81ab67d7d611315472 100644 (file)
@@ -7,6 +7,7 @@
 #define __IMX8MP_EVK_H
 
 #include <linux/sizes.h>
+#include <linux/stringify.h>
 #include <asm/arch/imx-regs.h>
 
 #ifdef CONFIG_SECURE_BOOT
index 724d572c228f065c20e2b6cfd2c5e87f8650e67e..632c4eaf77dbb078574d433b4276ccdba72d889a 100644 (file)
@@ -7,6 +7,7 @@
 #define __IMX8M_EVK_H
 
 #include <linux/sizes.h>
+#include <linux/stringify.h>
 #include <asm/arch/imx-regs.h>
 
 #define CONFIG_SPL_MAX_SIZE            (124 * 1024)
index 22d80f1747b310aa3263557b8a2ba5c6597ac233..d7dd3e21a39bc73ca8abe5e9b30e785fd3fb2f14 100644 (file)
@@ -7,6 +7,7 @@
 #define __IMX8QM_MEK_H
 
 #include <linux/sizes.h>
+#include <linux/stringify.h>
 #include <asm/arch/imx-regs.h>
 
 #ifdef CONFIG_SPL_BUILD
index b59641e37fc2cfd7ed84903779da6cf9431f4fe9..eebb8dc0117a674b5cb1783b215aa6f4c1df67f5 100644 (file)
@@ -7,6 +7,7 @@
 #define __IMX8QM_ROM7720_H
 
 #include <linux/sizes.h>
+#include <linux/stringify.h>
 #include <asm/arch/imx-regs.h>
 #define CONFIG_REMAKE_ELF
 
 #define CONFIG_FEC_XCV_TYPE            RGMII
 #define FEC_QUIRK_ENET_MAC
 
+#include <linux/stringify.h>
 #endif /* __IMX8QM_ROM7720_H */
index 341e93e61e747610662c630a4c3fd81130c8100f..a2046e1bebaf957d496eedd8985a4b2eeba5f1c8 100644 (file)
@@ -7,6 +7,7 @@
 #define __IMX8QXP_MEK_H
 
 #include <linux/sizes.h>
+#include <linux/stringify.h>
 #include <asm/arch/imx-regs.h>
 
 #ifdef CONFIG_SPL_BUILD
index e690d8f39da45b571435b95ea0b8138e21ba1aab..e9e3981060ba6732a2ac1ca0031c80a8e251ae1f 100644 (file)
@@ -7,6 +7,8 @@
 #ifndef __CONFIG_KEYMILE_H
 #define __CONFIG_KEYMILE_H
 
+#include <linux/stringify.h>
+
 /*
  * Miscellaneous configurable options
  */
index dfb78c50f4b1102edbbe9905c636de6a7d7f69fe..451baf8b80230c503bd123db0d2e93d0d13ff91a 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Internal Definitions
  */
+#include <linux/stringify.h>
 #define BOOTFLASH_START        0xF0000000
 
 /*
index fa9d7b5dfa0e0d4465f7b86225fe45bc6f4f1502..4e833faa8729987d2f30ecaca8694336b4dcddec 100644 (file)
 
 #ifndef __ASSEMBLY__
 #include <asm/arch/gpio.h>
+#include <linux/stringify.h>
 extern void __set_direction(unsigned pin, int high);
 void set_sda(int state);
 void set_scl(int state);
index fa7d5896f58a7c68cef91a22db8c26ad7e8eba37..f9a125fcb06a18fa1f2e5a2b127e41d754c7fd96 100644 (file)
@@ -10,6 +10,7 @@
 
 #include <asm/arch/imx-regs.h>
 #include <linux/sizes.h>
+#include <linux/stringify.h>
 #include "mx6_common.h"
 
 /* SPL options */
index 97578cdb823cb8e99cda90e78a4b313435071230..d6b21f11c39a695c350618aaea48388e46986416 100644 (file)
@@ -8,6 +8,8 @@
 #ifndef __CONFIG_H
 #define __CONFIG_H
 
+#include <linux/stringify.h>
+
 /*
  * High Level Configuration Options
  */
index e3a00ed1cf4e9e61f7995a6af23719134a46933e..d61c90a431561585eef69bfce0d7e1328614ec4e 100644 (file)
@@ -16,6 +16,8 @@
 #ifndef _MV_COMMON_H
 #define _MV_COMMON_H
 
+#include <linux/stringify.h>
+
 /*
  * High Level Configuration Options (easy to change)
  */
index 07b1e06f4f4d77c3c758c25a70c59661ce441719..0715509ec8803da3f6fd54005f6f1da322148e5f 100644 (file)
@@ -6,6 +6,8 @@
 #ifndef __MX6_COMMON_H
 #define __MX6_COMMON_H
 
+#include <linux/stringify.h>
+
 #if (defined(CONFIG_MX6UL) || defined(CONFIG_MX6ULL))
 #define CONFIG_SC_TIMER_CLK 8000000 /* 8Mhz */
 #define COUNTER_FREQUENCY CONFIG_SC_TIMER_CLK
index e10e7688e9f7dba18037161ceada6c1c6288f530..2ccf44e57392a7025112fc6da42cf25cffabf5c2 100644 (file)
@@ -7,6 +7,8 @@
 #ifndef __MX6CUBOXI_CONFIG_H
 #define __MX6CUBOXI_CONFIG_H
 
+#include <linux/stringify.h>
+
 #include "mx6_common.h"
 
 #include "imx6_spl.h"
index cb0253c306caf0fef27b789339a46911d6b81fc6..6cea26a58ded49062382bf527ebae8cc40ee11e1 100644 (file)
@@ -8,6 +8,8 @@
 #ifndef __MX6QSABRE_COMMON_CONFIG_H
 #define __MX6QSABRE_COMMON_CONFIG_H
 
+#include <linux/stringify.h>
+
 #include "mx6_common.h"
 
 #define CONFIG_IMX_THERMAL
index 03c0c88e505dd9173dfd186b4b94a2da584113b7..61c637d26cf8002ed949fabc9b382f7373145089 100644 (file)
 #define CONFIG_MXC_USB_PORTSC          (PORT_PTS_UTMI | PORT_PTS_PTW)
 #endif
 
+#include <linux/stringify.h>
 #endif                         /* __CONFIG_H */
index 8633756dd0e3acff9a375c7d3f54b0bb6fa46bf7..3eea9de986d2a79c82e8b85b5c16f220294f899c 100644 (file)
@@ -8,6 +8,8 @@
 #ifndef __CONFIG_H
 #define __CONFIG_H
 
+#include <linux/stringify.h>
+
 #include "mx6_common.h"
 
 #ifdef CONFIG_SPL
index 7927779cc84f53aafad430440c4c8553b389df8d..8466abf3d5192f0a4a12aecdf238716404d79f0d 100644 (file)
@@ -9,6 +9,7 @@
 
 #include <asm/arch/imx-regs.h>
 #include <linux/sizes.h>
+#include <linux/stringify.h>
 #include "mx6_common.h"
 #include <asm/mach-imx/gpio.h>
 
index 7e3a5c7cf3bb81da52fd10ce8e1e6d8033e0a842..9cedb96a6b4f31a18fa6f82584e2e85356267345 100644 (file)
@@ -10,6 +10,7 @@
 
 #include <asm/arch/imx-regs.h>
 #include <linux/sizes.h>
+#include <linux/stringify.h>
 #include "mx6_common.h"
 #include <asm/mach-imx/gpio.h>
 
index b6ded774cc401ea947a368a2f390d16eba441934..cc07e858d57eff316becb34cff23a737dc7b2d00 100644 (file)
@@ -9,6 +9,7 @@
 #define __MX7_COMMON_H
 
 #include <linux/sizes.h>
+#include <linux/stringify.h>
 #include <asm/arch/imx-regs.h>
 #include <asm/mach-imx/gpio.h>
 
index a5ca5f9c4b256499bd70843e3939023f059f0da8..f3081f4f33f88df5f454ab06c70dc94cea036bec 100644 (file)
        DISTRO_BOOT_DEV_DHCP(func)
 
 #include <config_distro_bootcmd.h>
+#include <linux/stringify.h>
 
 #define CONFIG_EXTRA_ENV_SETTINGS \
        "console=ttymxc1\0" \
index af278ded9a44be95e382b7e4bcb546d4cb30d47f..219e5d216bbcd196b7576e69479e399838424688 100644 (file)
@@ -10,6 +10,8 @@
 #ifndef __CONFIG_H
 #define __CONFIG_H
 
+#include <linux/stringify.h>
+
 #if defined(CONFIG_TARGET_P1020MBG)
 #define CONFIG_BOARDNAME "P1020MBG-PC"
 #define CONFIG_VSC7385_ENET
index e99b41cc8849c6cfeb39998dece3b4f7c295cdde..d731f9c8fa70a899241354760f717d9c0559c99f 100644 (file)
@@ -9,6 +9,8 @@
 #ifndef __CONFIG_H
 #define __CONFIG_H
 
+#include <linux/stringify.h>
+
 #if defined(CONFIG_TWR_P1025)
 #define CONFIG_BOARDNAME "TWR-P1025"
 #define CONFIG_SYS_LBC_LBCR    0x00080000      /* Conversion of LBC addr */
index 6aa77f1f5e9f0ad1ae6de3f9244a0f7c7af42d58..4ae955d9cac639ec8cd1c09aaaffa4c23cd894a8 100644 (file)
@@ -10,6 +10,7 @@
 #define __PCL063_ULL_H
 
 #include <linux/sizes.h>
+#include <linux/stringify.h>
 #include "mx6_common.h"
 
 /* SPL options */
index 0bfaaf784a6c5ab944afbf3f13ba199588366158..ba7aad8b05fda89dc367f6d96a145293da16139e 100644 (file)
@@ -10,6 +10,7 @@
 
 #include <asm/arch/imx-regs.h>
 #include <linux/sizes.h>
+#include <linux/stringify.h>
 
 #define CONFIG_SKIP_LOWLEVEL_INIT
 
index b0e2f6ce33a9090b22d3aed6a862faf3465d1c67..8bfada75f7381e04bb54e87f2fca9abb37213bef 100644 (file)
        func(DHCP, dhcp, na)
 
 #include <config_distro_bootcmd.h>
+#include <linux/stringify.h>
 
 #define CONFIG_SYS_LOAD_ADDR           CONFIG_LOADADDR
 #define CONFIG_SYS_HZ                  1000
index 9a987f41500befaa447cd28ccdbccd9289cc8b9b..3ca3ec61126d651dadd86454a341ea2faad1294d 100644 (file)
        func(DHCP, dhcp, na)
 
 #include <config_distro_bootcmd.h>
+#include <linux/stringify.h>
 
 #define CONFIG_SYS_LOAD_ADDR           CONFIG_LOADADDR
 #define CONFIG_SYS_HZ                  1000
index 5b1504d2dfe86145a36b12f67bb067b8f1786733..ba0e506fa096fcdec060d8e7d555e5da3d62da3c 100644 (file)
        "run distro_bootcmd"
 
 #include <config_distro_bootcmd.h>
+#include <linux/stringify.h>
 
 /* Miscellaneous configurable options */
 #define CONFIG_SYS_PROMPT              "=> "
index f5462549a52654ec2505c8b08b238b3c0f5f294c..55c4bff28ae47acb3069c18dcdabd6f2ebe99550 100644 (file)
@@ -12,6 +12,8 @@
 #ifndef __CONFIG_H
 #define __CONFIG_H
 
+#include <linux/stringify.h>
+
 /*
  * Top level Makefile configuration choices
  */
index b059100ccd420b7ace0ba3f3661ac219cf996b99..ad4c3c0786c11c89ff961b6c152a0f138afaf620 100644 (file)
@@ -7,6 +7,7 @@
 #define __CONFIG_SOCFPGA_SECU1_H__
 
 #include <asm/arch/base_addr_ac5.h>
+#include <linux/stringify.h>
 
 /* Call misc_init_r */
 #define CONFIG_MISC_INIT_R
index 0579a00d40a3b854836c0a426f7dbc63a660b14c..07c9745eba92b1e20fb490cf5b0852c478e53a81 100644 (file)
@@ -5,6 +5,8 @@
 #ifndef __CONFIG_SOCFPGA_COMMON_H__
 #define __CONFIG_SOCFPGA_COMMON_H__
 
+#include <linux/stringify.h>
+
 /*
  * High level configuration
  */
index 61f7b254b59a957dfc3c910678b690d43ac0e679..7237ec95e345e782752cb50b53fb6635b981091c 100644 (file)
@@ -9,6 +9,7 @@
 
 #include <asm/arch/base_addr_s10.h>
 #include <asm/arch/handoff_s10.h>
+#include <linux/stringify.h>
 
 /*
  * U-Boot general configurations
index d5f710be592f0f05289e8a1152aec86b99c0248d..4ad3401c04def2ba27b0a7a661d22fbe53a5eed9 100644 (file)
@@ -8,6 +8,8 @@
 #ifndef __CONFIG_H
 #define __CONFIG_H
 
+#include <linux/stringify.h>
+
 /*
  * High Level Configuration Options
  */
index 895cd0324e17b24f7b428c646f727cfb58310de7..13ab1cc4bf516c8eeae5ca5fdc30d3148256b44d 100644 (file)
@@ -9,6 +9,8 @@
 #define __CONFIG_H
 
 #include <linux/kconfig.h>
+#include <linux/stringify.h>
+
 /* SPL */
 /* #if defined(CONFIG_SPL_BUILD) */
 /* common IMX6 SPL configuration */
index 163cbbb54edd4abebdd04b3ddd4bf2367c6b67c0..54f472d59507e2e450ac70f5b12743dd3e2888c6 100644 (file)
@@ -70,6 +70,7 @@
        func(DHCP, dhcp, na)
 
 #include <config_distro_bootcmd.h>
+#include <linux/stringify.h>
 
 /* Physical Memory Map */
 #define PHYS_SDRAM                     MMDC0_ARB_BASE_ADDR
index bdacd81885351a4c799036dfe652f18475fcd898..81b171ea1688f624dfc5fd70c5a2c9669aa1948f 100644 (file)
@@ -12,6 +12,8 @@
 #ifndef __CONFIG_H
 #define __CONFIG_H
 
+#include <linux/stringify.h>
+
 /*
  * High Level Configuration Options
  */
index 739219e8f8ba0a78e9d87634ae141733cf44a0fc..0ef2de33cc8ad2da139031bf983a84bd2277134a 100644 (file)
@@ -9,6 +9,7 @@
 #define __CONFIG_H
 
 #include <asm/arch/imx-regs.h>
+#include <linux/stringify.h>
 
 #define CONFIG_SYS_FSL_CLK
 
index 9d2bd7b278283a70cf7e31dde86648fa53245995..2b0576e1e6e56cf4d42cb505823a77136fc6e8e3 100644 (file)
        func(DHCP, dhcp, na)
 
 #include <config_distro_bootcmd.h>
+#include <linux/stringify.h>
 
 /* Physical Memory Map */
 #define PHYS_SDRAM                     MMDC0_ARB_BASE_ADDR
index fea07056b06192d95bfd1d3fd915248d7dc1a1a8..aecf2737f8aa27f0592649e7d4057d6b4fa2f546 100644 (file)
@@ -7,6 +7,7 @@
 #define __CONFIG_H__
 
 #include <asm/hardware.h>
+#include <linux/stringify.h>
 
 /* ARM asynchronous clock */
 #define CONFIG_SYS_AT91_SLOW_CLOCK  32768
index 6c9991fa039857af2ab7e3550e94624ad9d66f49..d3bb92964e04b300076413e0cd768b1df81baaf0 100644 (file)
@@ -51,6 +51,7 @@
 #define CONFIG_SYS_SCRATCH_VA  0xe0000000
 
 #ifndef __ASSEMBLY__
+#include <linux/stringify.h>
 extern unsigned long get_board_sys_clk(unsigned long dummy);
 #endif
 
index 6d847cb79398a5d01d8dbeb39ce0f41b950d8feb..7262c86908a23c27d875d37016fb165ffa8bf15a 100644 (file)
@@ -47,6 +47,7 @@
 #define CONFIG_VERY_BIG_RAM
 
 #ifndef __ASSEMBLY__
+#include <linux/stringify.h>
 extern unsigned long get_board_sys_clk(unsigned long dummy);
 extern unsigned long get_board_ddr_clk(unsigned long dummy);
 #endif
index 106269bae08b3edf970075c85a513c7e48ac681c..b9c9ac4ba8dfffe5c57aa59aeed198480e558bdc 100644 (file)
@@ -46,6 +46,7 @@
 #define CONFIG_VERY_BIG_RAM
 
 #ifndef __ASSEMBLY__
+#include <linux/stringify.h>
 extern unsigned long get_board_sys_clk(unsigned long dummy);
 extern unsigned long get_board_ddr_clk(unsigned long dummy);
 #endif
index 56a8bae39a0a642967af3575a8a437d76549a424..a657927e06f5d4c275a8a7739dbaf5e534c170e8 100644 (file)
@@ -8,6 +8,7 @@
  */
 
 #include <env_callback.h>
+#include <linux/stringify.h>
 
 #ifdef DEFAULT_ENV_INSTANCE_EMBEDDED
 env_t embedded_environment __UBOOT_ENV_SECTION__(environment) = {
index 11a57af0a4bd17abac9eec18621bbb905018d235..a9d8f28d4679a731c6e4f61bec1056c659264ee3 100644 (file)
@@ -9,6 +9,8 @@
 #ifndef __TI_BOOT_H
 #define __TI_BOOT_H
 
+#include <linux/stringify.h>
+
 #ifndef CONSOLEDEV
 #define CONSOLEDEV "ttyS2"
 #endif