diff options
author | Tom Rini <trini@konsulko.com> | 2020-06-16 19:06:12 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-06-26 10:29:05 -0400 |
commit | 44a666a84823e7f4deaed63b40a5816ee0aca165 (patch) | |
tree | 049e2ced4dfacc3063207ce6909e823779607501 /include/configs/socfpga_arria5_secu1.h | |
parent | eabbf801c643baaf4e6bcb0590bdfec9ec0e2134 (diff) |
Convert CONFIG_BOOTARGS to Kconfig
This converts the following to Kconfig:
CONFIG_BOOTARGS
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/socfpga_arria5_secu1.h')
-rw-r--r-- | include/configs/socfpga_arria5_secu1.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/socfpga_arria5_secu1.h b/include/configs/socfpga_arria5_secu1.h index ad4c3c0786..77914438bf 100644 --- a/include/configs/socfpga_arria5_secu1.h +++ b/include/configs/socfpga_arria5_secu1.h @@ -30,10 +30,6 @@ /* 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 '" \ |