Merge branch 'net' of https://gitlab.denx.de/u-boot/custodians/u-boot-sh
[platform/kernel/u-boot.git] / include / configs / socfpga_arria5_secu1.h
index b059100..eb17470 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
 #define CONFIG_SYS_I2C_RTC_ADDR         0x68
 
 /* Booting Linux */
-#define CONFIG_BOOTDELAY       2
 #define CONFIG_BOOTFILE                "zImage"
-#define CONFIG_BOOTARGS                \
-       "console=ttyS0," __stringify(CONFIG_BAUDRATE) \
-       " ubi.fm_autoconvert=1" \
-       " uio_pdrv_genirq.of_id=\"idq,regbank\""
 
 #define CONFIG_BOOTCOMMAND     \
        "setenv bootcmd '"      \