diff options
| author | Hou Zhiqiang <[email protected]> | 2022-04-22 13:50:06 +0530 |
|---|---|---|
| committer | Priyanka Jain <[email protected]> | 2022-04-25 12:50:39 +0530 |
| commit | b416df33c9701955752a8ba22c1cf46ee6465ef6 (patch) | |
| tree | c694f94759e85192746e47037e8d15d36f661252 /include/configs/lx2160a_common.h | |
| parent | 9bb99fa95826d1a608737ca821977b4136a1a278 (diff) | |
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 <[email protected]>
[Rebased]
Signed-off-by: Priyanka Jain <[email protected]>
Diffstat (limited to 'include/configs/lx2160a_common.h')
| -rw-r--r-- | include/configs/lx2160a_common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/lx2160a_common.h b/include/configs/lx2160a_common.h index d5690148195..aaba8fc26d9 100644 --- a/include/configs/lx2160a_common.h +++ b/include/configs/lx2160a_common.h @@ -164,7 +164,6 @@ "ramdisk_size=0x2000000\0" \ "fdt_high=0xa0000000\0" \ "initrd_high=0xffffffffffffffff\0" \ - "fdt_addr=0x64f00000\0" \ "kernel_start=0x1000000\0" \ "kernelheader_start=0x600000\0" \ "scriptaddr=0x80000000\0" \ |
