]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
include/configs: remove numerous CONFIG_SYS_BARGSIZE definitions
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 23 Aug 2017 20:59:06 +0000 (22:59 +0200)
committerTom Rini <trini@konsulko.com>
Sun, 3 Sep 2017 19:30:30 +0000 (15:30 -0400)
This commit removes definitions of CONFIG_SYS_BARGSIZE defined to be
equal to CONFIG_SYS_CBSIZE in numerous configuration files.

We remove such definitions in two situations:

 - CONFIG_SYS_CBSIZE is otherwise not defined in the board
   configuration file, which means the default value of
   CONFIG_SYS_CBSIZE == 256 applies. In this case, the default value
   of CONFIG_SYS_BARGSIZE == 512 (common/image.c) is suitable, as it is
   larger.

 - CONFIG_SYS_CBSIZE is defined in the board configuration file, but
   to a value equal or less than 512. In this case, the default value
   of CONFIG_SYS_BARGSIZE == 512 (common.image.c) is suitable, as it
   is equal or larger.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
137 files changed:
include/configs/10m50_devboard.h
include/configs/3c120_devboard.h
include/configs/B4860QDS.h
include/configs/BSC9132QDS.h
include/configs/C29XPCIE.h
include/configs/M5208EVBE.h
include/configs/M52277EVB.h
include/configs/M5235EVB.h
include/configs/M5249EVB.h
include/configs/M5253DEMO.h
include/configs/M5253EVBE.h
include/configs/M5272C3.h
include/configs/M5275EVB.h
include/configs/M5282EVB.h
include/configs/M53017EVB.h
include/configs/M5329EVB.h
include/configs/M5373EVB.h
include/configs/M54418TWR.h
include/configs/M54455EVB.h
include/configs/M5475EVB.h
include/configs/M5485EVB.h
include/configs/MCR3000.h
include/configs/MPC8315ERDB.h
include/configs/MPC8323ERDB.h
include/configs/MPC832XEMDS.h
include/configs/MPC8349EMDS.h
include/configs/MPC8349ITX.h
include/configs/MPC837XEMDS.h
include/configs/MPC837XERDB.h
include/configs/MPC8536DS.h
include/configs/MPC8540ADS.h
include/configs/MPC8541CDS.h
include/configs/MPC8544DS.h
include/configs/MPC8548CDS.h
include/configs/MPC8555CDS.h
include/configs/MPC8568MDS.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/T4240RDB.h
include/configs/TQM834x.h
include/configs/UCP1020.h
include/configs/adp-ae3xx.h
include/configs/adp-ag101p.h
include/configs/advantech_dms-ba16.h
include/configs/am3517_crane.h
include/configs/am3517_evm.h
include/configs/amcore.h
include/configs/aspeed-common.h
include/configs/astro_mcf5373l.h
include/configs/axs10x.h
include/configs/bur_cfg_common.h
include/configs/cm_t35.h
include/configs/cm_t3517.h
include/configs/cobra5272.h
include/configs/colibri_pxa270.h
include/configs/controlcenterd.h
include/configs/corenet_ds.h
include/configs/cyrus.h
include/configs/dragonboard410c.h
include/configs/edb93xx.h
include/configs/flea3.h
include/configs/ge_bx50v3.h
include/configs/hikey.h
include/configs/hsdk.h
include/configs/imx31_phycore.h
include/configs/integrator-common.h
include/configs/ls1012a_common.h
include/configs/ls1021aiot.h
include/configs/ls1021aqds.h
include/configs/ls1021atwr.h
include/configs/ls1043a_common.h
include/configs/ls1043aqds.h
include/configs/ls1046a_common.h
include/configs/ls1046aqds.h
include/configs/ls2080a_common.h
include/configs/meson-gxbb-common.h
include/configs/mx25pdk.h
include/configs/mx31ads.h
include/configs/mx31pdk.h
include/configs/mx35pdk.h
include/configs/mx51evk.h
include/configs/mx53ard.h
include/configs/mx53cx9020.h
include/configs/mx53evk.h
include/configs/mx53loco.h
include/configs/mx53smd.h
include/configs/mx6_common.h
include/configs/mx7_common.h
include/configs/mx7ulp_evk.h
include/configs/nokia_rx51.h
include/configs/nsim.h
include/configs/p1_p2_rdb_pc.h
include/configs/p1_twr.h
include/configs/pcm052.h
include/configs/poplar.h
include/configs/qemu-ppce500.h
include/configs/s32v234evb.h
include/configs/s5p_goni.h
include/configs/sbc8349.h
include/configs/sbc8548.h
include/configs/sbc8641d.h
include/configs/smdkc100.h
include/configs/socrates.h
include/configs/spear-common.h
include/configs/sunxi-common.h
include/configs/t4qds.h
include/configs/tam3517-common.h
include/configs/tao3530.h
include/configs/tb100.h
include/configs/thunderx_88xx.h
include/configs/ti814x_evm.h
include/configs/tricorder.h
include/configs/ts4800.h
include/configs/usbarmory.h
include/configs/vexpress_aemv8a.h
include/configs/vexpress_common.h
include/configs/vf610twr.h
include/configs/vme8349.h
include/configs/woodburn_common.h
include/configs/x600.h
include/configs/x86-common.h
include/configs/xpedite517x.h
include/configs/xpedite520x.h
include/configs/xpedite537x.h
include/configs/xpedite550x.h
include/configs/zipitz2.h

index 617fbe7240c7f60c7d7cbef0166446a179739007..ec30ed067456468475c1a13f9024da5212ebe24f 100644 (file)
@@ -78,7 +78,6 @@
  * MISC
  */
 #define CONFIG_SYS_LONGHELP            /* Provide extended help */
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE /* Bootarg buf size */
 #define CONFIG_SYS_LOAD_ADDR           0xcc000000      /* Half of RAM */
 #define CONFIG_LOADADDR                        CONFIG_SYS_LOAD_ADDR
 #define CONFIG_SYS_MEMTEST_START       CONFIG_SYS_SDRAM_BASE
index 9952dc649351b3ceab176f2a203125394e8ee5db..f934a171b846a70dbcaef1fc81e46731d05f447b 100644 (file)
@@ -81,7 +81,6 @@
  * MISC
  */
 #define CONFIG_SYS_LONGHELP            /* Provide extended help */
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE /* Bootarg buf size */
 #define CONFIG_SYS_LOAD_ADDR           0xd4000000      /* Half of RAM */
 #define CONFIG_LOADADDR                        CONFIG_SYS_LOAD_ADDR
 #define CONFIG_SYS_MEMTEST_START       CONFIG_SYS_SDRAM_BASE
index 65d6ec8cddd0cede57bdf3f3c79485e353d87ea6..661bc8bf58f66c2b8bb0ba2c33546f6b82badc3a 100644 (file)
@@ -708,7 +708,6 @@ unsigned long get_board_ddr_clk(void);
 #define CONFIG_CMDLINE_EDITING                 /* Command-line editing */
 #define CONFIG_AUTO_COMPLETE                   /* add autocompletion support */
 #define CONFIG_SYS_LOAD_ADDR   0x2000000       /* default load address */
-#define CONFIG_SYS_BARGSIZE    CONFIG_SYS_CBSIZE/* Boot Argument Buffer Size */
 
 /*
  * For booting Linux, the board info and command line data
index cc6245155c612575dcd01df2be58c32c7a2eb034..b90f54a015b80d02669ebd961f2ae2679f50a764 100644 (file)
@@ -515,8 +515,6 @@ combinations. this should be removed later
 #define CONFIG_AUTO_COMPLETE                   /* add autocompletion support */
 #define CONFIG_SYS_LOAD_ADDR   0x2000000       /* default load address */
 
-#define CONFIG_SYS_BARGSIZE    CONFIG_SYS_CBSIZE/* Boot Argument Buffer Size */
-
 /*
  * For booting Linux, the board info and command line data
  * have to be in the first 64 MB of memory, since this is
index b68092ad6a94b125bb2ec133306c662a0a35ff88..d6982d31a9d357e0163be4bf87160bcf4a127fe1 100644 (file)
 #define CONFIG_AUTO_COMPLETE                   /* add autocompletion support */
 #define CONFIG_SYS_LOAD_ADDR   0x2000000       /* default load address */
 
-#define CONFIG_SYS_BARGSIZE    CONFIG_SYS_CBSIZE/* Boot Argument Buffer Size */
-
 /*
  * For booting Linux, the board info and command line data
  * have to be in the first 64 MB of memory, since this is
index f618d7a541844b276275d11c5c7c8e4e73567259..43693ee26c059539acdbe71135d6956029cfc54e 100644 (file)
@@ -80,7 +80,6 @@
 #define CONFIG_PRAM            512     /* 512 KB */
 #define CONFIG_SYS_LONGHELP    /* undef to save memory */
 
-#define CONFIG_SYS_BARGSIZE    CONFIG_SYS_CBSIZE       /* Boot Arg Buf Sz */
 #define CONFIG_SYS_LOAD_ADDR   0x40010000
 
 #define CONFIG_SYS_CLK         166666666       /* CPU Core Clock */
index f2b8aeb28e1fe6d4840aaab5d66648df8f89c6e8..98692df49513b639085ec46a968006b4ceff5349 100644 (file)
 
 #define CONFIG_SYS_LONGHELP            /* undef to save memory */
 
-#define CONFIG_SYS_BARGSIZE    CONFIG_SYS_CBSIZE       /* Boot Argument Buffer Size    */
-
 #define CONFIG_SYS_LOAD_ADDR   (CONFIG_SYS_SDRAM_BASE + 0x10000)
 
 #define CONFIG_SYS_MBAR                0xFC000000
index 061ad1b9c10b22991d55cbe939f70d8fd404bf91..a9ccb461d18afec7558d58bcc700ab3a59aae531 100644 (file)
@@ -95,7 +95,6 @@
 #define CONFIG_PRAM            512     /* 512 KB */
 #define CONFIG_SYS_LONGHELP            /* undef to save memory */
 
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE       /* Boot Argument Buffer Size    */
 #define CONFIG_SYS_LOAD_ADDR           (CONFIG_SYS_SDRAM_BASE+0x20000)
 
 #define CONFIG_SYS_CLK                 75000000
