u-boot-brain/board/imgtec/ci20
Miquel Raynal 88718be300 mtd: rename CONFIG_NAND -> CONFIG_MTD_RAW_NAND
Add more clarity by changing the Kconfig entry name.

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
[trini: Re-run migration, update a few more cases]
Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Boris Brezillon <boris.brezillon@bootlin.com>
2019-12-03 23:04:10 -05:00
..
ci20.c mtd: rename CONFIG_NAND -> CONFIG_MTD_RAW_NAND 2019-12-03 23:04:10 -05:00
Kconfig mips: jz47xx: Add Creator CI20 platform 2018-12-19 15:23:02 +01:00
MAINTAINERS mips: jz47xx: Add Creator CI20 platform 2018-12-19 15:23:02 +01:00
Makefile mips: jz47xx: Add Creator CI20 platform 2018-12-19 15:23:02 +01:00
README mips: jz47xx: Add Creator CI20 platform 2018-12-19 15:23:02 +01:00

CI20 U-Boot

Installation to an SD card:
  Repartition your card with an MBR such that the first partition starts at an
  offset of no less than 270KB. Then install U-Boot SPL & the full U-Boot image
  to the card like so:

    dd if=spl/u-boot-spl.bin of=/dev/sdX obs=512 seek=1
    dd if=u-boot-dtb.img of=/dev/sdX obs=1K seek=14
    sync