This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
lsts_glued/rules/u-boot/igep_xloader.bash

13 lines
219 B
Bash
Raw Normal View History

source "$cfg_package_spec_dir/default.bash"
2013-07-13 17:19:22 +01:00
host_install()
{
$cmd_mkdir ${cfg_dir_rootfs}/../boot/
$cmd_cp u-boot.bin ${cfg_dir_rootfs}/../boot/
}
target_install()
{
echo "using dummy 'target_install'."
}