]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
Convert CONFIG_SYS_BARGSIZE to Kconfig
authorTom Rini <trini@konsulko.com>
Thu, 12 May 2022 14:02:06 +0000 (10:02 -0400)
committerTom Rini <trini@konsulko.com>
Mon, 6 Jun 2022 16:09:00 +0000 (12:09 -0400)
This converts the following to Kconfig:
   CONFIG_SYS_BARGSIZE

Signed-off-by: Tom Rini <trini@konsulko.com>
87 files changed:
Kconfig
README
boot/image-board.c
configs/eb_cpu5282_defconfig
configs/eb_cpu5282_internal_defconfig
configs/gazerbeam_defconfig
configs/ids8313_defconfig
configs/stmark2_defconfig
include/configs/am3517_evm.h
include/configs/apalis-imx8.h
include/configs/apalis-tk1.h
include/configs/apalis_t30.h
include/configs/ax25-ae350.h
include/configs/bcm_ns3.h
include/configs/capricorn-common.h
include/configs/ci20.h
include/configs/colibri-imx8x.h
include/configs/colibri_t20.h
include/configs/colibri_t30.h
include/configs/colibri_vf.h
include/configs/da850evm.h
include/configs/devkit3250.h
include/configs/devkit8000.h
include/configs/display5.h
include/configs/eb_cpu5282.h
include/configs/edison.h
include/configs/exynos-common.h
include/configs/exynos7420-common.h
include/configs/exynos78x0-common.h
include/configs/gazerbeam.h
include/configs/highbank.h
include/configs/ids8313.h
include/configs/imx27lite-common.h
include/configs/imx8mm-cl-iot-gate.h
include/configs/imx8mm_beacon.h
include/configs/imx8mm_data_modul_edm_sbc.h
include/configs/imx8mm_evk.h
include/configs/imx8mm_icore_mx8mm.h
include/configs/imx8mm_venice.h
include/configs/imx8mn_beacon.h
include/configs/imx8mn_bsh_smm_s2_common.h
include/configs/imx8mn_evk.h
include/configs/imx8mn_var_som.h
include/configs/imx8mn_venice.h
include/configs/imx8mp_dhcom_pdk2.h
include/configs/imx8mp_evk.h
include/configs/imx8mp_rsb3720.h
include/configs/imx8mp_venice.h
include/configs/imx8mq_cm.h
include/configs/imx8mq_evk.h
include/configs/imx8mq_phanbell.h
include/configs/imx8qxp_mek.h
include/configs/imx8ulp_evk.h
include/configs/km/keymile-common.h
include/configs/legoev3.h
include/configs/ls1021atsn.h
include/configs/ls1028a_common.h
include/configs/ls1088a_common.h
include/configs/lx2160a_common.h
include/configs/m53menlo.h
include/configs/mx53ppd.h
include/configs/mxs.h
include/configs/octeontx2_common.h
include/configs/octeontx_common.h
include/configs/omapl138_lcdk.h
include/configs/owl-common.h
include/configs/phycore_imx8mm.h
include/configs/phycore_imx8mp.h
include/configs/pico-imx8mq.h
include/configs/presidio_asic.h
include/configs/rcar-gen3-common.h
include/configs/s5p4418_nanopi2.h
include/configs/siemens-am33x-common.h
include/configs/socfpga_common.h
include/configs/socfpga_soc64_common.h
include/configs/stmark2.h
include/configs/tegra-common.h
include/configs/ti_armv7_common.h
include/configs/tplink_wdr4300.h
include/configs/uniphier.h
include/configs/verdin-imx8mm.h
include/configs/verdin-imx8mp.h
include/configs/work_92105.h
include/configs/xenguest_arm64.h
include/configs/xilinx_versal.h
include/configs/xilinx_zynqmp.h
include/configs/xtfpga.h

diff --git a/Kconfig b/Kconfig
index f7e3c332f0785d261be5afc2d35ef7dd762adc61..f0179689186774cf98f5089401b8311ff0e3e3a2 100644 (file)
--- a/Kconfig
+++ b/Kconfig
@@ -228,6 +228,14 @@ config SYS_BOOT_GET_CMDLINE
          Enables allocating and saving kernel cmdline in space between
          "bootm_low" and "bootm_low" + BOOTMAPSZ.
 
+config SYS_BARGSIZE
+       int "Size of kernel command line buffer in bytes"
+       depends on SYS_BOOT_GET_CMDLINE
+       default 512
+       help
+         Buffer size for Boot Arguments which are passed to the application
+         (usually a Linux kernel) when it is booted
+
 config SYS_BOOT_GET_KBD
        bool "Enable kernel board information setup"
        help
diff --git a/README b/README
index e738fa9273f63ac0429758865c9c4f4d9267e856..e686839637f7ff0a50deff910b16b3d3f1fbe729 100644 (file)
--- a/README
+++ b/README
@@ -1853,10 +1853,6 @@ Configuration Settings:
 - CONFIG_SYS_PROMPT:   This is what U-Boot prints on the console to
                prompt for user input.
 
-- CONFIG_SYS_BARGSIZE: Buffer size for Boot Arguments which are passed to
-               the application (usually a Linux kernel) when it is
-               booted
-
 - CONFIG_SYS_BAUDRATE_TABLE:
                List of legal baudrate settings for this board.
 
