aboutsummaryrefslogtreecommitdiff
path: root/include/configs/ls1012afrdm.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/ls1012afrdm.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/ls1012afrdm.h')
-rw-r--r--include/configs/ls1012afrdm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/ls1012afrdm.h b/include/configs/ls1012afrdm.h
index 44518cd..cb79d63 100644
--- a/include/configs/ls1012afrdm.h
+++ b/include/configs/ls1012afrdm.h
@@ -1,6 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0+ */
/*
* Copyright 2016 Freescale Semiconductor, Inc.
+ * Copyright 2021 NXP
*/
#ifndef __LS1012ARDB_H__
@@ -21,7 +22,6 @@
#define CONFIG_EXTRA_ENV_SETTINGS \
"verify=no\0" \
"fdt_high=0xffffffffffffffff\0" \
- "fdt_addr=0x00f00000\0" \
"kernel_addr=0x01000000\0" \
"scriptaddr=0x80000000\0" \
"fdtheader_addr_r=0x80100000\0" \