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

processor.h

Blame
  • Forked from Reform / reform-boundary-uboot
    Source project has a limited visibility.
    • Vasili Galka's avatar
      7d89982b
      Remove ${objtree}/include/asm/proc/ link · 7d89982b
      Vasili Galka authored
      
      mkconfig links ${objtree}/include/asm/proc/ to
      ${srctree}/arch/${arch}/include/asm/proc-armv/. This seems to be a
      remnant from the past. Ever since its introduction in 2003 it is used
      only in ARM build and always links to same place, so let's simplify
      the code, remove it and reference directly where needed.
      
      Successful MAKEALL for ARM and PowerPC verified on Linux.
      
      Signed-off-by: default avatarVasili Galka <vvv444@gmail.com>
      7d89982b
      History
      Remove ${objtree}/include/asm/proc/ link
      Vasili Galka authored
      
      mkconfig links ${objtree}/include/asm/proc/ to
      ${srctree}/arch/${arch}/include/asm/proc-armv/. This seems to be a
      remnant from the past. Ever since its introduction in 2003 it is used
      only in ARM build and always links to same place, so let's simplify
      the code, remove it and reference directly where needed.
      
      Successful MAKEALL for ARM and PowerPC verified on Linux.
      
      Signed-off-by: default avatarVasili Galka <vvv444@gmail.com>