summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2015-10-30 11:07:06 (EDT)
committer P. J. McDermott <pj@pehjota.net>2015-10-30 11:07:06 (EDT)
commitd25bd7be9b0d43a284a4efc925f89f97fa1e2270 (patch)
tree2f9c4b8f8413978e56771245f18e0bd93f543066
parent20236508ef52c3b016ff0e9d50914b55c1704c6b (diff)
downloadfirman.sh-d25bd7be9b0d43a284a4efc925f89f97fa1e2270.zip
firman.sh-d25bd7be9b0d43a284a4efc925f89f97fa1e2270.tar.gz
firman.sh-d25bd7be9b0d43a284a4efc925f89f97fa1e2270.tar.bz2
src/board/ich9.sh: Replace info() with dbg()
-rw-r--r--src/board/ich9.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/board/ich9.sh b/src/board/ich9.sh
index 187aafd..3f04b26 100644
--- a/src/board/ich9.sh
+++ b/src/board/ich9.sh
@@ -20,7 +20,7 @@ ich9_prepare_rom()
local mac=''
local rom_size=
- info 'Generating FD and GbE flash regions for Intel ICH9'
+ dbg 'Generating FD and GbE flash regions for Intel ICH9'
# Get current MAC address.
for iface in /sys/class/net/*; do
@@ -42,7 +42,7 @@ ich9_prepare_rom()
;;
esac
done
- info 'MAC address: %s' "${mac}"
+ dbg 'MAC address: %s' "${mac}"
# Create temporary directory.
if ! mkdir "$(get_temp_dir)/ich9"; then