]> git.baikalelectronics.ru Git - uboot.git/commit
sunxi: defconfig: Add Lctech Pi F1C200s board
authorAndre Przywara <andre.przywara@arm.com>
Tue, 11 Apr 2023 22:56:14 +0000 (23:56 +0100)
committerAndre Przywara <andre.przywara@arm.com>
Wed, 7 Jun 2023 21:44:40 +0000 (22:44 +0100)
commit841212c19e002ebe3c90c8f59bc2e75ce303ce90
treed30ebe0367b005afa25442e617a5227f59e07821
parent89ca5d74618b326606ff5d5f853b9dbf5ad1b5b6
sunxi: defconfig: Add Lctech Pi F1C200s board

The Lctech Pi F1C200s (also previously known under the Cherry Pi brand)
is a small development board with the Allwinner F1C200s SoC. This is the
same as the F1C100s, but with 64MB instead of 32MB co-packaged DRAM.

Add a defconfig for this board, enabling the most basic features. This
uses the new 64MB memory map, which avoids the very tight memory map we
use for the 32MB F1C100s board(s).
The devicetree file is already in the tree, courtesy of the previous
Linux repo sync.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
configs/lctech_pi_f1c200s_defconfig [new file with mode: 0644]