mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
Remove ${objtree}/include/asm/proc/ link
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: Vasili Galka <vvv444@gmail.com>
This commit is contained in:
parent
4b9ca09399
commit
7d89982b7a
6 changed files with 5 additions and 10 deletions
|
@ -45,7 +45,7 @@ typedef unsigned long mm_segment_t; /* domain register */
|
|||
#if 0 /* XXX###XXX */
|
||||
#include <asm/arch/memory.h>
|
||||
#endif /* XXX###XXX */
|
||||
#include <asm/proc/processor.h>
|
||||
#include <asm/proc-armv/processor.h>
|
||||
#include <asm/types.h>
|
||||
|
||||
union debug_insn {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue