diff mbox

[U-Boot,v7,08/11] Enable DISTRO_DEFAULTS for Rockchip platforms

Message ID 20170111104617.29915-9-romain.perier@collabora.com
State Accepted
Commit 7bdedf110d9ad2af6b92e0094393e98136280817
Delegated to: Simon Glass
Headers show

Commit Message

Romain Perier Jan. 11, 2017, 10:46 a.m. UTC
This enables suitable commands needed for booting general purpose
Linux distribution. This is required for example if we want to use PXE
or DHCP as default boot targets, symbols no longer enabled by
config_distro_defaults.h .

Signed-off-by: Romain Perier <romain.perier@collabora.com>
---

Changes in v7:
- Added this commit to fix build failure introduced by commit 09/11

 Kconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Simon Glass Jan. 12, 2017, 5:08 a.m. UTC | #1
On 11 January 2017 at 03:46, Romain Perier <romain.perier@collabora.com> wrote:
> This enables suitable commands needed for booting general purpose
> Linux distribution. This is required for example if we want to use PXE
> or DHCP as default boot targets, symbols no longer enabled by
> config_distro_defaults.h .
>
> Signed-off-by: Romain Perier <romain.perier@collabora.com>
> ---
>
> Changes in v7:
> - Added this commit to fix build failure introduced by commit 09/11
>
>  Kconfig | 1 +
>  1 file changed, 1 insertion(+)

Applied to u-boot-rockchip, thanks!
diff mbox

Patch

diff --git a/Kconfig b/Kconfig
index a44ac91..ebc3974 100644
--- a/Kconfig
+++ b/Kconfig
@@ -57,6 +57,7 @@  config DISTRO_DEFAULTS
 	bool "Select defaults suitable for booting general purpose Linux distributions"
 	default y if ARCH_SUNXI || TEGRA
 	default y if ARCH_LS2080A
+	default y if ARCH_ROCKCHIP
 	default n
 	select CMD_BOOTZ if ARM && !ARM64
 	select CMD_BOOTI if ARM64