index fbb34930d84c567eb3eb289fa250a1f2b9b5a92e..ccd40b2429ce39bfd1fcbaac6edbbb23de29bb5f 100644 (file)
@@ -41,8 +41,6 @@
 
 #define CONFIG_SYS_LONGHELP                            /* undef to save memory         */
 
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE       /* Boot Argument Buffer Size    */
-
 #define CONFIG_SYS_DEVICE_NULLDEV      1       /* include nulldev device       */
 #define CONFIG_AUTO_COMPLETE   1       /* add autocompletion support   */
 #define CONFIG_MX_CYCLIC       1       /* enable mdc/mwc commands      */
index af4e51c863b7c265f20ce2b0625cfdfdcb7e6407..ff0995e651a6907f80003dff5326c7ea6e69b291 100644 (file)
@@ -94,8 +94,6 @@
 
 #define CONFIG_SYS_LONGHELP            /* undef to save memory */
 
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE       /* Boot Argument Buffer Size */
-
 #define CONFIG_SYS_LOAD_ADDR           0x00100000
 
 #define CONFIG_SYS_MEMTEST_START       0x400
index 77355e7dac34fa985aebca131ebc8ff7674387a6..d7252a1b62db6e3d433fa0a19ce3217a964152e0 100644 (file)
@@ -64,8 +64,6 @@
 
 #define CONFIG_SYS_LONGHELP            /* undef to save memory */
 
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE       /* Boot Argument Buffer Size */
-
 #define CONFIG_SYS_LOAD_ADDR           0x00100000
 
 #define CONFIG_SYS_MEMTEST_START       0x400
index 4f2c909645e51d98d8f27d6f68139de6806cd95a..52ca7de3ff2110fb16079745bdb87a9bf4dff738 100644 (file)
@@ -98,7 +98,6 @@
 
 #define CONFIG_SYS_LONGHELP            /* undef to save memory */
 
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE       /* Boot Argument Buffer Size    */
 #define CONFIG_SYS_LOAD_ADDR           0x20000
 #define CONFIG_SYS_MEMTEST_START       0x400
 #define CONFIG_SYS_MEMTEST_END         0x380000
index a456089316b2e769d3948fd96798c8c8f3a4d89a..bbc45bf7ba67c4e59844c9043b88c3f31369b7ae 100644 (file)
@@ -90,8 +90,6 @@
 
 #define CONFIG_SYS_LONGHELP            /* undef to save memory */
 
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
-
 #define CONFIG_SYS_LOAD_ADDR           0x800000
 
 #define CONFIG_BOOTCOMMAND     "bootm ffe40000"
index 56991e301156c1c030d21d14136d47f86abaa9e4..38864693b645af8c2beb358048d6e7f3024bdd4a 100644 (file)
@@ -90,8 +90,6 @@
 
 #define        CONFIG_SYS_LONGHELP             /* undef to save memory         */
 
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE       /* Boot Argument Buffer Size    */
-
 #define CONFIG_SYS_LOAD_ADDR           0x20000
 
 #define CONFIG_SYS_MEMTEST_START       0x400
index dee1859fd6dcd1dc6a1dc50f0565291d9026703a..b4d12e2f60dadb3f5fa24a7718cc08c79dd61e37 100644 (file)
@@ -97,7 +97,6 @@
 #define CONFIG_PRAM            512     /* 512 KB */
 #define CONFIG_SYS_LONGHELP    /* undef to save memory */
 
-#define CONFIG_SYS_BARGSIZE    CONFIG_SYS_CBSIZE       /* Boot Arg Buf Sz */
 #define CONFIG_SYS_LOAD_ADDR   0x40010000
 
 #define CONFIG_SYS_CLK         80000000
index ef4fc7a974152c21f788b56c2cf2f53f899baddd..0a69395fcbede3967662ed37255dd4ff743354ba 100644 (file)
@@ -89,7 +89,6 @@
 #define CONFIG_PRAM            512     /* 512 KB */
 #define CONFIG_SYS_LONGHELP            /* undef to save memory */
 
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE       /* Boot Argument Buffer Size    */
 #define CONFIG_SYS_LOAD_ADDR           0x40010000
 
 #define CONFIG_SYS_CLK                 80000000
index 53028468ac284ed7572319ce73ce0ba005463ee2..ecf2abc3c85f5f0d658a9b17497fdf0650ce3fd8 100644 (file)
@@ -89,7 +89,6 @@
 #define CONFIG_PRAM            512     /* 512 KB */
 #define CONFIG_SYS_LONGHELP            /* undef to save memory */
 
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE       /* Boot Argument Buffer Size    */
 #define CONFIG_SYS_LOAD_ADDR           0x40010000
 
 #define CONFIG_SYS_CLK                 80000000
index f75e4e90e6aa9eaecde882d56e197aa0643b9d31..b5d51d775f04f930a64a965d898313db07c391b2 100644 (file)
 
 #define CONFIG_SYS_LONGHELP            /* undef to save memory */
 
-/* Boot Argument Buffer Size    */
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
-
 #define CONFIG_SYS_LOAD_ADDR           (CONFIG_SYS_SDRAM_BASE + 0x10000)
 
 #define CONFIG_SYS_MBAR                0xFC000000
index 3a48c964c6ebcedcd22543b6084754d4abf8afb7..a709fbbf638a5649ef6fd3f4d23dd31a4965666f 100644 (file)
 
 #define CONFIG_SYS_LONGHELP            /* undef to save memory */
 
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE       /* Boot Argument Buffer Size    */
-
 #define CONFIG_SYS_LOAD_ADDR           (CONFIG_SYS_SDRAM_BASE + 0x10000)
 
 #define CONFIG_SYS_MBAR                0xFC000000
index 4c44a822019e7f216131f35ea6d4be4650a6c125..3da7e2a4103d5f2dfb0c63622864f0d34f99b455 100644 (file)
 #define CONFIG_PRAM            512     /* 512 KB */
 #define CONFIG_SYS_LONGHELP            /* undef to save memory */
 
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE       /* Boot Argument Buffer Size    */
 #define CONFIG_SYS_LOAD_ADDR           0x00010000
 
 #define CONFIG_SYS_CLK                 CONFIG_SYS_BUSCLK
index 026919287741b9aa296ff2f5646b7751236fed03..2b26f0fe85ff0e8c53b9ebc14fad59d75be744ac 100644 (file)
 #define CONFIG_PRAM            512     /* 512 KB */
 #define CONFIG_SYS_LONGHELP            /* undef to save memory */
 
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE       /* Boot Argument Buffer Size    */
 #define CONFIG_SYS_LOAD_ADDR           0x00010000
 
 #define CONFIG_SYS_CLK                 CONFIG_SYS_BUSCLK
index cb46191c266cb9c59d7b9ca80b860b8979a0ce7e..9d2c486419585e79b41e4fcafcc769db4a05c77b 100644 (file)
@@ -70,7 +70,6 @@
 
 /* Miscellaneous configurable options */
 #define        CONFIG_SYS_LONGHELP
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
 
 #define CONFIG_CMDLINE_EDITING         1
 #ifdef CONFIG_HUSH_PARSER
index 4cd406489fe37e216cd8a4ae99276081d361bdb6..2ff67d6cced7b1cfa60eddf7175a57680ec7d5be 100644 (file)
 #define CONFIG_SYS_LONGHELP            /* undef to save memory */
 #define CONFIG_SYS_LOAD_ADDR           0x2000000 /* default load address */
 
-                               /* Boot Argument Buffer Size */
-#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 87efe56efd92199010c4af55d45224660a45f200..0f9a7e096f1588758fff26a32e898b9553fc434a 100644 (file)
 #define CONFIG_SYS_LONGHELP                    /* undef to save memory */
 #define CONFIG_SYS_LOAD_ADDR   0x2000000       /* default load address */
 
-                               /* Boot Argument Buffer Size */
-#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 3290e1b2a98dd67617708f1812323bb8b799b914..b111de2f847cbf7b8c48b447c8df53d001af86b9 100644 (file)
 #define CONFIG_SYS_LONGHELP    /* undef to save memory */
 #define CONFIG_SYS_LOAD_ADDR   0x2000000       /* default load address */
 
-                               /* Boot Argument Buffer Size */
-#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 9604079fa7952c4371a80220ca8fe237430239de..9b906a7c774ec66325094bb304f5fb821dd8ae85 100644 (file)
 #define CONFIG_SYS_LONGHELP                    /* undef to save memory */
 #define CONFIG_SYS_LOAD_ADDR   0x2000000       /* default load address */
 
-                               /* Boot Argument Buffer Size */
-#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 26f8fb5b81911e28820a8a7a86de90910ed5a4e1..d06d4a28170f4be171abb10f0e3b080f33fc8e87 100644 (file)
@@ -493,9 +493,6 @@ boards, we say we have two, but don't display a message if we find only one. */
 #define CONFIG_SYS_LOAD_ADDR   0x2000000       /* default load address */
 #define CONFIG_LOADADDR        800000  /* default location for tftp and bootm */
 
-                               /* Boot Argument Buffer Size */
-#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 10b77649ba5efe2fa58ede416bff877dd243eef7..264aa90cb3082446ab57130049f8aca90f23dfe1 100644 (file)
@@ -482,9 +482,6 @@ extern int board_pci_host_broken(void);
 #define CONFIG_SYS_LONGHELP            /* undef to save memory */
 #define CONFIG_SYS_LOAD_ADDR           0x2000000 /* default load address */
 
-                               /* Boot Argument Buffer Size */
-#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 de923257a325c600c27ac868ac7f73eee779f9b6..beec38f9342be98c67101aac1caba3dd463760c2 100644 (file)
 #define CONFIG_SYS_LONGHELP    /* undef to save memory */
 #define CONFIG_SYS_LOAD_ADDR   0x2000000 /* default load address */
 