index 0d2e0fc9692e8f09b0f2a720a65c0878a1926b2a..cfc1c658e3a612d3de26a1df1cb51a962c988d16 100644 (file)
 #include <asm/cache.h>
 #include <asm/global_data.h>
 
-#ifndef CONFIG_SYS_BARGSIZE
-#define CONFIG_SYS_BARGSIZE 512
-#endif
-
 DECLARE_GLOBAL_DATA_PTR;
 
 #if CONFIG_IS_ENABLED(LEGACY_IMAGE_FORMAT)
@@ -827,6 +823,7 @@ int boot_get_loadable(int argc, char *const argv[], bootm_headers_t *images,
        return 0;
 }
 
+#ifdef CONFIG_SYS_BOOT_GET_CMDLINE
 /**
  * boot_get_cmdline - allocate and initialize kernel cmdline
  * @lmb: pointer to lmb handle, will be used for memory mgmt
@@ -900,6 +897,7 @@ int boot_get_kbd(struct lmb *lmb, struct bd_info **kbd)
 
        return 0;
 }
+#endif
 
 int image_setup_linux(bootm_headers_t *images)
 {
index f8c0198d25e108032a09cfbca486fe1b90d27cbf..5a33e2f0ae2d50e6f2786794223af1e3fa316899 100644 (file)
@@ -7,6 +7,7 @@ CONFIG_SYS_LOAD_ADDR=0x20000
 CONFIG_ENV_ADDR=0xFF040000
 CONFIG_TARGET_EB_CPU5282=y
 CONFIG_MCFTMR=y
+CONFIG_SYS_BARGSIZE=1024
 CONFIG_SYS_MONITOR_BASE=0xFF000400
 CONFIG_BOOTDELAY=5
 CONFIG_BOOT_RETRY=y
index 93b860d83705969b4402f82a9bbf204942d71ffc..d23b7170cdd1de38b22b6bb61e8d088381001f5f 100644 (file)
@@ -7,6 +7,7 @@ CONFIG_SYS_LOAD_ADDR=0x20000
 CONFIG_ENV_ADDR=0xFF040000
 CONFIG_TARGET_EB_CPU5282=y
 CONFIG_MCFTMR=y
+CONFIG_SYS_BARGSIZE=1024
 CONFIG_SYS_MONITOR_BASE=0xF0000418
 CONFIG_BOOTDELAY=5
 CONFIG_BOOT_RETRY=y
index 2f3b29e9918a0552eba4ac0268adf30f276a7cd5..c48541a9ec5c3da177278ebab254b8571d9749d6 100644 (file)
@@ -112,6 +112,7 @@ CONFIG_SYS_FPGA_FLAVOR_GAZERBEAM=y
 CONFIG_CMD_IOLOOP=y
 CONFIG_SYS_MEMTEST_START=0x00001000
 CONFIG_SYS_MEMTEST_END=0x07e00000
+CONFIG_SYS_BARGSIZE=1024
 CONFIG_FIT=y
 CONFIG_FIT_SIGNATURE=y
 CONFIG_FIT_VERBOSE=y
index c885de7663d0071dbaa43613addfb1b61d87b477..b8070e7351a6164ab7a74037118a6adeb52e7e22 100644 (file)
@@ -119,6 +119,7 @@ CONFIG_ACR_PIPE_DEP_4=y
 CONFIG_ACR_RPTCNT_4=y
 CONFIG_LCRR_EADC_1=y
 CONFIG_LCRR_CLKDIV_2=y
+CONFIG_SYS_BARGSIZE=1024
 CONFIG_FIT=y
 CONFIG_FIT_SIGNATURE=y
 CONFIG_LEGACY_IMAGE_FORMAT=y
index 64ac6614e9e97c919a1ed23a246d6bafc721e9a3..e56ca93d4b8ee888c8076a84dba11d0278cb4ef5 100644 (file)
@@ -8,6 +8,7 @@ CONFIG_DEFAULT_DEVICE_TREE="stmark2"
 CONFIG_SYS_LOAD_ADDR=0x40010000
 CONFIG_TARGET_STMARK2=y
 CONFIG_MCFTMR=y
+CONFIG_SYS_BARGSIZE=256
 CONFIG_TIMESTAMP=y
 CONFIG_SYS_MONITOR_BASE=0x47E00400
 CONFIG_USE_BOOTARGS=y
index 8b96f8168336e3668e758b24046ed4347ffe6581..db3298781d1c1fb10f41b98d6061f5b0507fc8b7 100644 (file)
@@ -86,9 +86,6 @@
 
 /* Miscellaneous configurable options */
 
-/* Boot Argument Buffer Size */
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
-
 /* memtest works on */
 
 /* Physical Memory Map */
index 837c344b7a303d008601825910837b5f7d3043a7..3a0d19613be2382163c0c402542713fa03ee5a9a 100644 (file)
@@ -73,6 +73,4 @@
 #define PHYS_SDRAM_1_SIZE              SZ_2G           /* 2 GB */
 #define PHYS_SDRAM_2_SIZE              SZ_2G           /* 2 GB */
 
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
-
 #endif /* __APALIS_IMX8_H */
index ee9e9b2103f90feb0662c956acda8cdaf671df45..19e6a1e04eeb69b4195ecadcf441d4d91f77c10d 100644 (file)
                "source ${loadaddr}\0" \
        "vidargs=fbcon=map:1\0"
 
-/* Increase arguments buffer size */
-#undef CONFIG_SYS_BARGSIZE
-#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
-
 #include "tegra-common-post.h"
 
 #endif /* __CONFIG_H */
