Sign in
nest-open-source
/
manifest_repos
/
u-boot
/
e00b8eb55a8ecd6051b13309a1b5aa88400ba74d
/
.
/
fip
/
build_bl32.sh
blob: e5eafc0190c1fa3ac0f08718893b0bcd79d925f7 [
file
] [
log
] [
blame
]
#!/bin/bash
function
build_bl32
()
{
echo
-
n
"Build bl32...Please wait... "
# $1: src_folder, $2: bin_folder, $3: soc
cd $1
# todo
cd $
{
MAIN_FOLDER
}
echo
"done"
return
}