Skip to content

Commit

Permalink
cleanup ABL building (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh authored Jul 28, 2024
1 parent 54d68a5 commit fd38580
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 37 deletions.
21 changes: 0 additions & 21 deletions build_bootloader.sh

This file was deleted.

2 changes: 1 addition & 1 deletion edk2_tici
3 changes: 1 addition & 2 deletions flash_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ set -e
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null && pwd)"
cd $DIR

for part in aop xbl xbl_config devcfg; do
for part in aop abl xbl xbl_config devcfg; do
tools/edl w ${part}_a $DIR/agnos-firmware/$part.bin
tools/edl w ${part}_b $DIR/agnos-firmware/$part.bin
done

./flash_bootloader.sh
./flash_kernel.sh
./flash_system.sh
13 changes: 0 additions & 13 deletions flash_bootloader.sh

This file was deleted.

0 comments on commit fd38580

Please sign in to comment.