index 46ccea9c3e2275c9fa70c86a50fda68d6c8afbc9..104c4135e284ef02327c6d953d40026d086d0b91 100644 (file)
 /* PCI networking support */
 #define CONFIG_E1000_NO_NVM
 
-/* Increase arguments buffer size */
-#undef CONFIG_SYS_BARGSIZE
-#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
-
 #define UBOOT_UPDATE \
        "uboot_hwpart=1\0" \
        "uboot_blk=0\0" \
index 16545ca94131a99a25fbe71d61fcc39cce1d66d8..633be8f614140e25e36a08ca2c3a4535b6245fce 100644 (file)
  * Miscellaneous configurable options
  */
 
-/*
- * Boot Argument Buffer Size
- */
-#define CONFIG_SYS_BARGSIZE    CONFIG_SYS_CBSIZE
-
 /* DT blob (fdt) address */
 #define CONFIG_SYS_FDT_BASE            0x800f0000
 
index 85d8e31ef08f345df44d7123351ce86639dabbc2..87c9f5e2dde7e3f104c9c345ff09ca9f23768f5e 100644 (file)
@@ -29,8 +29,6 @@
 /* console configuration */
 #define CONFIG_SYS_NS16550_CLK         25000000
 
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
-
 /*
  * Increase max uncompressed/gunzip size, keeping size same as EMMC linux
  * partition.
index 5731a9e1110523e897304a78cc08d04fd383313a..63d02c5b44fbd8ede566b1094f7cc4eda5ef77d1 100644 (file)
 #define PHYS_SDRAM_1_SIZE              0x40000000      /* 1 GB */
 #define PHYS_SDRAM_2_SIZE              0x00000000      /* 0 GB */
 
-/* Console buffer and boot args */
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
-
 #define BOOTAUX_RESERVED_MEM_BASE      0x88000000
 #define BOOTAUX_RESERVED_MEM_SIZE      SZ_128M /* Reserve from second 128MB */
 
index 016e1079309a05b63f19802749cfb9431f07cbde..4af11496cb15a07a7cb2713edf9488b910718b79 100644 (file)
@@ -28,9 +28,6 @@
 #define DM9000_IO                      CONFIG_DM9000_BASE
 #define DM9000_DATA                    (CONFIG_DM9000_BASE + 2)
 
-#define CONFIG_SYS_BARGSIZE    CONFIG_SYS_CBSIZE
-                                               /* Boot argument buffer size */
-
 /* Miscellaneous configuration options */
 #define CONFIG_SYS_BOOTM_LEN           (64 << 20)
 
index c94c704dc7849d1bf1db182a30754cb14eadde57..852e81658743d566e988b7b64daa09e78ef885ef 100644 (file)
 #define PHYS_SDRAM_1_SIZE              SZ_2G           /* 2 GB */
 #define PHYS_SDRAM_2_SIZE              0x00000000      /* 0 GB */
 
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
-
 /* Generic Timer Definitions */
 
 #define BOOTAUX_RESERVED_MEM_BASE 0x88000000
index 315e95998fb460d6a0d88eb0d343661c97346824..1e6561dc281bd29429b27e4b102e1ad1800546a5 100644 (file)
        "mtdparts=" CONFIG_MTDPARTS_DEFAULT "\0" \
        UBOOT_UPDATE
 
-/* Increase arguments buffer size */
-#undef CONFIG_SYS_BARGSIZE
-#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
-
 #include "tegra-common-post.h"
 
 #endif /* __CONFIG_H */
index 36e01dd9d89261ec0555c419fd562c84fedf8a84..c9d384e2bdbebf68a9d186bfc9be5757ea0ee248 100644 (file)
 #define CONFIG_TEGRA_ENABLE_UARTA
 #define CONFIG_SYS_NS16550_COM1                NV_PA_APB_UARTA_BASE
 
-/* Increase arguments buffer size */
-#undef CONFIG_SYS_BARGSIZE
-#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
-
 #define UBOOT_UPDATE \
        "uboot_hwpart=1\0" \
        "uboot_blk=0\0" \
index d739e461e79ca5efd9bf34aa3ca34d7198ed23e7..7c313f94fe9b3a8a8c0cd9be41b0f74370fc685f 100644 (file)
@@ -82,7 +82,6 @@
        "video-mode=dcufb:640x480-16@60,monitor=lcd\0"
 
 /* Miscellaneous configurable options */
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
 
 /* Physical memory map */
 #define PHYS_SDRAM                     (0x80000000)
index 842158ae6d6f2d94fa9a4e77b898b8e0e5f81542..12f5bbf5127877e7728e96b4ba1041ac99ea1f6e 100644 (file)
 /*
  * U-Boot general configuration
  */
-#define CONFIG_SYS_BARGSIZE    CONFIG_SYS_CBSIZE /* Boot Args Buffer Size */
 
 /*
  * Linux Information
index 5e8310c1933eed783220a025aa8be8a52c9639cc..93a704cc31d6d34c25cbd69b63d9d336dddbe549 100644 (file)
@@ -64,7 +64,6 @@
 /*
  * U-Boot General Configurations
  */
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
 
 /*
  * Pass open firmware flat tree
index 5dbd126a2a0f0af152508e491d015f8d4745eb58..efb20eacd1e709936fcf0dc97014cf12904e8321 100644 (file)
                        "fi; " \
                "else run nandboot; fi\0"
 
-/* Boot Argument Buffer Size */
-
 /* Defines for SPL */
 
 /* NAND boot config */