-                               /* Boot Argument Buffer Size */
-#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 5df93eb720375ebb3f37df67c9b58cad62715cb2..3319a6f958dc9f1858654e779c2da27f3cd2abf5 100644 (file)
 #define CONFIG_CMDLINE_EDITING                 /* Command-line editing */
 #define CONFIG_AUTO_COMPLETE                   /* add autocompletion support */
 #define CONFIG_SYS_LOAD_ADDR   0x2000000       /* default load address */
-#define CONFIG_SYS_BARGSIZE    CONFIG_SYS_CBSIZE /* Boot Argument Buffer Size */
 
 /*
  * For booting Linux, the board info and command line data
index b8c04753611e095f16f885468bc7784ed06941ef..6d855b3a1284fbc172c6c01bb8329dc232caeb6e 100644 (file)
 #define CONFIG_AUTO_COMPLETE                   /* add autocompletion support */
 #define CONFIG_SYS_LOAD_ADDR   0x2000000       /* default load address */
 
-#define CONFIG_SYS_BARGSIZE    CONFIG_SYS_CBSIZE       /* Boot Argument Buffer Size */
-
 /*
  * For booting Linux, the board info and command line data
  * have to be in the first 64 MB of memory, since this is
index 5e8e37828cde6433a1a33971804bb81ecc16100a..6b76a6fe0d5e528030fd9e484daae0810d59d30e 100644 (file)
@@ -347,7 +347,6 @@ extern unsigned long get_clock_freq(void);
 #define CONFIG_CMDLINE_EDITING                 /* Command-line editing */
 #define CONFIG_AUTO_COMPLETE                   /* add autocompletion support */
 #define CONFIG_SYS_LOAD_ADDR   0x2000000       /* default load address */
-#define CONFIG_SYS_BARGSIZE    CONFIG_SYS_CBSIZE       /* Boot Argument Buffer Size */
 
 /*
  * For booting Linux, the board info and command line data
index 224cfb634a79284e19c1d5266f6af97a4bf7a60e..2aea8928eed7f6a92086ef944b22003591297fe2 100644 (file)
@@ -360,7 +360,6 @@ extern unsigned long get_board_sys_clk(unsigned long dummy);
 #define CONFIG_CMDLINE_EDITING                 /* Command-line editing */
 #define CONFIG_AUTO_COMPLETE                   /* add autocompletion support */
 #define CONFIG_SYS_LOAD_ADDR   0x2000000       /* default load address */
-#define CONFIG_SYS_BARGSIZE    CONFIG_SYS_CBSIZE       /* Boot Argument Buffer Size */
 
 /*
  * For booting Linux, the board info and command line data
index 13af1e1f8b301f42dfa3565205db266ae9c94984..b47b414d396de0013f2c192b7d48f916502f8b1c 100644 (file)
@@ -465,7 +465,6 @@ extern unsigned long get_clock_freq(void);
 #define CONFIG_CMDLINE_EDITING                 /* Command-line editing */
 #define CONFIG_AUTO_COMPLETE                   /* add autocompletion support */
 #define CONFIG_SYS_LOAD_ADDR   0x2000000       /* default load address */
-#define CONFIG_SYS_BARGSIZE    CONFIG_SYS_CBSIZE       /* Boot Argument Buffer Size */
 
 /*
  * For booting Linux, the board info and command line data
index 784264f96f4ef724cd7117b6ab4b946703548be8..5cf9c338db6a109aabdf0b32a5a2a33c8f06df2b 100644 (file)
@@ -345,7 +345,6 @@ extern unsigned long get_clock_freq(void);
 #define CONFIG_CMDLINE_EDITING                 /* Command-line editing */
 #define CONFIG_AUTO_COMPLETE                   /* add autocompletion support */
 #define CONFIG_SYS_LOAD_ADDR   0x2000000       /* default load address */
-#define CONFIG_SYS_BARGSIZE    CONFIG_SYS_CBSIZE       /* Boot Argument Buffer Size */
 
 /*
  * For booting Linux, the board info and command line data
index 7b791b3da15851b19bc4f99df72f9a3450f69f5f..a19b772461218c9a47d7bb1ff9f6aced9114242e 100644 (file)
@@ -360,7 +360,6 @@ extern unsigned long get_clock_freq(void);
 #define CONFIG_CMDLINE_EDITING                 /* Command-line editing */
 #define CONFIG_AUTO_COMPLETE                   /* add autocompletion support */
 #define CONFIG_SYS_LOAD_ADDR   0x2000000       /* default load address */
-#define CONFIG_SYS_BARGSIZE    CONFIG_SYS_CBSIZE       /* Boot Argument Buffer Size */
 
 /*
  * For booting Linux, the board info and command line data
index 5c24a599dff38f39121340fd321f5d6a980f17eb..b277cdb1c66e1f209c488ef181a6022d9b352aee 100644 (file)
 #define CONFIG_CMDLINE_EDITING                 /* Command-line editing */
 #define CONFIG_AUTO_COMPLETE                   /* add autocompletion support */
 #define CONFIG_SYS_LOAD_ADDR   0x2000000       /* default load address */
-#define CONFIG_SYS_BARGSIZE    CONFIG_SYS_CBSIZE       /* Boot Argument Buffer Size */
 
 /*
  * For booting Linux, the board info and command line data
index 66534a2700d8cbf93d768f4e4a63b1a2b3e856e3..e7b59a3d65ae75cfa98d04fd01cd3dcbbd2d56ca 100644 (file)
 #define CONFIG_CMDLINE_EDITING          /* Command-line editing */
 #define CONFIG_SYS_LOAD_ADDR   0x2000000       /* default load address */
 
-#define CONFIG_SYS_BARGSIZE    CONFIG_SYS_CBSIZE       /* Boot Argument Buffer Size */
-
 /*
  * For booting Linux, the board info and command line data
  * have to be in the first 8 MB of memory, since this is
index 040944448dba6f5f7a0cca41b80db270a40b2976..298fe5a63de6a446af1bbd31b208524518e8780b 100644 (file)
@@ -590,8 +590,6 @@ extern unsigned long get_board_sys_clk(unsigned long dummy);
 #define CONFIG_CMDLINE_EDITING         /* Command-line editing */
 #define CONFIG_SYS_LOAD_ADDR   0x2000000       /* default load address */
 
-#define CONFIG_SYS_BARGSIZE    CONFIG_SYS_CBSIZE       /* Boot Argument Buffer Size */
-
 /*
  * For booting Linux, the board info and command line data
  * have to be in the first 8 MB of memory, since this is
index d229f0e5ad8e10d99133debb2630cdf8d9c51547..13edd0ac9c05b16f34e7292024e3de0fbb5bdf60 100644 (file)
@@ -723,8 +723,6 @@ extern unsigned long get_sdram_size(void);
 #define CONFIG_AUTO_COMPLETE                   /* add autocompletion support */
 #define CONFIG_SYS_LOAD_ADDR   0x2000000       /* default load address */
 
-#define CONFIG_SYS_BARGSIZE    CONFIG_SYS_CBSIZE/* Boot Argument Buffer Size */
-
 /*
  * For booting Linux, the board info and command line data
  * have to be in the first 64 MB of memory, since this is
index f7d43335df0f345a5452b5686745c558e367504f..aadbe027067dacf19888bc9f91643ae939be968b 100644 (file)
 #define CONFIG_CMDLINE_EDITING                 /* Command-line editing */
 #define CONFIG_AUTO_COMPLETE                   /* add autocompletion support */
 #define CONFIG_SYS_LOAD_ADDR   0x2000000       /* default load address */
-#define CONFIG_SYS_BARGSIZE    CONFIG_SYS_CBSIZE
 
 /*
  * For booting Linux, the board info and command line data
index 7eced3421d11501387c6a9af7e699731706aa6ae..1b78a4f5dc342fa3503409701196c5a2cff9af2e 100644 (file)
@@ -253,8 +253,6 @@ extern unsigned long get_clock_freq(void);
 #define CONFIG_SYS_LONGHELP                    /* undef to save memory */
 #define CONFIG_CMDLINE_EDITING         /* Command-line editing */
 #define CONFIG_SYS_LOAD_ADDR   0x2000000       /* default load address */
-/* Boot Argument Buffer Size */
-#define CONFIG_SYS_BARGSIZE    CONFIG_SYS_CBSIZE
 
 /*
  * For booting Linux, the board info and command line data
index c29881d8a102c87653af8b6a182270cdadf5dcf7..600823798c72019d85d10b70fe7e8ac1fe4235b5 100644 (file)
@@ -594,8 +594,6 @@ unsigned long get_board_sys_clk(unsigned long dummy);
 #define CONFIG_CMDLINE_EDITING                 /* Command-line editing */
 #define CONFIG_AUTO_COMPLETE                   /* add autocompletion support */
 #define CONFIG_SYS_LOAD_ADDR   0x2000000       /* default load address */
-/* Boot Argument Buffer Size */
-#define CONFIG_SYS_BARGSIZE    CONFIG_SYS_CBSIZE
 
 /*
  * For booting Linux, the board info and command line data
index 3cbd01488d578cef2291e98a0477b12acb8ba085..158ad69c419c48f719ae7949a1fdef369d8fc8fe 100644 (file)
@@ -774,7 +774,6 @@ unsigned long get_board_ddr_clk(void);
 #define CONFIG_CMDLINE_EDITING                 /* Command-line editing */
 #define CONFIG_AUTO_COMPLETE                   /* add autocompletion support */
 #define CONFIG_SYS_LOAD_ADDR   0x2000000       /* default load address */
-#define CONFIG_SYS_BARGSIZE  CONFIG_SYS_CBSIZE  /* Boot Argument Buffer Size */
 
 /*
  * For booting Linux, the board info and command line data
index bc7e809517f5142e341722bfd257b0df4ad84c0e..fbb58f9ffacb8eec5350f91c89102e3b1ccf4431 100644 (file)
@@ -785,7 +785,6 @@ unsigned long get_board_ddr_clk(void);
 #define CONFIG_CMDLINE_EDITING                 /* Command-line editing */
 #define CONFIG_AUTO_COMPLETE                   /* add autocompletion support */
 #define CONFIG_SYS_LOAD_ADDR   0x2000000       /* default load address */
-#define CONFIG_SYS_BARGSIZE  CONFIG_SYS_CBSIZE  /* Boot Argument Buffer Size */
 
 /*
  * For booting Linux, the board info and command line data
index c1379b208a2d4ddf1a5d7495bc1558b4637acccb..f6547fd5e5030fc45a84c8554c0fdb9abe4298a5 100644 (file)
@@ -653,7 +653,6 @@ unsigned long get_board_ddr_clk(void);
 #define CONFIG_CMDLINE_EDITING                 /* Command-line editing */
 #define CONFIG_AUTO_COMPLETE                   /* add autocompletion support */
 #define CONFIG_SYS_LOAD_ADDR   0x2000000       /* default load address */
-#define CONFIG_SYS_BARGSIZE    CONFIG_SYS_CBSIZE/* Boot Argument Buffer Size */
 
 /*
  * For booting Linux, the board info and command line data
index f8f177e83997c8ad6b1ddd7f1a5f17aa07829119..f472c3c97b434b30a3272e1737c665c3b63a1792 100644 (file)
@@ -768,7 +768,6 @@ $(SRCTREE)/board/freescale/t104xrdb/t1042d4_sd_rcw.cfg
 #define CONFIG_CMDLINE_EDITING                 /* Command-line editing */
 #define CONFIG_AUTO_COMPLETE                   /* add autocompletion support */
 #define CONFIG_SYS_LOAD_ADDR   0x2000000       /* default load address */
-#define CONFIG_SYS_BARGSIZE    CONFIG_SYS_CBSIZE/* Boot Argument Buffer Size */
 
 /*
  * For booting Linux, the board info and command line data
index 3623b625958277a58d774e77ce3783a206d79d3a..c9e2a6cdb59bea9039d22d725111b2914f2204de 100644 (file)
@@ -739,7 +739,6 @@ unsigned long get_board_ddr_clk(void);
 #define CONFIG_CMDLINE_EDITING         /* Command-line editing */
 #define CONFIG_AUTO_COMPLETE           /* add autocompletion support */
 #define CONFIG_SYS_LOAD_ADDR   0x2000000 /* default load address */
-#define CONFIG_SYS_BARGSIZE    CONFIG_SYS_CBSIZE/* Boot Argument Buffer Size */
 
 /*
  * For booting Linux, the board info and command line data
index 1124de4986074f7b0e11af69c28aecfdf0d0ca0c..233e0ab8faab03027025565d860355e5a2b836d2 100644 (file)
@@ -685,7 +685,6 @@ unsigned long get_board_ddr_clk(void);
 #define CONFIG_CMDLINE_EDITING         /* Command-line editing */
 #define CONFIG_AUTO_COMPLETE           /* add autocompletion support */
 #define CONFIG_SYS_LOAD_ADDR   0x2000000 /* default load address */
-#define CONFIG_SYS_BARGSIZE    CONFIG_SYS_CBSIZE/* Boot Argument Buffer Size */
 
 /*
  * For booting Linux, the board info and command line data
index c9571b8ac3bba609f5d1c4c54ec0f1d21730e585..625130aafcb81d69fa1e694647c09097bda8874b 100644 (file)
 #define CONFIG_CMDLINE_EDITING                 /* Command-line editing */
 #define CONFIG_AUTO_COMPLETE                   /* add autocompletion support */
 #define CONFIG_SYS_LOAD_ADDR   0x2000000       /* default load address */
-#define CONFIG_SYS_BARGSIZE    CONFIG_SYS_CBSIZE/* Boot Argument Buffer Size */
 
 /*
  * For booting Linux, the board info and command line data
index 00faa9f4723bee39946df1f732f05fb73aaa599c..77d0bc304d20cf960118c0d8146de8cba4818292 100644 (file)
 #define CONFIG_CMDLINE_EDITING 1       /* add command line history */
 #define CONFIG_AUTO_COMPLETE           /* add autocompletion support */
 
-                               /* Boot Argument Buffer Size */
-#define CONFIG_SYS_BARGSIZE    CONFIG_SYS_CBSIZE
-
 #undef CONFIG_WATCHDOG         /* watchdog disabled */
 
 /*
index 34e29de03038151d979012bd976ef896ac92f75f..902abc48cecc7fa36055cd2864497209854d8682 100644 (file)
 #define CONFIG_SYS_LONGHELP                    /* undef to save memory */
 #define CONFIG_CMDLINE_EDITING                 /* Command-line editing */
 #define CONFIG_SYS_LOAD_ADDR   0x2000000       /* default load address */
-#define CONFIG_SYS_BARGSIZE    CONFIG_SYS_CBSIZE/* Boot Argument Buffer Size */
 #define CONFIG_SYS_HZ          1000    /* decrementer freq: 1ms tick */
 
 /*
index 2e86b5d732f05c19d8f5323abbb93a6e29424068..f47e45b433e831ab5392eb09661efe6124336da7 100644 (file)
  */
 #define CONFIG_SYS_LONGHELP                    /* undef to save memory */
 
-/* Boot Argument Buffer Size */
-#define CONFIG_SYS_BARGSIZE    CONFIG_SYS_CBSIZE
-
 /*
  * Size of malloc() pool
  */
index 2187445b31acb3c15157bd58e51ce4c986d5aee6..bf713b806d1be30c4006739b6ba4d17be28e7f74 100644 (file)
  */
 #define CONFIG_SYS_LONGHELP                    /* undef to save memory */
 
-/* Boot Argument Buffer Size */
-#define CONFIG_SYS_BARGSIZE    CONFIG_SYS_CBSIZE
-
 /*
  * Size of malloc() pool
  */
index a4a87991610e8333d88da1fb35e50c1f6a6043db..86302cf55f6886c5e6e15daff2ead04bb49b7ab3 100644 (file)
 #define CONFIG_SYS_LONGHELP
 #define CONFIG_AUTO_COMPLETE
 
-#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
-
 #define CONFIG_SYS_MEMTEST_START       0x10000000
 #define CONFIG_SYS_MEMTEST_END         0x10010000
 #define CONFIG_SYS_MEMTEST_SCRATCH     0x10800000
index ce9d4f8f50cfccc7de31b306176a0f06ba1a5d50..edaa384213d5fd875786b8724b34e8fb0748de62 100644 (file)
 #define CONFIG_SYS_CBSIZE              512     /* Console I/O Buffer Size */
 #define CONFIG_SYS_MAXARGS             32      /* max number of command */
                                                /* args */
-/* Boot Argument Buffer Size */
-#define CONFIG_SYS_BARGSIZE            (CONFIG_SYS_CBSIZE)
 /* memtest works on */
 #define CONFIG_SYS_MEMTEST_START       (OMAP34XX_SDRC_CS0)
 #define CONFIG_SYS_MEMTEST_END         (OMAP34XX_SDRC_CS0 + \
index f8f19eb6e67a9d631e6fcc575114fd254bb43dbc..5435ca8f4ea40fe99b1314f59d950514132e717a 100644 (file)
 
 /* Console I/O Buffer Size */
 #define CONFIG_SYS_CBSIZE              512
-/* Boot Argument Buffer Size */
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
 
 /* memtest works on */
 #define CONFIG_SYS_MEMTEST_START       (OMAP34XX_SDRC_CS0)
index 77fc1ef61b86b47fbea8d0b67c304e12c67c062f..595bd57a7f58ce778b08e3694803b91a2939498f 100644 (file)
@@ -33,9 +33,6 @@
 /* undef to save memory        */
 #undef CONFIG_SYS_LONGHELP
 
-/* Boot argument buffer size   */
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
-
 #define CONFIG_AUTO_COMPLETE           1 /* add autocompletion support */
 #define CONFIG_MX_CYCLIC               1 /* enable mdc/mwc commands    */
 
index 0a510945157cb455aaa9cce3b425893ee64ce21f..1e182a140e06379ee6a1687864c8e8ca7e8defd0 100644 (file)
@@ -58,8 +58,6 @@
  */
 #define CONFIG_SYS_LONGHELP
 
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
-
 #define CONFIG_BOOTCOMMAND             "bootm 20080000 20300000"
 #define CONFIG_ENV_OVERWRITE
 
index e2bdf2380f389797f05158246f2c04f21f5d8a71..ceab037cc12ca1d9e8850d6329a4283e20a1d2e6 100644 (file)
 
 #define CONFIG_SYS_LONGHELP
 
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
-
 #define CONFIG_FPGA_COUNT      1
 #define        CONFIG_FPGA_XILINX
 #define        CONFIG_FPGA_SPARTAN3
index c7d2ac80a97482677b7dc4e6434b23675d7b7592..29c595970a22fea3d2e07ce545c79000bbc9f9ea 100644 (file)
@@ -80,7 +80,6 @@
  * Console configuration
  */
 #define CONFIG_SYS_LONGHELP
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
 
 /*
  * Misc utility configuration
index 45b6eb938b4976d3ba5187fb988fae41ebe3c83a..f90542c9fd54d87af588b3212b585d536f3d60e2 100644 (file)
@@ -49,7 +49,5 @@
 
 /* Console I/O Buffer Size */
 #define CONFIG_SYS_CBSIZE              512
-/* Boot Argument Buffer Size */
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
 
 #endif /* __BUR_CFG_COMMON_H__ */
index 42149d11e404b07609fe4498dda415c301c73ce5..d30b783a4c3415b2f4462c959d7b28eb462c47b8 100644 (file)
 #define CONFIG_TIMESTAMP
 #define CONFIG_SYS_AUTOLOAD            "no"
 #define CONFIG_SYS_LONGHELP            /* undef to save memory */
