Home
last modified time | relevance | path

Searched hist:"589907 e2c187ec69b351c38ccda36730d25ab5d6" (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/arch/arc/
H A DKconfiga883f83e6d62fef1830b1634ccb72535c43696f7 Mon Aug 24 15:49:37 UTC 2015 Alexey Brodkin <abrodkin@synopsys.com> arc: make AXS101 default platform

This fixes building in automated flow that doesn't use defconfigs.

See discussion on that topic here:
http://patchwork.ozlabs.org/patch/502558/

See similar patches for other architectures/platforms here:
[1] http://git.denx.de/?p=u-boot.git;a=commit;h=ff560a13056a565a4e9ce1761bd04276a3cace88
[2] http://git.denx.de/?p=u-boot.git;a=commit;h=589907e2c187ec69b351c38ccda36730d25ab5d6

And while at it add missing shell prompt to axs103.

Cc: Tom Rini <trini@konsulko.com>
Cc: Joe Hershberger <joe.hershberger@gmail.com>
Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
/rk3399_rockchip-uboot/configs/
H A Daxs103_defconfiga883f83e6d62fef1830b1634ccb72535c43696f7 Mon Aug 24 15:49:37 UTC 2015 Alexey Brodkin <abrodkin@synopsys.com> arc: make AXS101 default platform

This fixes building in automated flow that doesn't use defconfigs.

See discussion on that topic here:
http://patchwork.ozlabs.org/patch/502558/

See similar patches for other architectures/platforms here:
[1] http://git.denx.de/?p=u-boot.git;a=commit;h=ff560a13056a565a4e9ce1761bd04276a3cace88
[2] http://git.denx.de/?p=u-boot.git;a=commit;h=589907e2c187ec69b351c38ccda36730d25ab5d6

And while at it add missing shell prompt to axs103.

Cc: Tom Rini <trini@konsulko.com>
Cc: Joe Hershberger <joe.hershberger@gmail.com>
Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
H A Daxs101_defconfiga883f83e6d62fef1830b1634ccb72535c43696f7 Mon Aug 24 15:49:37 UTC 2015 Alexey Brodkin <abrodkin@synopsys.com> arc: make AXS101 default platform

This fixes building in automated flow that doesn't use defconfigs.

See discussion on that topic here:
http://patchwork.ozlabs.org/patch/502558/

See similar patches for other architectures/platforms here:
[1] http://git.denx.de/?p=u-boot.git;a=commit;h=ff560a13056a565a4e9ce1761bd04276a3cace88
[2] http://git.denx.de/?p=u-boot.git;a=commit;h=589907e2c187ec69b351c38ccda36730d25ab5d6

And while at it add missing shell prompt to axs103.

Cc: Tom Rini <trini@konsulko.com>
Cc: Joe Hershberger <joe.hershberger@gmail.com>
Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
/rk3399_rockchip-uboot/arch/arm/
H A DKconfig589907e2c187ec69b351c38ccda36730d25ab5d6 Sat Aug 01 07:39:13 UTC 2015 Masahiro Yamada <yamada.masahiro@socionext.com> ARM: drop "optional" from target select in favor of ARCH_VERSATILE

Since commit a26cd04920dc ("arch: Make board selection choices
optional"), Kconfig could create such an insane .config file that
no SoC/board is selected.

This is now a real problem for Buildroot, for example.
(http://lists.busybox.net/pipermail/buildroot/2015-July/135125.html)

This commit drops the "optional" from the ARM target select menu
in favor of "Versatile family".

Rationale:
- Historically, Linux chose versatile_defconfig as the default
of ARM defconfig. (arch/arm/Makefile of Linux describes:
KBUILD_DEFCONFIG := versatile_defconfig)

- It was published by ARM Ltd.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>