index 3737503c0c5152c3ece5a55df3c5ed0e115d485f..93dcec5612bd0cd5cdca5f01937da600e3cee817 100644 (file)
 
 /* Miscellaneous configurable options */
 
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
-
 #define CONFIG_STANDALONE_LOAD_ADDR    0x10001000
 
 /* Physical Memory Map */
index 5ad769cce9942e280865146763923d4aa3f0b86a..9374928a9e4b1ca1cf0dd984c6aaadf5af01781e 100644 (file)
@@ -29,8 +29,6 @@
  * Environment is in the second sector of the first 256k of flash      *
  *----------------------------------------------------------------------*/
 
-#define CONFIG_SYS_BARGSIZE    CONFIG_SYS_CBSIZE
-
 /*#define CONFIG_SYS_DRAM_TEST         1 */
 #undef CONFIG_SYS_DRAM_TEST
 
index a6ec6389b0732113d3159cd24468909ee4879d2e..34536ecf85057ac5ff196b79a4bc346af3082fc0 100644 (file)
@@ -10,8 +10,6 @@
 
 /* Miscellaneous configurable options */
 
-#define CONFIG_SYS_BARGSIZE    CONFIG_SYS_CBSIZE
-
 #define CONFIG_SYS_STACK_SIZE                  (32 * 1024)
 
 #define CONFIG_SYS_MONITOR_LEN                 (256 * 1024)
index 7411552b9baef552c0d174ea73a4e0438caa865c..cbcef261f432a245f5f6b988bdad0f1c411245b9 100644 (file)
@@ -27,7 +27,4 @@
 
 /* Miscellaneous configurable options */
 
-/* Boot Argument Buffer Size */
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
-
 #endif /* __CONFIG_H */
index f9db9a269f0f3c3f908b7f65bc0de227e04d064b..e8aed567102ed3c0bb7082e6acac1df7261936b7 100644 (file)
@@ -17,9 +17,6 @@
 
 /* Miscellaneous configurable options */
 
-/* Boot Argument Buffer Size */
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
-
 /* select serial console configuration */
 
 /* IRAM Layout */
index b443370067a4da9e7b30c4891da67740eb85b1bb..3c2a293e5347d97378b8b1caef2ec6e81b98c0f1 100644 (file)
@@ -20,9 +20,6 @@
 
 /* Miscellaneous configurable options */
 
-/* Boot Argument Buffer Size */
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
-
 #define CPU_RELEASE_ADDR               secondary_boot_addr
 
 #define CONFIG_SYS_BAUDRATE_TABLE \
index b1589185775420af363d307c1f3b8fe95619f2a3..040fd00bb3501e0a8fd914f9890f7512642e1a40 100644 (file)
@@ -58,8 +58,6 @@
  * Miscellaneous configurable options
  */
 
-#define CONFIG_SYS_BARGSIZE    CONFIG_SYS_CBSIZE
-
 /*
  * For booting Linux, the board info and command line data
  * have to be in the first 256 MB of memory, since this is
index 98b17af489f6d344a07e0ce1907e2232d2260257..200cba3e705d2f7729cc3b41d4db6c997be61e39 100644 (file)
@@ -19,7 +19,6 @@
 /*
  * Miscellaneous configurable options
  */
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
 
 #define CONFIG_SYS_64BIT_LBA
 
index 0bd09c00db7e2fbff7db3738fcddca8f63e3fd2f..3fd441e30ba09e4cc7ee8e2d0b271b909c7a3111 100644 (file)
 /*
  * Miscellaneous configurable options
  */
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
 
 #define CONFIG_LOADS_ECHO
 #undef CONFIG_SYS_LOADS_BAUD_CHANGE
index 0c8f9faba3020fe7bda6d2ca76b4451515a619e3..009c3cc5c1e193e80129127af4d65a3b92315fd7 100644 (file)
 /*
  * U-Boot general configuration
  */
-/* Boot Argument Buffer Size */
-#define CONFIG_SYS_BARGSIZE    CONFIG_SYS_CBSIZE
-
 #define        CONFIG_EXTRA_ENV_SETTINGS                                       \
        "netdev=eth0\0"                                                 \
        "nfsargs=setenv bootargs root=/dev/nfs rw "                     \
index 3b07e925d3b218b349b06bf89bc8901235326a41..c8875daa92dfe5f682d79abd5068695ed38adb58 100644 (file)
 
 #define CONFIG_MXC_UART_BASE           UART_BASE_ADDR(3)
 
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
-
 /* USDHC */
 
 #define CONFIG_SYS_FSL_USDHC_NUM       2
index e704fc59012c38a69d04887dd123b7a362b29964..ddd19cc8ce788dff9e37469c4b4931e30fbace4e 100644 (file)
@@ -93,5 +93,4 @@
 
 #define CONFIG_MXC_UART_BASE           UART_BASE_ADDR(2)
 
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
 #endif
index deae85f58b54c9396e1a955d34235ca9e0734601..6c5dbd7dde3aa818112aec6e4f1d3dd2ef76df0b 100644 (file)
@@ -43,8 +43,6 @@
 
 #define CONFIG_MXC_UART_BASE           UART3_BASE_ADDR
 
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
-
 /* PHY needs a longer autonegotiation timeout after reset */
 #define PHY_ANEG_TIMEOUT               20000
 
