Skip to content
Snippets Groups Projects
Commit 9a04dc52 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

gen_initramfs_list.sh: remove unused variable 'default_list'


This is assigned, but not referenced.

Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
Reviewed-by: default avatarGreg Thelen <gthelen@google.com>
parent a2183c04
No related branches found
No related tags found
No related merge requests found
......@@ -280,7 +280,6 @@ while [ $# -gt 0 ]; do
shift
;;
"-d") # display default initramfs list
default_list="$arg"
${dep_list}default_initramfs
;;
"-h")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment