Home
last modified time | relevance | path

Searched hist:fb24112c19f1544129af938bb415b04241482f07 (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dcommand.hfb24112c19f1544129af938bb415b04241482f07 Mon Mar 14 01:07:33 UTC 2016 Simon Glass <sjg@chromium.org> Allow command code to compile to nothing

When CONFIG_CMDLINE is disabled we need to remove all the command-line
code. Most can be removed by dropping the appropriate linker lists from the
images, but sub-commands must be dealt with specially.

A simple mechanism is used to avoid 'unused static function' errors.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>