commit d1edce71135cc6d98c0a4b5729774542b676e769 Author: sophgo-forum-service <forum_service@sophgo.com> Date: Fri Mar 15 16:07:33 2024 +0800 [fix] recommend using ssh method to clone repo. [fix] fix sensor driver repo branch name.
18 lines
306 B
INI
18 lines
306 B
INI
/* SPDX-License-Identifier: GPL-2.0+ */
|
|
/*
|
|
* Copyright 2019 NXP
|
|
*/
|
|
|
|
#define __ASSEMBLY__
|
|
|
|
FIT
|
|
ROM_VERSION v2
|
|
BOOT_FROM sd
|
|
LOADER spl/u-boot-spl-ddr.bin 0x912000
|
|
SECOND_LOADER u-boot.itb 0x40200000 0x60000
|
|
|
|
DDR_FW ddr4_imem_1d.bin
|
|
DDR_FW ddr4_dmem_1d.bin
|
|
DDR_FW ddr4_imem_2d.bin
|
|
DDR_FW ddr4_dmem_2d.bin
|