Compare commits

..

No commits in common. '62cf7ef117e3c6d989dd3b9a94c718529b1a7544' and '6f6191b67dcc12703ea30b22500a41c02c9e8f83' have entirely different histories.

@ -3,7 +3,7 @@
GIT_DEPTH="20"
GCC_VERSION="11.4.0"
HSS_BRANCH="v2023.09"
HSS_BRANCH="v2023.02"
HSS_REPO="https://github.com/polarfire-soc/hart-software-services.git"
#UBOOT_BRANCH="v2023.02-BeagleV-Fire"

@ -19,10 +19,6 @@ if [ -f ./images/sdcard.img ] ; then
rm -rf ./images/sdcard.img || true
fi
if [ -f ./images/sdcard.img.xz ] ; then
rm -rf ./images/sdcard.img.xz || true
fi
genimage --config genimage.cfg
if [ -d ./tmp ] ; then

Loading…
Cancel
Save