On 15 July 2015 at 05:59, Masahiro Yamada <yamada.masah...@socionext.com> wrote:
> The symbolic link to SoC/CPU specific header directory is created
> during the build, while it is only necessary for ARM, AVR32, SPARC,
> x86, and some CPUs of PowerPC.  For the other architectures, it just
> results in a broken symbolic link.
>
> Introduce CONFIG_CREATE_ARCH_SYMLINK to not create unneeded symbolic
> links.
>
> Signed-off-by: Masahiro Yamada <yamada.masah...@socionext.com>
> ---
>
> Changes in v3:
>   - Fix AVR32 build error
>   - Rebase on u-boot/master (commit 4905dfc)
>
> Changes in v2:
>   - Use 'ifdef CONFIG_CREATE_ARCH_SYMLINK' for readability
>
>  arch/Kconfig              | 7 +++++++
>  arch/powerpc/Kconfig      | 3 +++
>  scripts/Makefile.autoconf | 2 ++
>  3 files changed, 12 insertions(+)

Reviewed-by: Simon Glass <s...@chromium.org>
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to