aboutsummaryrefslogtreecommitdiff
path: root/include/configs/ls1028aqds.h
diff options
context:
space:
mode:
authorHou Zhiqiang <Zhiqiang.Hou@nxp.com>2022-04-22 13:50:06 +0530
committerPriyanka Jain <priyanka.jain@nxp.com>2022-04-25 12:50:39 +0530
commitb416df33c9701955752a8ba22c1cf46ee6465ef6 (patch)
treec694f94759e85192746e47037e8d15d36f661252 /include/configs/ls1028aqds.h
parent9bb99fa95826d1a608737ca821977b4136a1a278 (diff)
downloadu-boot-b416df33c9701955752a8ba22c1cf46ee6465ef6.zip
u-boot-b416df33c9701955752a8ba22c1cf46ee6465ef6.tar.gz
u-boot-b416df33c9701955752a8ba22c1cf46ee6465ef6.tar.bz2
configs: Layerscape: Remove the 'fdt_addr' env
On Layerscape platforms, the DTB is loaded from boot filesystem, per the fdt_addr description in doc/README.distro, it must be removed. Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com> [Rebased] Signed-off-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'include/configs/ls1028aqds.h')
-rw-r--r--include/configs/ls1028aqds.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/configs/ls1028aqds.h b/include/configs/ls1028aqds.h
index b9c0594..35363cc 100644
--- a/include/configs/ls1028aqds.h
+++ b/include/configs/ls1028aqds.h
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0+ */
/*
- * Copyright 2019-2020 NXP
+ * Copyright 2019-2021 NXP
*/
#ifndef __LS1028A_QDS_H
@@ -68,7 +68,6 @@
"hwconfig=fsl_ddr:bank_intlv=auto\0" \
"ramdisk_addr=0x800000\0" \
"ramdisk_size=0x2000000\0" \
- "fdt_addr=0x00f00000\0" \
"kernel_addr=0x01000000\0" \
"scriptaddr=0x80000000\0" \
"scripthdraddr=0x80080000\0" \