Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • early-display
  • variant-emmc-nvme-boot
  • 2023-01-25
  • v3
  • variant-emmc-nvme-boot
  • 2020-06-01
7 results

ether.c

Blame
  • Forked from Reform / reform-boundary-uboot
    Source project has a limited visibility.
    • Stelian Pop's avatar
      cce9cfda
      Fix @ -> <at> substitution · cce9cfda
      Stelian Pop authored
      
      When applying the AT91CAP9 patches upstream, something transformed
      the '@' character into the ' <at> ' sequence.
      
      The patch below restores the original form in all the places where
      it has been modified (the AT91CAP9 files, the AT91SAM9260 files which
      were copied from AT91CAP9, and a couple of other files where the
      ' <at> ' sequence was present).
      
      Signed-off-by: default avatarStelian Pop <stelian@popies.net>
      cce9cfda
      History
      Fix @ -> <at> substitution
      Stelian Pop authored
      
      When applying the AT91CAP9 patches upstream, something transformed
      the '@' character into the ' <at> ' sequence.
      
      The patch below restores the original form in all the places where
      it has been modified (the AT91CAP9 files, the AT91SAM9260 files which
      were copied from AT91CAP9, and a couple of other files where the
      ' <at> ' sequence was present).
      
      Signed-off-by: default avatarStelian Pop <stelian@popies.net>
    u-boot-arc.h NaN GiB
    /*
     * Copyright (C) 2014 Synopsys, Inc. All rights reserved.
     *
     * SPDX-License-Identifier:	GPL-2.0+
     */
    
    #ifndef __ASM_ARC_U_BOOT_ARC_H__
    #define __ASM_ARC_U_BOOT_ARC_H__
    
    int arch_early_init_r(void);
    
    #endif	/* __ASM_ARC_U_BOOT_ARC_H__ */