]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/include/asm/arch-bcm281xx/boot0.h
ARM: boot0 hook: remove macro, include whole header file
[u-boot] / arch / arm / include / asm / arch-bcm281xx / boot0.h
index 7e7288272513d208a119e0cd18fd12d861f1b508..a747bd38233233898552f8a134d67af7f1ee8bd9 100644 (file)
@@ -4,12 +4,6 @@
  * SPDX-License-Identifier:    GPL-2.0+
  */
 
-#ifndef __BOOT0_H
-#define __BOOT0_H
-
 /* BOOT0 header information */
-#define ARM_SOC_BOOT0_HOOK     \
-       .word   0xbabeface;     \
+       .word   0xbabeface
        .word   _end - _start
-
-#endif /* __BOOT0_H */