index 6c6a5b2de0179ee948141817d99bac8ab12e148c..5de1a77973a151ad30f6e24c31885ce384266e65 100644 (file)
@@ -70,8 +70,6 @@
 
 #define CONFIG_MXC_UART_BASE           UART_BASE_ADDR(2)
 
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
-
 #define CONFIG_FEC_MXC_PHYADDR          0
 
 #endif
index 590c764c0702f98fb326ca609d2bcab44300ca16..63bd865398da50cc31a0e41c48347991af3679a4 100644 (file)
@@ -68,8 +68,6 @@
 /* UART */
 #define CONFIG_MXC_UART_BASE           UART_BASE_ADDR(2)
 
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
-
 /* USDHC */
 #define CONFIG_SYS_FSL_USDHC_NUM       2
 #define CONFIG_SYS_FSL_ESDHC_ADDR      0
index 51e3406b22786adc46dbee634d05b43441a63bda..f69678f495f3e5da3e27a4cbbee88ee27ac9d232 100644 (file)
 /* UART */
 #define CONFIG_MXC_UART_BASE           UART_BASE_ADDR(2)
 
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
+/* FEC */
+#define CONFIG_FEC_MXC_PHYADDR          0
+#define FEC_QUIRK_ENET_MAC
 
 #endif
index 5b45de19d36a2443a87e4db73030f6a6c7d50ea5..11dd56cfe7bfeec5dad1ec25d8afe33a38867104 100644 (file)
 
 #define CONFIG_MXC_UART_BASE           UART_BASE_ADDR(2)
 
-#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
 #endif
index 8b5a2771447c6e2fd08289d7db365d0d4351e33a..367b9ee06072f0e456e9266877f22b84421ab3c2 100644 (file)
@@ -47,8 +47,6 @@
 
 #define CONFIG_MXC_UART_BASE           UART4_BASE_ADDR
 
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
-
 /* I2C */
 
 #endif /* __IMX8MN_BSH_SMM_S2_COMMON_H */
index 4cc9ab025f036c2ad1cec30f12e432010de3e7a6..b0bcd02d1fd6145f66907be6931b078e08e4c8f0 100644 (file)
@@ -77,6 +77,4 @@
 
 #define CONFIG_MXC_UART_BASE           UART_BASE_ADDR(2)
 
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
-
 #endif
index a518bbff73ec1e7397fa0a3a2750694dbb51f8da..7f7def8f260b25e4784aabf36672bf43fe587be8 100644 (file)
@@ -66,8 +66,6 @@
 
 #define CONFIG_MXC_UART_BASE           UART_BASE_ADDR(4)
 
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
-
 /* USDHC */
 #define CONFIG_SYS_FSL_ESDHC_ADDR      0
 
index 538b23ab0a126d845ee6e5c4c202989eb7ff8a13..4641996fef265a7e19ffe1a8c8e3cceb3875094d 100644 (file)
 /* UART */
 #define CONFIG_MXC_UART_BASE           UART_BASE_ADDR(2)
 
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
+/* FEC */
+#define CONFIG_FEC_MXC_PHYADDR          0
+#define FEC_QUIRK_ENET_MAC
 
 #endif
index d5df08fdeb5a79456e616f638586c0de5a9ea1c1..18ccc6f9270edd8918d07c0d6cf8c8d263760e95 100644 (file)
@@ -41,9 +41,6 @@
 
 #define CONFIG_MXC_UART_BASE           UART1_BASE_ADDR
 
-/* Monitor Command Prompt */
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
-
 /* PHY needs a longer autonegotiation timeout after reset */
 #define PHY_ANEG_TIMEOUT               20000
 #define FEC_QUIRK_ENET_MAC
index e9392c64e492413781492b4e1aed43f88441dcb5..3ec4fb1fdd10cd396db777d035a8ae88138e984b 100644 (file)
@@ -81,6 +81,4 @@
 
 #define CONFIG_MXC_UART_BASE           UART_BASE_ADDR(2)
 
-#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
-
 #endif
index bc0d2975b7b62592a85b23c12c279e00e3d15d72..31f23e30a6a315d0668567b955c21daaed3fdedc 100644 (file)
 
 #define CONFIG_MXC_UART_BASE           UART3_BASE_ADDR
 
-#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
-
 #define CONFIG_SYS_FSL_USDHC_NUM       2
 #define CONFIG_SYS_FSL_ESDHC_ADDR      0
 
index c910d42921389e8ab820568f68f3ee38bfbe661b..e693bbe688683c8fecd3b1ae71e191cd88b1eb86 100644 (file)
 /* UART */
 #define CONFIG_MXC_UART_BASE           UART2_BASE_ADDR
 
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
-
 /* FEC */
 #define FEC_QUIRK_ENET_MAC
 
index ccaf76cbbcd875052f308195081c06c751fe88da..b8c0717c7a375aa32921021b79c6d831aba3e9df 100644 (file)
@@ -73,8 +73,6 @@
 
 #define CONFIG_MXC_UART_BASE           UART_BASE_ADDR(1)
 
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
-
 #define CONFIG_SYS_FSL_USDHC_NUM               2
 #define CONFIG_SYS_FSL_ESDHC_ADDR       0
 
