summaryrefslogtreecommitdiffstats
path: root/include/configs
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:01:43 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:01:43 +0200
commit5b71cb53f927a80ddb79f152f79f2c340028ac7c (patch)
tree6d926e907a7b9df6096a7438a1ac34e1f1463657 /include/configs
parent91f26902b8cf833e20bf432971b9296c65c6b621 (diff)
downloadbarebox-5b71cb53f927a80ddb79f152f79f2c340028ac7c.tar.gz
barebox-5b71cb53f927a80ddb79f152f79f2c340028ac7c.tar.xz
svn_rev_318
remove CFG_BARGSIZE
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/scb9328.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/scb9328.h b/include/configs/scb9328.h
index 8505173ea5..0ebe113d79 100644
--- a/include/configs/scb9328.h
+++ b/include/configs/scb9328.h
@@ -35,7 +35,6 @@
* General options for u-boot. Modify to save memory foot print
*/
#define CFG_PBSIZE (CONFIG_CBSIZE+sizeof(CONFIG_PROMPT)+16) /* print buffer size */
-#define CFG_BARGSIZE CFG_CBSIZE /* boot args buf size */
#define CONFIG_BOOTDELAY 3