summaryrefslogtreecommitdiffstats
path: root/configs/platform-v7a/barebox-rpi2-defaultenv/nv
Commit message (Collapse)AuthorAgeFilesLines
* v7a: barebox: clean up defaultenvsRoland Hieber2021-04-262-2/+0
| | | | | | | | | | | | | | | * The 9p bootsource is only available for qemu-vexpress * The bootstate entries were never evaluated because the system0 and system1 partitions were never set up on any boards Remove all unneeded variables to keep the defaultenvs lean. Fixes: ef189b9c3e0c9e3fed89 (2017-07-03, "platform-v7a: rpi2: create own rpi2 barebox defaultenv") Fixes: 785275ccb99d60da8abb (2017-07-03, "platform-v72: mx6: create own mx6 barebox defaultenv") Fixes: 26f5cf36862014ee9975 (2017-07-03, "platform-v7a: am335x: create own barebox defaultenv") Signed-off-by: Roland Hieber <rhi@pengutronix.de> Link: https://lore.pengutronix.de/20210426060526.32029-3-rhi@pengutronix.de Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* platform-v7a: barebox: don't break the console autodetectionRoland Hieber2018-02-191-0/+0
| | | | | | | | | The global variable linux.bootargs.console is set by barebox on startup to the chosen stdout path from the Device Tree. Rename the variable in our barebox defaultenvs to prevent shadowing this automatic variable, so that the stdout path is passed on to the Linux kernel. Signed-off-by: Roland Hieber <r.hieber@pengutronix.de>
* platform-v7a: rpi2: create own rpi2 barebox defaultenvChris Fiege2017-07-043-0/+3
Using this change the barebox-rpi2 package has its own defaultenv directory. Signed-off-by: Chris Fiege <c.fiege@pengutronix.de>