-/* Boot Argument Buffer Size */
-#define CONFIG_SYS_BARGSIZE            (CONFIG_SYS_CBSIZE)
 
 #define CONFIG_SYS_MEMTEST_START       (OMAP34XX_SDRC_CS0)     /* memtest */
                                                                /* works on */
index 800d4be45573fb7bff28be37ce797ebc350256c9..282b7ae10c97fb300ebded0834f88c8ef73dc780 100644 (file)
 #define CONFIG_SYS_LONGHELP            /* undef to save memory */
 #define CONFIG_SYS_CBSIZE              512     /* Console I/O Buffer Size */
 #define CONFIG_SYS_MAXARGS             32      /* max number of command args */
-/* Boot Argument Buffer Size */
-#define CONFIG_SYS_BARGSIZE            (CONFIG_SYS_CBSIZE)
 
 #define CONFIG_SYS_LOAD_ADDR           (OMAP34XX_SDRC_CS0 + 0x02000000)
 
index b1404c568e396f94740e398232060a5ba64600e8..442f8e002f4474304ca3ad8c925e444e93e13b8b 100644 (file)
@@ -169,8 +169,6 @@ from which user programs will be started */
 
 #define CONFIG_SYS_LONGHELP                            /* undef to save memory         */
 
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE       /* Boot Argument Buffer Size    */
-
 /*
  *-----------------------------------------------------------------------------
  * End of user parameters to be customized
index 981a3fe4c2fd384442791d0c51ba509e77a871c2..123e5d785c9c06466787a709ce2608155d3893e2 100644 (file)
@@ -84,7 +84,6 @@
 #endif
 
 #undef CONFIG_SYS_LONGHELP             /* Saves 10 KB */
-#define        CONFIG_SYS_BARGSIZE             CONFIG_SYS_CBSIZE
 #define        CONFIG_SYS_DEVICE_NULLDEV       1
 #undef CONFIG_CMDLINE_EDITING          /* Saves 2.5 KB */
 #undef CONFIG_AUTO_COMPLETE            /* Saves 2.5 KB */
index 3dc597aef2243a93f965ca31a420ebddda3f346e..37c8be48ace1adf7915751e859caeaf77050395b 100644 (file)
 #endif /* CONFIG_TRAILBLAZER */
 
 #define CONFIG_SYS_LOAD_ADDR   0x2000000       /* default load address */
-#define CONFIG_SYS_BARGSIZE    CONFIG_SYS_CBSIZE
 
 #ifndef CONFIG_TRAILBLAZER
 /*
index a58c12a4545d6a6398cd8d7a5c3dcc29dbed2707..0dbf149725dc291fc598c89d9b45d27727c70245 100644 (file)
 #define CONFIG_CMDLINE_EDITING                 /* Command-line editing */
 #define CONFIG_AUTO_COMPLETE                   /* add autocompletion support */
 #define CONFIG_SYS_LOAD_ADDR   0x2000000       /* default load address */
-#define CONFIG_SYS_BARGSIZE    CONFIG_SYS_CBSIZE       /* Boot Argument Buffer Size */
 
 /*
  * For booting Linux, the board info and command line data
index b47845449695c8e282204e22c52cabfe3d90f454..13e7c71609df1a827c564eb81d51b1d7f5e3d9cf 100644 (file)
 #define CONFIG_CMDLINE_EDITING                 /* Command-line editing */
 #define CONFIG_AUTO_COMPLETE                   /* add autocompletion support */
 #define CONFIG_SYS_LOAD_ADDR   0x2000000       /* default load address */
-#define CONFIG_SYS_BARGSIZE    CONFIG_SYS_CBSIZE       /* Boot Argument Buffer Size */
 
 /*
  * For booting Linux, the board info and command line data
index baebdefc445c9e03297f40c335a487c2b2caff99..98b6688626087b7dfde925880754457cb7c6cb68 100644 (file)
@@ -114,7 +114,6 @@ REFLASH(dragonboard/u-boot.img, 8)\
 
 /* Monitor Command Prompt */
 #define CONFIG_SYS_CBSIZE              512     /* Console I/O Buffer Size */
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
 #define CONFIG_SYS_MAXARGS             64      /* max command args */
 
 #endif
index fc06814761345f79d6e09d642cdd35f152851d79..8fcc791ab47c04fb6a392ca2c63598e0feab9108 100644 (file)
@@ -78,8 +78,6 @@
 
 #define CONFIG_SYS_LONGHELP                    /* Enable "long" help in mon */
 #define CONFIG_SYS_CBSIZE              1024    /* Console I/O buffer size */
-/* Boot argument buffer size */
-#define CONFIG_SYS_BARGSIZE    CONFIG_SYS_CBSIZE
 
 /* Serial port hardware configuration */
 #define CONFIG_PL010_SERIAL
index 5e5d04474b1240aa326b7dcfc59887e8d420d0ff..35606110816b393c8f93c9df801b9b8de5ae7a9f 100644 (file)
@@ -93,7 +93,6 @@
 #define CONFIG_SYS_CBSIZE      512     /* Console I/O Buffer Size */
 /* Print Buffer Size */
 #define CONFIG_SYS_MAXARGS     32      /* max number of command args */
-#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot Argument Buffer Size */
 
 #define CONFIG_SYS_MEMTEST_START       0       /* memtest works on */
 #define CONFIG_SYS_MEMTEST_END         0x10000
index 787409323746de7788f41d69093761b99668f1a3..45f845b3788950481bea5cc3746c7e3ddbcfe80b 100644 (file)
 #define CONFIG_SYS_LONGHELP
 #define CONFIG_AUTO_COMPLETE
 
-#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
-
 #define CONFIG_SYS_MEMTEST_START       0x10000000
 #define CONFIG_SYS_MEMTEST_END         0x10010000
 #define CONFIG_SYS_MEMTEST_SCRATCH     0x10800000
index da44cd27377e97ca2cd4139b9b8c7a6b030fe4b2..138376c2b988d1d974b6ec220f0de4c192139399 100644 (file)
 
 /* Monitor Command Prompt */
 #define CONFIG_SYS_CBSIZE              512     /* Console I/O Buffer Size */
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
 #define CONFIG_SYS_LONGHELP
 #define CONFIG_CMDLINE_EDITING
 #define CONFIG_SYS_MAXARGS             64      /* max command args */
index 5e8b3dda1b980f3b88eceac98b6f7076eb3130d0..0ac80222757a17470d2f24d67b168320a2e8114b 100644 (file)
@@ -73,7 +73,6 @@
 #define CONFIG_AUTO_COMPLETE
 #define CONFIG_CMDLINE_EDITING
 #define CONFIG_SYS_LONGHELP
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
 
 /*
  * Misc utility configuration
index 5f2ee28b5e41c598501554c51b0992ccab421c15..1750b228a174200c1caebe76b90500ef2167130d 100644 (file)
@@ -93,8 +93,6 @@
  * Miscellaneous configurable options
  */
 #define CONFIG_SYS_LONGHELP            /* undef to save memory */
-/* Boot Argument Buffer Size */
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
 
 #define CONFIG_SYS_MEMTEST_START       0  /* memtest works on */
 #define CONFIG_SYS_MEMTEST_END         0x10000
index 8d9ec33c49403697ff8429cb0b78cc91f17d99a6..edc798b117f68ace98a45c8e99d61e17c52bb318 100644 (file)
@@ -13,7 +13,6 @@
 #define CONFIG_SYS_TIMERBASE           0x13000100      /* Timer1 */
 #define CONFIG_SYS_LOAD_ADDR           0x7fc0  /* default load address */
 #define CONFIG_SYS_LONGHELP
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE /* Boot Argument Buffer Size*/
 #define CONFIG_SYS_MALLOC_LEN          (CONFIG_ENV_SIZE + 128*1024) /* Size of malloc() pool */
 
 /* Serial port PL010/PL011 through the device model */
index c88db4aebac56388e97b0a292fa040e42cf78372..096799eb64b7f6a124ae46b2ca02cbb6a4961562 100644 (file)
 
 /* Monitor Command Prompt */
 #define CONFIG_SYS_CBSIZE              512     /* Console I/O Buffer Size */
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE /* Boot args buffer */
 #define CONFIG_SYS_LONGHELP
 #define CONFIG_CMDLINE_EDITING         1
 #define CONFIG_AUTO_COMPLETE
index 15aeea1433faab11e411ef4a130f4c06ab6ccaf5..3fe7b8f44c1b10d0c2bd552f162215ff40fe164e 100644 (file)
 #define CONFIG_SYS_LONGHELP            /* undef to save memory */
 #define CONFIG_SYS_PROMPT_HUSH_PS2     "> "
 #define CONFIG_AUTO_COMPLETE
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
 
 #define CONFIG_CMD_GREPENV
 #define CONFIG_CMD_MEMINFO
index 9b6284635e62b612e6da1b0a21f74427f2c180cd..f3d3aa227123acc968920ffd208cae237e206fe3 100644 (file)
@@ -512,7 +512,6 @@ unsigned long get_board_ddr_clk(void);
  */
 #define CONFIG_SYS_LONGHELP            /* undef to save memory */
 #define CONFIG_AUTO_COMPLETE
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
 
 #define CONFIG_SYS_MEMTEST_START       0x80000000
 #define CONFIG_SYS_MEMTEST_END         0x9fffffff
index 2bf91d0aff1bbc3de101b0c2337e198864642a85..852ff57fb6defc905c73874c61005e04b4df13e4 100644 (file)
  */
 #define CONFIG_SYS_LONGHELP            /* undef to save memory */
 #define CONFIG_AUTO_COMPLETE
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
 
 #define CONFIG_SYS_MEMTEST_START       0x80000000
 #define CONFIG_SYS_MEMTEST_END         0x9fffffff
