summaryrefslogtreecommitdiffstats
path: root/defaultenv/defaultenv-1
Commit message (Collapse)AuthorAgeFilesLines
* Call boot_board from boot, not from init.grodriguez2016-08-242-3/+6
| | | | | | | | | This ensures that any board-specific code that must be run at boot time will be run both when autobooting and when manually running the 'boot' command from the console. Signed-off-by: Guillermo Rodriguez <guille.rodriguez@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* defaultenv: Unblank cursor at startupAlexander Shiyan2016-08-031-1/+1
| | | | | | | | | | | In some cases, the user program can disable the cursor, for example, Qt4 library do this, so the cursor remains invisible after the restart. The patch adds a command to activate the cursor, by sending DECTECM command to the terminal. Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* mtd: nand: create bb devices automaticallySascha Hauer2014-04-281-1/+0
| | | | | | | | When a mtd device can have bad blocks we want to create a bb device, so do this automatically. This allows us to drop bb device creation from the environment. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* move defaultenv-1 to defaultenv/defaultenv-1Sascha Hauer2014-02-217-0/+416
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>