mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-11 06:12:58 +01:00
This is required to blow the fuses in QFPROM using data at sec.dat file. Fuseipq command is invoked with the address of sec.dat file as argument. Fuseipq invokes scm_call to carry out this action. Change-Id: Ib73ba61da7ad339859c4b7b4ea2378650cd96fbf Signed-off-by: Gokul Sriram Palanisamy <gpalan@codeaurora.org>
9 lines
182 B
Makefile
9 lines
182 B
Makefile
obj-y := cmd_bootqca.o
|
|
obj-y += cmd_blowsecfuse.o
|
|
obj-y += fdt_info.o
|
|
obj-y += board_init.o
|
|
ifndef CONFIG_ENV_IS_NOWHERE
|
|
obj-y += env.o
|
|
endif
|
|
obj-y += fdt_fixup.o
|
|
obj-y += ethaddr.o
|