summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-02-24 17:51:50 -0500
committerTom Rini <trini@konsulko.com>2024-02-24 17:51:50 -0500
commit1a66a7768af7e8106c2cd93a19f4013877fb85ae (patch)
tree04100a413ed4ce0091d027cc6260d2ecbfd4fb15 /include
parentbb9d6c7f4f6a598e8856b2e19e58c7de078a0d6e (diff)
parent7c76b1b91bf67cd09fdf5dbd71590f9e580590fa (diff)
Merge tag 'u-boot-imx-master-20240224' of https://source.denx.de/u-boot/custodians/u-boot-imx
- Enable the thermal driver for the imx8m phycore boards. - Convert imx53-qsb to watchdog driver to fix the 'reset' command. - Remove multiline string from imx6dl-sielaff. - Add SPI boot support for imxrt1050-evk. - Convert opos6uldev to watchdog driver to fix the 'reset' command.
Diffstat (limited to 'include')
-rw-r--r--include/configs/imxrt1050-evk.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/configs/imxrt1050-evk.h b/include/configs/imxrt1050-evk.h
index 2af2dde2aea..b370e25105a 100644
--- a/include/configs/imxrt1050-evk.h
+++ b/include/configs/imxrt1050-evk.h
@@ -25,4 +25,10 @@
"stderr=serial,vidconsole\0"
#endif
+/*
+ * Address of U-Boot for SPI NOR boot
+ */
+
+#define CFG_SYS_UBOOT_BASE 0x60010000
+
#endif /* __IMXRT1050_EVK_H */