index 189dd8a6455786baf0ad4372fe8b09bb116685fe..002830c27e48f91aa5f39e04c4f0b95d9be3aa1d 100644 (file)
 
 /* Monitor Command Prompt */
 #define CONFIG_SYS_CBSIZE              512     /* Console I/O Buffer Size */
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE /* Boot args buffer */
 #define CONFIG_SYS_LONGHELP
 
 #ifndef SPL_NO_MISC
index cc35880bf170489003926e1fd228850733e5d012..5aadd92efd555f0c32f2297710227ee35e750d26 100644 (file)
@@ -383,7 +383,6 @@ unsigned long get_board_ddr_clk(void);
 #define CONFIG_MISC_INIT_R
 #define CONFIG_SYS_LONGHELP            /* undef to save memory */
 #define CONFIG_AUTO_COMPLETE
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
 
 #define CONFIG_SYS_MEMTEST_START       0x80000000
 #define CONFIG_SYS_MEMTEST_END         0x9fffffff
index 1b446a1e01cef942dd199ea41667653c81471e3e..dfc8e9237d09d715e59b4cc630f2db2c9e3e80b3 100644 (file)
 
 /* Monitor Command Prompt */
 #define CONFIG_SYS_CBSIZE              512     /* Console I/O Buffer Size */
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE /* Boot args buffer */
 #define CONFIG_SYS_LONGHELP
 
 #define CONFIG_AUTO_COMPLETE
index bf48b2f831ff0bee41e2bc987bb24453c6e00e6f..9231cca9e95d6200f9f9dd3b6ccc38ee5e8b993e 100644 (file)
@@ -417,7 +417,6 @@ unsigned long get_board_ddr_clk(void);
 #define CONFIG_MISC_INIT_R
 #define CONFIG_SYS_LONGHELP            /* undef to save memory */
 #define CONFIG_AUTO_COMPLETE
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
 
 #define CONFIG_SYS_MEMTEST_START       0x80000000
 #define CONFIG_SYS_MEMTEST_END         0x9fffffff
index b7a4902318b1061395b834813e7204b4c45f4bf3..f8978693a4f468819c35176ac29d12edc99a6100 100644 (file)
@@ -216,7 +216,6 @@ unsigned long long get_qixis_addr(void);
 
 /* Monitor Command Prompt */
 #define CONFIG_SYS_CBSIZE              512     /* Console I/O Buffer Size */
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE /* Boot args buffer */
 #define CONFIG_SYS_LONGHELP
 #define CONFIG_CMDLINE_EDITING         1
 #define CONFIG_AUTO_COMPLETE
index 1b52cdaa47ae0e874efd0ead520277ff681ccfe3..d88d42de9ac2ff99b7468dc3f054f8bb789a58b0 100644 (file)
@@ -25,7 +25,6 @@
 #define GICD_BASE                      0xc4301000
 #define GICC_BASE                      0xc4302000
 
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
 #define CONFIG_SYS_LONGHELP
 #define CONFIG_CMDLINE_EDITING
 
index 6f98bb07e8feb5767c3bf5a8c6863bdf640d6c1f..bc41a3362dea6a1a0d687ddd2fa632539bdb5a14 100644 (file)
 #define CONFIG_SYS_LONGHELP
 #define CONFIG_AUTO_COMPLETE
 
-#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
-
 #endif /* __CONFIG_H */
index d6eaabf812384ac64f099f24c076066c9b266bae..18ee355e2eb30dbfd213beea01776fde9ce4df6f 100644 (file)
@@ -95,7 +95,6 @@
  * Miscellaneous configurable options
  */
 #define CONFIG_SYS_LONGHELP            /* undef to save memory */
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE       /* Boot Argument Buffer Size */
 
 #define CONFIG_SYS_MEMTEST_START       0               /* memtest works on */
 #define CONFIG_SYS_MEMTEST_END         0x10000
index 63db73b7d322de04f75d2ff826888808c8364ab5..3867f7a0915af503bc3760a227bd321f06b1a104 100644 (file)
@@ -87,8 +87,6 @@
  * Miscellaneous configurable options
  */
 #define CONFIG_SYS_LONGHELP    /* undef to save memory */
-/* Boot Argument Buffer Size */
-#define CONFIG_SYS_BARGSIZE    CONFIG_SYS_CBSIZE
 
 /* memtest works on */
 #define CONFIG_SYS_MEMTEST_START       0x80000000
index 93846a9d06d72bf7d972c1895f643e2c4e63c441..f16bfb98e40a582223d7806e005588e03c82c197 100644 (file)
 #define CONFIG_CMDLINE_EDITING
 
 #define CONFIG_AUTO_COMPLETE
-#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot Argument Buffer Size */
 
 #define CONFIG_SYS_MEMTEST_START       0       /* memtest works on */
 #define CONFIG_SYS_MEMTEST_END         0x10000
index 0620354daf5f59d3f2785e2be5d6f16fdacab0dc..c993dd889647550e63a6a63cf860355d55c43ee6 100644 (file)
  */
 #define CONFIG_SYS_LONGHELP            /* undef to save memory */
 #define CONFIG_AUTO_COMPLETE
-#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot Argument Buffer Size */
 
 #define CONFIG_SYS_MEMTEST_START       0x90000000
 #define CONFIG_SYS_MEMTEST_END         0x90010000
index c3ab5f5a39cae3a0397b621f7c7e8799a4e3e636..2417a1ab9cfa4043c68b0719287380b1bbc0de51 100644 (file)
 #define CONFIG_SYS_LONGHELP            /* undef to save memory */
 #define CONFIG_AUTO_COMPLETE
 
-#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot Argument Buffer Size */
-
 #define CONFIG_SYS_MEMTEST_START       0x70000000
 #define CONFIG_SYS_MEMTEST_END         0x70010000
 
index 6273fb8a49765e75c2b1c4753e950177d2bbc463..266913670c779fc3e09c7c7b1741096b1a264a50 100644 (file)
 #define CONFIG_AUTO_COMPLETE
 #define CONFIG_SYS_CBSIZE              512     /* Console I/O Buffer Size */
 
-#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE  /* Boot Argument Buffer Size */
-
 #define CONFIG_SYS_MEMTEST_START       0x70000000
 #define CONFIG_SYS_MEMTEST_END         0x70010000
 
index 8394bf1b1aecf21d5c65be1fe8d75a5df6f6502e..1bddb37bbb9fffce49e286364d52ec84066459a4 100644 (file)
 #define CONFIG_SYS_LONGHELP            /* undef to save memory */
 #define CONFIG_AUTO_COMPLETE
 
-#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot Argument Buffer Size */
-
 #define CONFIG_SYS_MEMTEST_START       0x70000000
 #define CONFIG_SYS_MEMTEST_END         0x70010000
 
index 49eef460d9477a19cb6981e457c34ef77cadfa68..5101218232cd70841915637bb0d577546b40178c 100644 (file)
 #define CONFIG_AUTO_COMPLETE
 #define CONFIG_SYS_CBSIZE              512     /* Console I/O Buffer Size */
 
-#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot Argument Buffer Size */
-
 #define CONFIG_SYS_MEMTEST_START       0x70000000
 #define CONFIG_SYS_MEMTEST_END         0x70010000
 
index 2e5660534b99309541bc291be5cd8555d81483ea..216a0d55b9d5752d393a474b5e8f1f924ffb1a3b 100644 (file)
 #define CONFIG_SYS_LONGHELP            /* undef to save memory */
 #define CONFIG_AUTO_COMPLETE
 
-#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot Argument Buffer Size */
-
 #define CONFIG_SYS_MEMTEST_START       0x70000000
 #define CONFIG_SYS_MEMTEST_END         0x70010000
 
index f07e83b498c658f174ffba7228bbc1d52710ee81..4de9db65c103fff348acb447267c6d8b4fba10b4 100644 (file)
@@ -64,7 +64,6 @@
 #define CONFIG_AUTO_COMPLETE
 #define CONFIG_SYS_CBSIZE      512
 #define CONFIG_SYS_MAXARGS     32
-#define CONFIG_SYS_BARGSIZE    CONFIG_SYS_CBSIZE
 
 #ifndef CONFIG_SYS_DCACHE_OFF
 #endif
index 6df6498fd5e786806a9856855f1ddca11281dbb2..16e4d95ff47de948e41cebb582df88b4c22cc352 100644 (file)
@@ -42,7 +42,6 @@
 #define CONFIG_AUTO_COMPLETE
 #define CONFIG_SYS_CBSIZE              512
 #define CONFIG_SYS_MAXARGS             32
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
 
 #ifndef CONFIG_SYS_DCACHE_OFF
 #endif
index af39893ca4c83f4ed2d7f8d7f41082b3de8c400c..a7992ea852c553ac109a7a44513d9d49efa77066 100644 (file)
@@ -79,7 +79,6 @@
 #define CONFIG_SYS_CBSIZE              512
 
 #define CONFIG_SYS_MAXARGS             256
-#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
 
 #define CONFIG_CMDLINE_EDITING
 
index 1a486806c1def60a7612bf41d9d064be18e48177..8e1effad34f53a867c0588ee251fa371618cda90 100644 (file)
@@ -331,8 +331,6 @@ int rx51_kp_getc(struct stdio_dev *sdev);
  * Miscellaneous configurable options
  */
 #define CONFIG_SYS_LONGHELP                    /* undef to save memory */
-/* Boot Argument Buffer Size */
-#define CONFIG_SYS_BARGSIZE            (CONFIG_SYS_CBSIZE)
 
 #define CONFIG_SYS_MEMTEST_START       (OMAP34XX_SDRC_CS0)
 #define CONFIG_SYS_MEMTEST_END         (OMAP34XX_SDRC_CS0 + 0x01F00000)/*31MB*/
index c62fe82081bdf77b6c6d4df5183c50821081c3f2..c086de6aa7d149a376d22790f322a0034cf8d55b 100644 (file)
@@ -54,6 +54,5 @@
  * Console configuration
  */
 #define CONFIG_SYS_LONGHELP
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
 
 #endif /* _CONFIG_NSIM_H_ */