index 532fa773ba3dd3a9eaa921b3ef7c57fadb1a5535..32ea06cf9c81f398513146f974f51dcec5d5a28a 100644 (file)
@@ -79,8 +79,6 @@
 
 #define CONFIG_MXC_UART_BASE           UART_BASE_ADDR(1)
 
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
-
 #define CONFIG_SYS_FSL_USDHC_NUM       2
 #define CONFIG_SYS_FSL_ESDHC_ADDR       0
 
index 2b2829f2e17877ce481c03e617bcb16051140c0c..fcfd794ea3c92c5d43b2e571a76b79bf1c0836d6 100644 (file)
 
 #define CONFIG_MXC_UART_BASE           UART_BASE_ADDR(1)
 
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
-
 #define CONFIG_SYS_FSL_USDHC_NUM       2
 #define CONFIG_SYS_FSL_ESDHC_ADDR       0
 
index c8decee03376015ec59af36d6cf4754b1c3ffc4b..8eb6ab8552b84554cc50b16e5c69633d07a0b113 100644 (file)
 #endif
 
 /* Misc configuration */
-#define CONFIG_SYS_BARGSIZE    CONFIG_SYS_CBSIZE
 
 #endif /* __IMX8QXP_MEK_H */
index 3f99c6b414405f573616f8ada8af2a8487e4a1a8..66bf816ecf0e49ef5c84ba5f6c5b1efbb37d7853 100644 (file)
@@ -70,8 +70,6 @@
 #define PHYS_SDRAM                     0x80000000
 #define PHYS_SDRAM_SIZE                        0x80000000 /* 2GB DDR */
 
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
-
 /* Using ULP WDOG for reset */
 #define WDOG_BASE_ADDR                 WDG3_RBASE
 #endif
index 76895b4462c1e1a567ffcd341fe6489ea71d406e..64d121bb5b518ccd6e027731c22b25d9053c6585 100644 (file)
@@ -12,7 +12,6 @@
 /*
  * Miscellaneous configurable options
  */
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
 
 #define CONFIG_HUSH_INIT_VAR
 
index 8e0b6d118425288d229aa50eb2be40909363e2d1..a717bb0ae72c23927013431eaec999a8ae57fc91 100644 (file)
@@ -50,7 +50,6 @@
 /*
  * U-Boot general configuration
  */
-#define CONFIG_SYS_BARGSIZE    CONFIG_SYS_CBSIZE /* Boot Args Buffer Size */
 
 /*
  * Linux Information
index 2b90c1d69679c2a75a5a78d9c7c0e764d3848bfa..577ba6dfc046d25ccbc2be5c334fec749ac6f5bf 100644 (file)
 /* Miscellaneous configurable options */
 #define CONFIG_SYS_BOOTMAPSZ           (256 << 20)
 
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
-
 #define CONFIG_LS102XA_STREAM_ID
 
 #define CONFIG_SYS_INIT_SP_OFFSET \
index e4b86c224090ca0ef9ebe99daaefdac141dbcc3c..5b198ad8df020b858f91bac178cdb14e45095d69 100644 (file)
@@ -58,8 +58,6 @@
        "run emmc_hdploadcmd; run distro_bootcmd;run emmc_bootcmd; " \
        "env exists secureboot && esbc_halt;"
 
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE /* Boot args buffer */
-
 #define CONFIG_SYS_BOOTM_LEN   (64 << 20)      /* Increase max gunzip size */
 
 #define OCRAM_NONSECURE_SIZE           0x00010000
index a9922f15ab744362ce9819088876d838c148011d..78d3d57eec3aed6f867e4502ee004eb8b46d12a1 100644 (file)
@@ -148,8 +148,6 @@ unsigned long long get_qixis_addr(void);
        " 0x580e00000 \0"
 #endif
 
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE /* Boot args buffer */
-
 #ifdef CONFIG_SPL
 #define CONFIG_SPL_BSS_START_ADDR      0x80100000
 #define CONFIG_SPL_BSS_MAX_SIZE                0x00100000
index bc210dab916195bc31e6f652e0697750309f25ad..5717a3dd3174c780cd46c2c5dad0e039ebeea124 100644 (file)
 #define CONFIG_HWCONFIG
 #define HWCONFIG_BUFFER_SIZE           128
 
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE /* Boot args buffer */
-
 #define CONFIG_SYS_BOOTM_LEN   (64 << 20)      /* Increase max gunzip size */
 
 /* Initial environment variables */
index 50941b818d2ee79d6bb14ae02c1163584c0adfd4..0e89dae7701c1c8bccefe0225a4dd383d6060cdd 100644 (file)
@@ -32,8 +32,6 @@
 /*
  * U-Boot general configurations
  */
-#define CONFIG_SYS_BARGSIZE    CONFIG_SYS_CBSIZE
-                                               /* Boot argument buffer size */
 
 /*
  * Serial Driver
index 002a3e5adb1246931b81c537755ad6a8af0d4fd9..46b4cce3f8ae1501f7586ac2e75ac95fb55edb01 100644 (file)
@@ -87,8 +87,6 @@
 
 /* Miscellaneous configurable options */
 
-#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot Argument Buffer Size */
-
 #define CONFIG_SYS_BOOTMAPSZ (256 << 20)     /* 256M */
 
 /* Physical Memory Map */
index 7065992a864d527a1e03d989d2e664af6f227ea7..5118c53ad3d0f65823734dd13a0b08f8d8f4e4d0 100644 (file)
@@ -78,8 +78,6 @@
  */
 
 /* U-Boot general configuration */
