commit | 39e4f2444808c5176943f3a2cd47549f4c15e018 | [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 | 12be31ce12c2f84f65323cd30e7e311e8689dd94 [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>