diff options
-rw-r--r-- | src/board/ich9.sh | 4 |
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 |