-#define CONFIG_SYS_BARGSIZE    CONFIG_SYS_CBSIZE
-                                               /* Boot argument buffer size */
 
 /*
  * Drivers
index f30851cc87800ce260da9ae8e303196ca2b57dff..4df3be1b1ea9573d2452af4202156e11627a988c 100644 (file)
@@ -22,8 +22,6 @@
                                        "ethrotate=yes\0"       \
                                        "autoload=0\0"
 
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
-
 #define CONFIG_SYS_MMC_MAX_BLK_COUNT   8192
 
 #if defined(CONFIG_MMC_OCTEONTX)
index f79c1c4fdb56cb132947f1f22be9ff231c35c980..959f3d1347d067edaae663b7ec7fc37fd34abbca 100644 (file)
@@ -53,8 +53,6 @@
 # define CONFIG_SYS_64BIT_LBA
 #endif
 
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
-
 #define CONFIG_SYS_MMC_MAX_BLK_COUNT   8192
 
 /** EMMC specific defines */
index a1264bf4db24bd70e1903cf8b93f5e81e52023b7..b7698c86454cdec4fbc2617397bde94c4566161f 100644 (file)
 /*
  * U-Boot general configuration
  */
-#define CONFIG_SYS_BARGSIZE    CONFIG_SYS_CBSIZE /* Boot Args Buffer Size */
 
 /*
  * USB Configs
index d6948cca2890dc173b5fece5b8818ea5258c7951..0372bd7c79d76c34b943afca5b32185aa12716dd 100644 (file)
@@ -23,6 +23,5 @@
 #define CONFIG_SYS_INIT_SP_ADDR                (CONFIG_SYS_TEXT_BASE + 0x7ff00)
 
 /* Console configuration */
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
 
 #endif
index 4eec7fb208ca5c4374b75b55e6a06af2a1902622..df17531159782d40b5a9904f489ed0edf94ff098 100644 (file)
@@ -86,6 +86,4 @@
 /* UART */
 #define CONFIG_MXC_UART_BASE           UART_BASE_ADDR(3)
 
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
-
 #endif /* __PHYCORE_IMX8MM_H */
index 6c59e7ba5796189879318188724c03de669ddf48..8247c7ce397bca2f70dfb3b6fb9ee1c2da1a8019 100644 (file)
@@ -86,6 +86,4 @@
 /* UART */
 #define CONFIG_MXC_UART_BASE           UART_BASE_ADDR(1)
 
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
-
 #endif /* __PHYCORE_IMX8MP_H */
index a586e60fec9fd0f6133eb89115953fb8f6e7e1c6..d59f70a61a76627ec32611e1ee3f964fa5f8d076 100644 (file)
@@ -86,8 +86,6 @@
 
 #define CONFIG_MXC_UART_BASE           UART_BASE_ADDR(1)
 
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
-
 #define CONFIG_SYS_FSL_USDHC_NUM       2
 #define CONFIG_SYS_FSL_ESDHC_ADDR      0
 
index dd03c5c03c0971762f5f9d70eadb8941b9b11522..fcec8b0038a2f1718a723fee11f43652e48666d4 100644 (file)
@@ -42,7 +42,6 @@
 #define CONFIG_SYS_SDRAM_BASE          PHYS_SDRAM_1
 
 /* Console I/O Buffer Size */
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
 
 #define KSEG1_ATU_XLAT(x) (x)
 
index ae585bb2c026753fb92e15272fff3831f1398c01..e65ab72ca9c6a22a4aa62208949b5dbd9c532563 100644 (file)
@@ -24,7 +24,6 @@
 #define GICC_BASE      0xF1020000
 
 /* console */
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
 #define CONFIG_SYS_BAUDRATE_TABLE      { 115200, 38400 }
 
 /* PHY needs a longer autoneg timeout */
index a25dce59da4ad147da9ae0e5faa75a32037658e6..0c2b05dc8c2719abed46ee82acf4ed7ebd2b64e8 100644 (file)
@@ -77,9 +77,6 @@
  */
 /* board_init_f->init_sequence, call arch_cpu_init */
 
-/* Boot Argument Buffer Size */
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
-
 /*-----------------------------------------------------------------------
  * serial console configuration
  */
index 5757b63ab18c1329b214f5e8ca029d13e4317a10..322fd24302fa5d9aef46d19057514b71e111c712 100644 (file)
@@ -29,9 +29,6 @@
 
 /* Console I/O Buffer Size */
 
-/* Boot Argument Buffer Size */
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
-
 /*
  * memtest works on 8 MB in DRAM after skipping 32MB from
  * start addr of ram disk
index 4a099837e9311e58af0d3d8180ee1b03a5221115..e8ee53969c4983d6529ee741a2b92329aab85b1d 100644 (file)
@@ -60,8 +60,6 @@
  * U-Boot general configurations
  */
                                                /* Print buffer size */
-#define CONFIG_SYS_BARGSIZE    CONFIG_SYS_CBSIZE
-                                               /* Boot argument buffer size */
 
 /*
  * Cache
index 14cc708079ab91bb37ade162ab5fe3e0302a4c72..045e66492e48d8c76167191be20116ed31dbb086 100644 (file)
@@ -20,7 +20,6 @@
 /*
  * U-Boot console configurations
  */
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
 
 /* Extend size of kernel image for uncompression */
 #define CONFIG_SYS_BOOTM_LEN           (32 * 1024 * 1024)
