mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 16:07:30 +00:00
ed0c2c0a9e
This format can be flashed directly at address 0 of the NAND FLASH, as it contains all necessary headers. Signed-off-by: Albert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr>
13 lines
220 B
Makefile
13 lines
220 B
Makefile
#
|
|
# Copyright 2013 Freescale Semiconductor, Inc.
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-y += generic.o
|
|
obj-y += timer.o
|
|
|
|
MKIMAGEFLAGS_u-boot.vyb = -T vybridimage
|
|
|
|
u-boot.vyb: u-boot.imx
|
|
$(call if_changed,mkimage)
|