projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62269f0
)
bcm281xx: boot0 hook: adjust to unified boot0 semantics
author
Philipp Tomsich
<
[email protected]
>
Tue, 10 Oct 2017 14:21:09 +0000
(16:21 +0200)
committer
Philipp Tomsich
<
[email protected]
>
Tue, 21 Nov 2017 22:57:22 +0000
(23:57 +0100)
This updates the BCM281xx boot0-hook to the updated boot0 semantics
by emitting _start and the vector table before the boot0 hook (as
was the case before).
Signed-off-by: Philipp Tomsich <
[email protected]
>
arch/arm/include/asm/arch-bcm281xx/boot0.h
patch
|
blob
|
history
diff --git
a/arch/arm/include/asm/arch-bcm281xx/boot0.h
b/arch/arm/include/asm/arch-bcm281xx/boot0.h
index a747bd38233233898552f8a134d67af7f1ee8bd9..28f05ba32d0fa0b47cce6f83d203b9857d3adbcb 100644
(file)
--- a/
arch/arm/include/asm/arch-bcm281xx/boot0.h
+++ b/
arch/arm/include/asm/arch-bcm281xx/boot0.h
@@
-5,5
+5,7
@@
*/
/* BOOT0 header information */
+_start:
+ ARM_VECTORS
.word 0xbabeface
.word _end - _start