summaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
authorAlexander Graf <agraf@suse.de>2016-11-17 00:03:02 (GMT)
committerAlexander Graf <agraf@suse.de>2016-11-17 13:18:56 (GMT)
commitb99ebaf9f01ebe864061818e00beb70cb1ddc635 (patch)
tree85aabc66297f31d701f5861c18e9f418282330fa /Kconfig
parent78d578422abb9ba1a624e619ec62a0dcea7d3218 (diff)
downloadu-boot-b99ebaf9f01ebe864061818e00beb70cb1ddc635.tar.xz
ls2080ardb: Convert to distro boot
Most new systems in U-Boot these days make use of the generic "distro" framework which allows a user to have U-Boot scan for a bootable OS on all available media types. This patch extends the LS2080ARDB board to use that framework if the hard coded NOR flash location does not contain a bootable image. Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/Kconfig b/Kconfig
index 1263d0b..f3a9f73 100644
--- a/Kconfig
+++ b/Kconfig
@@ -56,6 +56,7 @@ config CC_OPTIMIZE_FOR_SIZE
config DISTRO_DEFAULTS
bool "Select defaults suitable for booting general purpose Linux distributions"
default y if ARCH_SUNXI
+ default y if ARCH_LS2080A
default n
select CMD_BOOTZ if ARM && !ARM64
select CMD_BOOTI if ARM64