Commit 99bb22bd authored by Jesper Nilsson's avatar Jesper Nilsson

CRIS v10: Break long lines in boot/rescue/head.S

parent 7cda0126
...@@ -74,11 +74,12 @@ ...@@ -74,11 +74,12 @@
#define PTABLE_MAGIC 0xbeef #define PTABLE_MAGIC 0xbeef
;; The normal Etrax100 on-chip boot ROM does serial boot at 0x380000f0. ;; The normal Etrax100 on-chip boot ROM does serial boot at 0x380000f0.
;; That is not where we put our downloaded serial boot-code. The length is ;; That is not where we put our downloaded serial boot-code.
;; enough for downloading code that loads the rest of itself (after ;; The length is enough for downloading code that loads the rest
;; having setup the DRAM etc). It is the same length as the on-chip ;; of itself (after having setup the DRAM etc).
;; ROM loads, so the same host loader can be used to load a rescued ;; It is the same length as the on-chip ROM loads, so the same
;; product as well as one booted through the Etrax serial boot code. ;; host loader can be used to load a rescued product as well as
;; one booted through the Etrax serial boot code.
#define CODE_START 0x40000000 #define CODE_START 0x40000000
#define CODE_LENGTH 784 #define CODE_LENGTH 784
...@@ -330,7 +331,8 @@ checksum: ...@@ -330,7 +331,8 @@ checksum:
moveq 0, $r0 moveq 0, $r0
moveq CONFIG_ETRAX_FLASH1_SIZE, $r6 moveq CONFIG_ETRAX_FLASH1_SIZE, $r6
;; If the first physical flash memory is exceeded wrap to the second one ;; If the first physical flash memory is exceeded wrap to the
;; second one
btstq 26, $r1 ; Are we addressing first flash? btstq 26, $r1 ; Are we addressing first flash?
bpl 1f bpl 1f
nop nop
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment