summaryrefslogtreecommitdiffstats
path: root/arch/arm/configs/kindle-mx50_defconfig
Commit message (Collapse)AuthorAgeFilesLines
* ARM: i.MX: extend kindle-mx50 defconfigAlexander Kurz2019-03-181-17/+11
| | | | | | | | | | | The current defaultenv-kindle-mx50 requires MCI_STARTUP to boot the installed linux. CMD_LOADY is mentioned in the doc for barebox update purposes. FS_EXT4, FS_FAT and FS_FAT_WRITE gives users file system access. Also enable CMD_MEMTEST, CMD_CLK, CMD_REGULATOR and CMD_EDIT for interested users. The extended image will consume 195kB of available 253kB. Signed-off-by: Alexander Kurz <akurz@blala.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: i.MX: add defconfig for the Kindle i.MX50 boardsRoland Hieber2018-09-071-0/+70
Pin down the minimal config needed for a Kindle 4/5 device to boot into the vendor Linux. As the board documentation says, there is an upper limit of ~240 KB for the bootloader partition on those devices. Using XZ image compression instead of the default LZO reduced the file size from 214 KB to 172 KB, so enabling that too. Signed-off-by: Roland Hieber <rohieb@rohieb.name> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>