diff options
author | Baruch Siach <baruch@tkos.co.il> | 2020-02-04 18:57:08 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2020-03-09 15:06:09 +0100 |
commit | 064e49ff5e433235ab10b2c29885be7039c1d719 (patch) | |
tree | 2175f942c50f76f0c6bd940c760d7c51145a6aee /include/configs/mx6cuboxi.h | |
parent | 789ddde11326a5afc64e8ccad5b3fc2694005afc (diff) |
mx6cuboxi: don't disable fdt relocation
fdt_high value of 0xffffffff disables fdt relocation on boot. We don't
need that for Cubox-i/Hummingboard. Rely on generic code to find the
optimal fdt location at boot time.
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Diffstat (limited to 'include/configs/mx6cuboxi.h')
-rw-r--r-- | include/configs/mx6cuboxi.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/mx6cuboxi.h b/include/configs/mx6cuboxi.h index 6d47e28fc7..a6690367f8 100644 --- a/include/configs/mx6cuboxi.h +++ b/include/configs/mx6cuboxi.h @@ -66,7 +66,6 @@ "ramdisk_addr_r=0x13000000\0" \ "ramdiskaddr=0x13000000\0" \ "initrd_high=0xffffffff\0" \ - "fdt_high=0xffffffff\0" \ "ip_dyn=yes\0" \ "console=" CONSOLE_DEV ",115200\0" \ "bootm_size=0x10000000\0" \ |