summaryrefslogtreecommitdiffstats
path: root/configs/platform-v7a/barebox-mx6-defaultenv
Commit message (Collapse)AuthorAgeFilesLines
* barebox-mx6: disable state and remove boostate entriesRouven Czerwinski2018-12-072-2/+0
| | | | Signed-off-by: Rouven Czerwinski <rouven@czerwinskis.de>
* barebox-mx6: fix bootsource selectionRouven Czerwinski2018-12-071-4/+4
| | | | | | Also disable the bootchooser which is no longer used. Signed-off-by: Rouven Czerwinski <rouven@czerwinskis.de>
* barebox-v7a: remove bootchoser filesRouven Czerwinski2018-11-281-3/+0
| | | | | | | Remove bootchoser files which contain a typo and try to call a binary with an option that does not exist. Signed-off-by: Rouven Czerwinski <r.czerwinski@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-v72: mx6: create own mx6 barebox defaultenvChris Fiege2017-07-046-0/+29
Using this change the barebox-mx6 package has its own defaultenv directory. Signed-off-by: Chris Fiege <c.fiege@pengutronix.de>