index 9c453fce6f71ea1380e9a3aa84f949308927c9b7..a56bc4e15401342647f2e7399f70a141b0a58f80 100644 (file)
@@ -45,9 +45,6 @@
 
 #define CONFIG_PRAM                    2048    /* 2048 KB */
 
-/* Boot Argument Buffer Size    */
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
-
 #define CONFIG_SYS_MBAR                        0xFC000000
 
 /*
index 55c0f27d71fdc64a9da91f8e528195356d3c6d2c..eb0359b4db19ce31ef88e1f6d8b3036c06dfcfee 100644 (file)
@@ -35,9 +35,6 @@
  */
 #define CONFIG_SYS_MMC_MAX_DEVICE 4
 
-/* Boot Argument Buffer Size */
-#define CONFIG_SYS_BARGSIZE            (CONFIG_SYS_CBSIZE)
-
 #ifdef CONFIG_ARM64
 #define FDTFILE "nvidia/" CONFIG_DEFAULT_DEVICE_TREE ".dtb"
 #else
index 9e18a6c6d06886f98f1dafc25b0ee5df9fcbf978..90dfb1feeb7d0f49bff342f5ad95ed8cabdc218f 100644 (file)
@@ -89,9 +89,6 @@
 /* As stated above, the following choices are optional. */
 
 /* Console I/O Buffer Size */
-/* Boot Argument Buffer Size */
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
-
 /*
  * When we have SPI, NOR or NAND flash we expect to be making use of
  * mtdparts, both for ease of use in U-Boot and for passing information
index 30f8376b7e0358f7d329abc8fc7ef30469584397..bdb77cfc2c7065889b2d46fac7840e61f935c0a5 100644 (file)
@@ -27,8 +27,6 @@
  * Command
  */
 /* Miscellaneous configurable options */
-#define CONFIG_SYS_BARGSIZE    CONFIG_SYS_CBSIZE
-                                               /* Boot argument buffer size */
 
 /* USB, USB storage, USB ethernet */
 #define CONFIG_EHCI_MMIO_BIG_ENDIAN
index 9bea5a26077fe73301344dd10bd70d23020d1517..cbdb2d91bdad36fe7838f25688f54379d4f0aecb 100644 (file)
@@ -41,9 +41,6 @@
 
 #define CONFIG_SYS_MONITOR_LEN         0x00200000      /* 2MB */
 
-/* Boot Argument Buffer Size */
-#define CONFIG_SYS_BARGSIZE            (CONFIG_SYS_CBSIZE)
-
 #if !defined(CONFIG_ARM64)
 /* Time clock 1MHz */
 #define CONFIG_SYS_TIMER_RATE                  1000000
index b251e2b925855ed16859969b0a35c056857b06d5..c7de503abade8abdefe8f600aed86c9910e066b5 100644 (file)
@@ -86,8 +86,6 @@
 /* UART */
 #define CONFIG_MXC_UART_BASE           UART_BASE_ADDR(1)
 
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
-
 /* ENET */
 #define CONFIG_FEC_MXC_PHYADDR          7
 
index df6dc7447e90ba2419b982740eb1bf16d28f4a72..a61192f8f9a3c04c67e9c0fa1e4c04a899f8efb5 100644 (file)
 /* UART */
 #define CONFIG_MXC_UART_BASE           UART_BASE_ADDR(3)
 
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
-
 #endif /* __VERDIN_IMX8MP_H */
index 9b7cc7a4c4f8d53134df44ae73505e06af3a4dae..4d46ce024f164f0ce8440f8f3d67cffc481c8687 100644 (file)
@@ -27,7 +27,6 @@
 /*
  * U-Boot General Configurations
  */
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
 
 /*
  * NAND chip timings for FIXME: which one?
index 322b2cfef820c28af34fba4298644e2f9c506586..364dae0cd9340105dfd82180688fc1b6abf8bf51 100644 (file)
@@ -13,8 +13,6 @@
 
 #undef CONFIG_SYS_SDRAM_BASE
 
-#define CONFIG_SYS_BARGSIZE           CONFIG_SYS_CBSIZE
-
 #undef CONFIG_EXTRA_ENV_SETTINGS
 #define CONFIG_EXTRA_ENV_SETTINGS      \
        "loadimage=ext4load pvblock 0 0x90000000 /boot/Image;\0" \
index d1e2753cbbe533bffc1560a4a0f0501d743ba583..3221bd20a71f73131c1e27b51c72180f319c2ca4 100644 (file)
@@ -28,7 +28,6 @@
 /* Miscellaneous configurable options */
 
 /* Console I/O Buffer Size */
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
 
 #if defined(CONFIG_CMD_DFU)
 #define DFU_DEFAULT_POLL_TIMEOUT       300
index 2abf96f35445a9b45399b3b9f58f5247d151c6aa..31a6beb01115e2b09028619309e566c13b84a612 100644 (file)
@@ -52,7 +52,6 @@
 #endif
 
 /* Console I/O Buffer Size */
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
 
 /* Ethernet driver */
 #if defined(CONFIG_ZYNQ_GEM)
index 89b6d198d7fbd1db2f1fb791ccc0c8f565da550e..4218015c3776e810f1f2303025ba68374f6247bc 100644 (file)
@@ -98,9 +98,6 @@
 /*==============================*/
 
        /* Console I/O Buffer Size  */
-       /* Boot Argument Buffer Size */
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
-
 /*==============================*/
 /* U-Boot autoboot configuration */
 /*==============================*/