summaryrefslogtreecommitdiff
path: root/recipes/images/files/library/fwd_eth.scr
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/images/files/library/fwd_eth.scr')
-rw-r--r--recipes/images/files/library/fwd_eth.scr3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/images/files/library/fwd_eth.scr b/recipes/images/files/library/fwd_eth.scr
index 8b35af0..d7ea35c 100644
--- a/recipes/images/files/library/fwd_eth.scr
+++ b/recipes/images/files/library/fwd_eth.scr
@@ -1,3 +1,6 @@
#the update.sh script renames this. fwd_eth.scr -> ../flash_eth.img
+test -z "${board_name}" && test "${soc}" = "vf500" && setenv board_name colibri_vf
+test -z "${board_name}" && test "${soc}" = "vf610" && setenv board_name colibri_vf
+
test -n ${board_name} || echo "board_name env not set!" && exit
tftpboot ${loadaddr} "${board_name}/flash_eth.img" && source ${loadaddr}