summaryrefslogtreecommitdiff
path: root/scripts/flash-uboot.sh
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2023-08-29 15:15:59 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2023-08-29 15:15:59 +0200
commitae56ccd4879379e372c316ae279d8fbdd4195a2b (patch)
treed975fe039c494c84e3e914151c96e5194a349289 /scripts/flash-uboot.sh
parent7d321392cdc17c1b0e0b94ed97bd5de0eb745ce8 (diff)
stm32: minor bugfixes
Diffstat (limited to 'scripts/flash-uboot.sh')
-rwxr-xr-xscripts/flash-uboot.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/flash-uboot.sh b/scripts/flash-uboot.sh
index e0cfcb340..e519d6a58 100755
--- a/scripts/flash-uboot.sh
+++ b/scripts/flash-uboot.sh
@@ -17,7 +17,6 @@ fi
-c "reset init" \
-c "flash probe 0" \
-c "flash info 0" \
--c "flash write_image erase ${OUTPUT_DIR}/u-boot-spl.bin 0x08000000" \
--c "flash write_image erase ${OUTPUT_DIR}/u-boot-dtb.bin 0x08008000" \
+-c "flash write_image erase ${OUTPUT_DIR}/u-boot-dtb.bin 0x08000000" \
-c "reset run" \
-c "shutdown"