rename(configure_bootloaders): Remove the legacy use of "legacy"

This commit is contained in:
Michael Marineau 2014-03-05 16:00:24 -08:00
parent a022642e54
commit 2aa3571e45
2 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ create_base_image() {
--root="${root_fs_dir}" \
--board="${BOARD}"
${BUILD_LIBRARY_DIR}/create_legacy_bootloader_templates.sh \
${BUILD_LIBRARY_DIR}/configure_bootloaders.sh \
--arch=${ARCH} \
--disk_layout="${disk_layout}" \
--boot_dir="${root_fs_dir}"/boot \