mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 08:57:58 +00:00
e9dcd5b402
Resolve all uses of CONFIG_SYS_MHZ with the currently defined value. Remove code which depends on CONFIG_SYS_MHZ but where no board configs actually use that code. Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> Reviewed-by: Stefan Roese <sr@denx.de> |
||
---|---|---|
.. | ||
ci20.c | ||
Kconfig | ||
MAINTAINERS | ||
Makefile | ||
README |
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