mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-14 14:06:02 +01:00
Use the new symbol to refer to any 'SPL' build, including TPL and VPL Signed-off-by: Simon Glass <sjg@chromium.org>
U-Boot for the Ronetix i.MX7-CM board Build U-Boot ============ $ make imx7_cm_defconfig $ make Burn the images to a SD card ============================ $ sudo dd if=SPL of=/dev/sdX bs=1k seek=1; sync $ sudo dd if=u-boot-dtb.img of=/dev/sdX bs=1k seek=69; sync