summaryrefslogtreecommitdiffstats
path: root/configs/platform-v7a/projectroot/loader/entries/lxa-mc1.conf
Commit message (Collapse)AuthorAgeFilesLines
* v7a: lxa-mc1: migrate loglevel to barebox environment variableAhmad Fatoum2020-06-031-1/+1
| | | | | | | | | | | The MC-1 is the only supported board that configures loglevel via bootspec and not via barebox environment. For symmetry and because internal CI checks for it, migrate the loglevel to the environment. This also affects the stm32mp157c-dk2 target, which is fine. No one minds shorter boot times. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
* v7a: generate image for Linux Automation MC-1Ahmad Fatoum2020-04-271-0/+6
With TF-A and barebox support added in previous commits, everything is now in place for having DistroKit generate a MC-1 rootfs image. Do so. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>