diff options
| author | Romain Perier <[email protected]> | 2017-01-11 11:46:14 +0100 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2017-01-11 20:24:19 -0700 |
| commit | 7bdedf110d9ad2af6b92e0094393e98136280817 (patch) | |
| tree | 1ac0814947ba339a4443534d1e9c868779028737 | |
| parent | cea951e0bf47e2abf934c3b3c631235416a53feb (diff) | |
Enable DISTRO_DEFAULTS for Rockchip platforms
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 <[email protected]>
| -rw-r--r-- | Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
