diff options
| author | Tom Rini <[email protected]> | 2022-09-13 08:19:42 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-09-13 08:19:42 -0400 |
| commit | d6a03711fde2a6c99614af20ee95a9efe7ad232b (patch) | |
| tree | 76f6bbb101ade2f91c63fd70d9a87e5a60945308 /include | |
| parent | 0ba282e0eeaf29fd78f021fd2f95f7bc3109868d (diff) | |
| parent | 5818198e6a184963c6afc82178b23a64435ace6a (diff) | |
Merge https://source.denx.de/u-boot/custodians/u-boot-marvell
- mvebu: Armada 32bit: Cache setup fixes (Pali)
- cmd: mvebu/bubt: Misc enhancements (Pali)
- kirkwood: Add CONFIG_SUPPORT_PASSING_ATAGS (Tony)
- board: turris: Misc improvements (Pali)
- tools: kwboot: Change KWBOOT_MSG_RSP_TIMEO_AXP to 10ms (Stefan)
- tools: termios_linux.h: Fix compilation on non-glibc systems (Pali)
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/turris_mox.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/turris_mox.h b/include/configs/turris_mox.h index b8ff705ac92..f549f9f7ad0 100644 --- a/include/configs/turris_mox.h +++ b/include/configs/turris_mox.h @@ -36,6 +36,7 @@ "bootm 0x5800000" #define CONFIG_EXTRA_ENV_SETTINGS \ + "fdt_addr=0x4c00000\0" \ "scriptaddr=0x4d00000\0" \ "pxefile_addr_r=0x4e00000\0" \ "fdt_addr_r=0x4f00000\0" \ |