index b757edbcb3fc60302dabe005477bbc8a21e3bfae..3c85f534e8b806426224f60cb8f17e1811e01fa4 100644 (file)
 #define CONFIG_SYS_LONGHELP                    /* undef to save memory */
 #define CONFIG_CMDLINE_EDITING                 /* Command-line editing */
 #define CONFIG_SYS_LOAD_ADDR   0x2000000       /* default load address */
-#define CONFIG_SYS_BARGSIZE    CONFIG_SYS_CBSIZE/* Boot Argument Buffer Size */
 
 /*
  * For booting Linux, the board info and command line data
index 0d8ef1e8e2b2ab778bccc2a96d89a247182c5ba0..5a3245c4737ea525a1381c22caf5766c322a1967 100644 (file)
@@ -397,7 +397,6 @@ extern unsigned long get_board_sys_clk(unsigned long dummy);
 #define CONFIG_SYS_LONGHELP                    /* undef to save memory */
 #define CONFIG_CMDLINE_EDITING                 /* Command-line editing */
 #define CONFIG_SYS_LOAD_ADDR   0x2000000       /* default load address */
-#define CONFIG_SYS_BARGSIZE    CONFIG_SYS_CBSIZE/* Boot Argument Buffer Size */
 
 /*
  * For booting Linux, the board info and command line data
index 6d0d85dd2660fba08d81b5843c97edbff61ab20c..8144a83db25975c514f49eb13317c67980b094c2 100644 (file)
 #define CONFIG_SYS_LONGHELP            /* undef to save memory */
 #define CONFIG_AUTO_COMPLETE
 #define CONFIG_CMDLINE_EDITING
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
 
 #define CONFIG_SYS_MEMTEST_START       0x80010000
 #define CONFIG_SYS_MEMTEST_END         0x87C00000
index 151ccb5018c8d9d139a373db1159ab270f876721..61de2d6eadebecf33eb9df67877bb6336a454e81 100644 (file)
@@ -76,6 +76,5 @@
 #define CONFIG_SYS_LONGHELP
 #define CONFIG_SYS_CBSIZE              512
 #define CONFIG_SYS_MAXARGS             64
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
 
 #endif /* _POPLAR_H_ */
index 20cc594686a31e404f4471ad40f721a5a0514718..eb4cfae9284cceffb47ac07bb8491bdf89ea1e05 100644 (file)
@@ -131,7 +131,6 @@ extern unsigned long long get_phys_ccsrbar_addr_early(void);
 #define CONFIG_CMDLINE_EDITING                 /* Command-line editing */
 #define CONFIG_AUTO_COMPLETE                   /* add autocompletion support */
 #define CONFIG_SYS_LOAD_ADDR   0x2000000       /* default load address */
-#define CONFIG_SYS_BARGSIZE    CONFIG_SYS_CBSIZE/* Boot Argument Buffer Size */
 
 /*
  * For booting Linux, the board info and command line data
index 4602bd6b40d4488b637f2bb1869b98250a8ff6ef..246b179766f4ee8508d4b6878a139853507df55f 100644 (file)
 #define CONFIG_SYS_PROMPT_HUSH_PS2     "> "
 #define CONFIG_SYS_PROMPT              "=> "
 #undef CONFIG_AUTO_COMPLETE
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
 #define CONFIG_CMDLINE_EDITING
 
 #define CONFIG_CMD_MEMTEST
index 4df42f0456edb9a7d9f1f8f01171f1f8a1368afb..7a6eed4ea80943ebbd7bdd62d6b1b7c95f503881 100644 (file)
 
 #define CONFIG_SYS_LONGHELP            /* undef to save memory */
 #define CONFIG_SYS_PBSIZE      384     /* Print Buffer Size */
-/* Boot Argument Buffer Size */
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
 /* memtest works on */
 #define CONFIG_SYS_MEMTEST_START       CONFIG_SYS_SDRAM_BASE
 #define CONFIG_SYS_MEMTEST_END         (CONFIG_SYS_SDRAM_BASE + 0x5000000)
index 65fe93107ae2ee89a6f5ada31e7143e91634a505..328cdf47576d8a71d9e7c22516039d8667ec47dc 100644 (file)
 #define CONFIG_SYS_LONGHELP                    /* undef to save memory */
 #define CONFIG_SYS_LOAD_ADDR   0x2000000       /* default load address */
 
-                               /* Boot Argument Buffer Size */
-#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 325382c7aed65f5e2da1b5bd0f379722106c0a72..a2a715b99dc26063dcb646fbeb500c82eaade548 100644 (file)
 #define CONFIG_AUTO_COMPLETE                   /* add autocompletion support */
 #define CONFIG_SYS_LONGHELP                    /* undef to save memory */
 #define CONFIG_SYS_LOAD_ADDR   0x2000000       /* default load address */
-#define CONFIG_SYS_BARGSIZE    CONFIG_SYS_CBSIZE       /* Boot Argument Buffer Size */
 
 /*
  * For booting Linux, the board info and command line data
index 8f2d9a4301d492ea290fab14a7c5304a5e0e8cbf..a0097fdbd9157c6528e62694e801f2a18b197982 100644 (file)
 #define CONFIG_SYS_LOAD_ADDR   0x2000000       /* default load address */
 #define CONFIG_CMDLINE_EDITING 1               /* add command line history */
 
-#define CONFIG_SYS_BARGSIZE    CONFIG_SYS_CBSIZE       /* Boot Argument Buffer Size */
-
 /*
  * For booting Linux, the board info and command line data
  * have to be in the first 8 MB of memory, since this is
index 9c5cc7d926fcc415275ca73c2eba96dd99f96992..3398b121bfa9b60a335dda869012257de88e429b 100644 (file)
  */
 #define CONFIG_SYS_LONGHELP            /* undef to save memory */
 #define CONFIG_SYS_PBSIZE      384     /* Print Buffer Size */
-/* Boot Argument Buffer Size */
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
 /* memtest works on */
 #define CONFIG_SYS_MEMTEST_START       CONFIG_SYS_SDRAM_BASE
 #define CONFIG_SYS_MEMTEST_END         (CONFIG_SYS_SDRAM_BASE + 0x5e00000)
index 15bead5386d5967edadf68a5ebcef54fe271fcd6..0d88ab57e0330c5509816ac3c1176b0d3efb7030 100644 (file)
 #define CONFIG_SYS_LONGHELP                    /* undef to save memory         */
 #define CONFIG_SYS_LOAD_ADDR   0x2000000       /* default load address         */
 
-#define CONFIG_SYS_BARGSIZE    CONFIG_SYS_CBSIZE       /* Boot Argument Buffer Size    */
-
 /*
  * For booting Linux, the board info and command line data
  * have to be in the first 8 MB of memory, since this is
index fe61824e33ae9d729a5f466cfc85b19d881f8309..349232e1bfd65eb2a84efcdc52579995bba1d634 100644 (file)
 #define CONFIG_SYS_MALLOC_LEN                  (1024*1024)
 #define CONFIG_SYS_LONGHELP
 #define CONFIG_CMDLINE_EDITING
-#define CONFIG_SYS_BARGSIZE                    CONFIG_SYS_CBSIZE
 #define CONFIG_SYS_LOAD_ADDR                   0x00800000
 
 #define CONFIG_SYS_FLASH_EMPTY_INFO
index 32082065b825adb13122dbe136c80f92c1ac233a..02d7be08495d7c9661604ffb65db956aeadfc7e2 100644 (file)
 #define CONFIG_SYS_CBSIZE      1024    /* Console I/O Buffer Size */
 #define CONFIG_SYS_PBSIZE      1024    /* Print Buffer Size */
 
-/* Boot Argument Buffer Size */
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
-
 /* standalone support */
 #define CONFIG_STANDALONE_LOAD_ADDR    CONFIG_SYS_LOAD_ADDR
 
index 23003d4d76b19e75a75e1cf4b2c1dba351b9d3a6..4938f43985c66fe4124271178a0ea9ab8548ea92 100644 (file)
 #define CONFIG_CMDLINE_EDITING                 /* Command-line editing */
 #define CONFIG_AUTO_COMPLETE                   /* add autocompletion support */
 #define CONFIG_SYS_LOAD_ADDR   0x2000000       /* default load address */
-#define CONFIG_SYS_BARGSIZE    CONFIG_SYS_CBSIZE/* Boot Argument Buffer Size */
 
 /*
  * For booting Linux, the board info and command line data
index e4c446487293aaaf91a0edd1d7a23af2b70c132b..05399092fec4e8939a3f32db489e9cda2bdb7978 100644 (file)
@@ -97,8 +97,6 @@
 
 #define CONFIG_SYS_MAXARGS             32      /* max number of command */
                                                /* args */
-/* Boot Argument Buffer Size */
-#define CONFIG_SYS_BARGSIZE            (CONFIG_SYS_CBSIZE)
 /* memtest works on */
 #define CONFIG_SYS_MEMTEST_START       (OMAP34XX_SDRC_CS0)
 #define CONFIG_SYS_MEMTEST_END         (OMAP34XX_SDRC_CS0 + \
index da26820a1212d5dc895ac5bd3d2892b503b11ae1..40321e7f77bc299005b2709ac03e01aceaa88370 100644 (file)
 #define CONFIG_CMDLINE_EDITING
 #define CONFIG_AUTO_COMPLETE
 
-/* Boot Argument Buffer Size */
-#define CONFIG_SYS_BARGSIZE            (CONFIG_SYS_CBSIZE)
-
 #define CONFIG_SYS_ALT_MEMTEST         1
 #define CONFIG_SYS_MEMTEST_START       (0x82000000)            /* memtest */
                                                                /* defaults */
index 47d4f47c365fcdcc92403bf19c5c267e2df2267f..a395e6737d55eab4de61ec38977802e48698263b 100644 (file)
@@ -72,6 +72,5 @@
  * Console configuration
  */
 #define CONFIG_SYS_LONGHELP
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
 
 #endif /* _CONFIG_TB100_H_ */
