]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Don't include standard parser if hush is used
authorSimon Glass <sjg@chromium.org>
Tue, 14 Feb 2012 19:59:22 +0000 (19:59 +0000)
committerWolfgang Denk <wd@denx.de>
Tue, 6 Mar 2012 20:09:30 +0000 (21:09 +0100)
commit7fed89e00e0836f7894f350716b3f182ee562760
tree83bf2d972be3792a2a2563fc3d7947fb4eec74d3
parent5307153236caaf2304e578c148e00a4b65cb8604
Don't include standard parser if hush is used

This saves about 1KB of code space on ARM with CONFIG_SYS_HUSH_PARSER
defined.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/main.c