lib.sh: Simplified fx_() and removed fe_()

Instead of calling fe_, prefix x_ as indicated.

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2025-05-07 15:12:10 +01:00
parent 1390f7f800
commit ec5c954337
6 changed files with 13 additions and 23 deletions
+1 -1
View File
@@ -183,7 +183,7 @@ mkseagrub()
[ "$payload_grubsea" = "y" ] && pname="grub"
[ "$payload_grubsea" = "y" ] || \
cbfs "$tmprom" "$grubdata/bootorder" bootorder raw
fe_ cprom find "$grubdata/keymap" -type f -name "*.gkb"
fx_ cprom x_ find "$grubdata/keymap" -type f -name "*.gkb"
}
add_uboot()