mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 23:47:24 +00:00
5c86a8f7a1
This is supposed to be a build-system flag. Move it there so we can define it before linux/kconfig.h is included. Signed-off-by: Simon Glass <sjg@chromium.org>
16 lines
285 B
INI
16 lines
285 B
INI
/* SPDX-License-Identifier: GPL-2.0+ */
|
|
/*
|
|
* Copyright 2019 NXP
|
|
*/
|
|
|
|
|
|
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
|