mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-28 18:11:42 +02:00
Rename these options so that CONFIG_IS_ENABLED can be used with them. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com> [trini: Fixup some incorrect renames] Signed-off-by: Tom Rini <trini@konsulko.com>
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