commit | b99ebaf9f01ebe864061818e00beb70cb1ddc635 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Thu Nov 17 01:03:02 2016 +0100 |
committer | Alexander Graf <agraf@suse.de> | Thu Nov 17 14:18:56 2016 +0100 |
tree | 85aabc66297f31d701f5861c18e9f418282330fa | |
parent | 78d578422abb9ba1a624e619ec62a0dcea7d3218 [diff] |
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>