index 54aee474f19fa46983f5c282a99c992a2a05e209..209a7c3417592e1a79da75425eeca3e6ac9e5659 100644 (file)
@@ -74,7 +74,6 @@
 
 /* Monitor Command Prompt */
 #define CONFIG_SYS_CBSIZE              512     /* Console I/O Buffer Size */
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
 #define CONFIG_SYS_LONGHELP
 #define CONFIG_CMDLINE_EDITING         1
 #define CONFIG_SYS_MAXARGS             64              /* max command args */
index 212ff4e0fd21f4c41402b6cf3340764af5a4b3de..93d1e5e54cb0ba806a8642396352811375e192f1 100644 (file)
@@ -91,9 +91,6 @@
 /* Console I/O Buffer Size */
 #define CONFIG_SYS_CBSIZE              512
 
-/* Boot Argument Buffer Size */
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
-
 #define CONFIG_SYS_MEMTEST_START       CONFIG_SYS_SDRAM_BASE
 #define CONFIG_SYS_MEMTEST_END         (CONFIG_SYS_MEMTEST_START \
                                        + PHYS_DRAM_1_SIZE - (8 << 12))
index f4dd11b82d0a6dddab4357ca9f0d2185ed7bfe2a..46bb6f445ee94f0fc1541c7727c18eff657590ef 100644 (file)
 #define CONFIG_AUTO_COMPLETE
 #define CONFIG_SYS_CBSIZE              512     /* Console I/O Buffer Size */
 
-/* Boot Argument Buffer Size */
-#define CONFIG_SYS_BARGSIZE            (CONFIG_SYS_CBSIZE)
-
 #define CONFIG_SYS_MEMTEST_START       (OMAP34XX_SDRC_CS0 + 0x00000000)
 #define CONFIG_SYS_MEMTEST_END         (CONFIG_SYS_MEMTEST_START + \
                                        0x07000000) /* 112 MB */
index 1bd93b9cd410282456b6db43663b08e15cae9e00..ebfbb66bab5b1168033ad8170a84155e30805b15 100644 (file)
  */
 #define CONFIG_SYS_LONGHELP            /* undef to save memory */
 #define CONFIG_AUTO_COMPLETE
-#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot Argument Buffer Size */
 
 #define CONFIG_SYS_LOAD_ADDR           CONFIG_LOADADDR
 
index b21ca86ade3f91763854875f40855fa2c48d0af0..4bebc5959cccd581853b13ef41de9d5f753aa953 100644 (file)
@@ -25,7 +25,6 @@
 
 /* U-Boot general configurations */
 #define CONFIG_SYS_CBSIZE      512
-#define CONFIG_SYS_BARGSIZE    CONFIG_SYS_CBSIZE
 
 /* UART */
 #define CONFIG_MXC_UART
index 037639e35e32865c8abb5c7e71c1e6069e811242..316198a40225f6d756c759ff0a986ebae9055dad 100644 (file)
 
 /* Monitor Command Prompt */
 #define CONFIG_SYS_CBSIZE              512     /* Console I/O Buffer Size */
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
 #define CONFIG_SYS_LONGHELP
 #define CONFIG_CMDLINE_EDITING
 #define CONFIG_SYS_MAXARGS             64      /* max command args */
index b386ed4d1d512247c774409b6b19db1f258df3e0..bcaf5c9426a023089a45119341dce986262e8b70 100644 (file)
 
 /* Monitor Command Prompt */
 #define CONFIG_SYS_CBSIZE              512     /* Console I/O Buffer Size */
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE /* Boot args buffer */
 #define CONFIG_SYS_LONGHELP
 
 #endif /* VEXPRESS_COMMON_H */
index 7fd59a103386de50d7e0ac068480c02acf8307d6..3430f27c40dd8793a9b9e11fb2e6cf162f78b1cc 100644 (file)
 /* Miscellaneous configurable options */
 #define CONFIG_SYS_LONGHELP            /* undef to save memory */
 #undef CONFIG_AUTO_COMPLETE
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
 
 #define CONFIG_SYS_MEMTEST_START       0x80010000
 #define CONFIG_SYS_MEMTEST_END         0x87C00000
index 13fc2aa28a2f44746bbed4ea947e667588912d18..7df6a46aca6822f632b609dd2e1acc3c20b94552 100644 (file)
 #define CONFIG_SYS_LONGHELP                    /* undef to save memory */
 #define CONFIG_SYS_LOAD_ADDR   0x2000000       /* default load address */
 
-#define CONFIG_SYS_BARGSIZE    CONFIG_SYS_CBSIZE /* Boot Argument Buf Size */
-
 /*
  * For booting Linux, the board info and command line data
  * have to be in the first 256 MB of memory, since this is
index 8a41982dda27a832c24d22d262ae3b82557160d6..15b21ef32b0ebf0341a32960ec614e55ef1b421d 100644 (file)
 #define CONFIG_CMDLINE_EDITING
 
 #define CONFIG_AUTO_COMPLETE
-#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot Argument Buffer Size */
 
 #define CONFIG_SYS_MEMTEST_START       0       /* memtest works on */
 #define CONFIG_SYS_MEMTEST_END         0x10000
index 2c2a2c17380a860d8f33e2229c4a860779a6751f..dc8ec3663ba1624f63cb1e47d3fb6b5028120cda 100644 (file)
 #define CONFIG_SYS_LONGHELP
 #define CONFIG_CMDLINE_EDITING
 #define CONFIG_AUTO_COMPLETE
-#define CONFIG_SYS_BARGSIZE                    CONFIG_SYS_CBSIZE
 #define CONFIG_SYS_LOAD_ADDR                   0x00800000
 
 /* Use last 2 lwords in internal SRAM for bootcounter */
index 6fb7786a0e4232d90ba059ea9e08993d64f8574b..9bf098e687ac2247e5f61bfae38d63765405746b 100644 (file)
@@ -79,7 +79,6 @@
  */
 #define CONFIG_SYS_LONGHELP
 #define CONFIG_SYS_CBSIZE                      512
-#define CONFIG_SYS_BARGSIZE                    CONFIG_SYS_CBSIZE
 
 #define CONFIG_SYS_MEMTEST_START               0x00100000
 #define CONFIG_SYS_MEMTEST_END                 0x01000000
index 8c34f739603b609364b453e5919576801b541f34..beedc9eda88af56abf195e43637e207f22c05c28 100644 (file)
@@ -485,7 +485,6 @@ extern unsigned long get_board_sys_clk(unsigned long dummy);
  */
 #define CONFIG_SYS_LONGHELP                    /* undef to save memory */
 #define CONFIG_SYS_LOAD_ADDR   0x2000000       /* default load address */
-#define CONFIG_SYS_BARGSIZE    CONFIG_SYS_CBSIZE       /* Boot Argument Buffer Size */
 #define CONFIG_CMDLINE_EDITING 1               /* Command-line editing */
 #define CONFIG_LOADADDR                0x1000000       /* default location for tftp and bootm */
 #define CONFIG_PANIC_HANG                      /* do not reset board on panic */
index 58a0f4c022b7559d7124db09ecbde209adc44a2f..f589d1db9b0c6f6ba3e468b72a299e7e9220ce73 100644 (file)
  */
 #define CONFIG_SYS_LONGHELP                    /* undef to save memory */
 #define CONFIG_SYS_LOAD_ADDR   0x2000000       /* default load address */
-#define CONFIG_SYS_BARGSIZE    CONFIG_SYS_CBSIZE       /* Boot Argument Buffer Size */
 #define CONFIG_CMDLINE_EDITING 1               /* add command line history     */
 #define CONFIG_AUTO_COMPLETE   1               /* add autocompletion support */
 #define CONFIG_LOADADDR                0x1000000       /* default location for tftp and bootm */
index 2d370a965eaa406cf6bb54352f7389616cc45677..d217eb3c7dec82f6bf05b37dba535fd9723aab6e 100644 (file)
@@ -338,7 +338,6 @@ extern unsigned long get_board_ddr_clk(unsigned long dummy);
  */
 #define CONFIG_SYS_LONGHELP                    /* undef to save memory */
 #define CONFIG_SYS_LOAD_ADDR   0x2000000       /* default load address */
-#define CONFIG_SYS_BARGSIZE    CONFIG_SYS_CBSIZE       /* Boot Argument Buffer Size */
 #define CONFIG_CMDLINE_EDITING 1               /* add command line history     */
 #define CONFIG_AUTO_COMPLETE   1               /* add autocompletion support */
 #define CONFIG_LOADADDR                0x1000000       /* default location for tftp and bootm */
index d8ea5d7cab308f65e86db45c3811f12270681802..b43322404169e992c6585e2c1fd1ed6222247622 100644 (file)
@@ -337,7 +337,6 @@ extern unsigned long get_board_ddr_clk(unsigned long dummy);
  */
 #define CONFIG_SYS_LONGHELP                    /* undef to save memory */
 #define CONFIG_SYS_LOAD_ADDR   0x2000000       /* default load address */
-#define CONFIG_SYS_BARGSIZE    CONFIG_SYS_CBSIZE       /* Boot Argument Buffer Size */
 #define CONFIG_CMDLINE_EDITING 1               /* add command line history     */
 #define CONFIG_AUTO_COMPLETE   1               /* add autocompletion support */
 #define CONFIG_LOADADDR                0x1000000       /* default location for tftp and bootm */
index 71428b661b02048a0b9361bded571e3a1af0800f..71f8be8138a30119f45470e5ff61dfe9d688e928 100644 (file)
@@ -81,7 +81,6 @@ unsigned char zipitz2_spi_read(void);
 
 #define        CONFIG_SYS_LONGHELP                             /* undef to save memory */
 
-#define        CONFIG_SYS_BARGSIZE             CONFIG_SYS_CBSIZE       /* Boot Argument Buffer Size */
 #define        CONFIG_SYS_DEVICE_NULLDEV       1
 
 /*