diff options
author | Patrick Georgi <patrick.georgi@coresystems.de> | 2009-04-21 20:31:18 +0000 |
---|---|---|
committer | Patrick Georgi <patrick.georgi@coresystems.de> | 2009-04-21 20:31:18 +0000 |
commit | 2d3e712d5698b75270acfafaf7cf1c15aeb0be8a (patch) | |
tree | c0912a022c75a7fe3ab20a26ec8ac08a56a2efdd /targets/technexion/tim8690 | |
parent | 16cdbb244cded6f3d8df719b7a0217fdf6bf327d (diff) |
Add an "-l <num>" argument to abuild that sets the LOGLEVEL variables
to the specified value.
Only change Config-abuild.lb, as the others are for manual buildtarget
use - adding __LOGLEVEL__ there would kill the build as it isn't
replaced by the actual content.
Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4153 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets/technexion/tim8690')
-rw-r--r-- | targets/technexion/tim8690/Config-abuild.lb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/targets/technexion/tim8690/Config-abuild.lb b/targets/technexion/tim8690/Config-abuild.lb index 84a9797705..d425fd5666 100644 --- a/targets/technexion/tim8690/Config-abuild.lb +++ b/targets/technexion/tim8690/Config-abuild.lb @@ -8,6 +8,7 @@ option CROSS_COMPILE="CROSS_PREFIX" option HOSTCC="CROSS_HOSTCC" __COMPRESSION__ +__LOGLEVEL__ romimage "normal" option USE_FALLBACK_IMAGE=0 |