Skip to content

Commit

Permalink
a20-linova/a20-linova-boot-spl: remove useless part for entire u-boot
Browse files Browse the repository at this point in the history
Remove useless part for entire u-boot.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
  • Loading branch information
giuliobenetti committed Dec 6, 2021
1 parent 0d93620 commit ebaf638
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions a20-linova/a20-linova-boot-spl.cmm
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,3 @@ data.load.auto &uboot_path/spl/u-boot-spl
list.auto

enddo

go
wait 1s
break
data.load.binary &uboot_path/u-boot.bin 0x4a000000
; load real u-boot into dram
;data.load.auto &uboot_path/u-boot /nocode ; uncomment this to debug before relocation
data.load.elf &uboot_path/u-boot 0x14F70000 /nocode /noreg /noclear

r.s pc 0x4a000000

list.auto

enddo

0 comments on commit ebaf638

Please sign in to comment.