Files
u-boot/include/configs
Patrice Chotard 2b5dee9485 configs: stm32f746-disco: Remove CONFIG_SYS_UBOOT_START flag
By pressing "c" key during SPL execution, we force U-boot execution
instead of a kernel XIP image.

This fixes a hard fault when booting stm32f746-disco in SPL with "c"
key pressed during SPL execution.

U-Boot SPL 2022.10-rc5-00009-g40d02baa91 (Sep 20 2022 - 17:21:21 +0200)
Trying to boot from XIP
Hard fault
pc : 080083fc    lr : 08000d1b    xPSR : 21000000
r12 : 2004f108   r3 : 080083fd    r2 : 00000028
r1 : 2004f0c8    r0 : 2004f0e4
Resetting CPU ...

This is due to SYS_UBOOT_START flag set to 0x080083FD which is not correct.
If unset, SYS_UBOOT_START is set by default to CONFIG_SYS_TEXT_BASE
which match with our requirement.

Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Tested-by: Waldemar Brodkorb <wbx@openadk.org>
2022-09-26 17:21:09 +02:00
..
2022-06-06 12:09:27 -04:00
2022-06-10 13:37:33 -04:00
2022-07-08 09:05:47 -04:00
2022-07-07 14:01:09 -04:00
2022-07-08 09:05:47 -04:00
2022-07-08 09:05:47 -04:00
2022-06-06 12:09:28 -04:00
2022-06-28 17:11:48 -04:00
2022-06-06 12:09:27 -04:00
2022-06-22 21:30:05 -04:00
2021-12-27 16:20:18 -05:00
2022-07-07 14:01:09 -04:00
2022-07-11 14:58:57 -04:00
2022-06-06 12:09:27 -04:00
2022-07-08 09:05:47 -04:00
2022-06-06 12:09:27 -04:00
2022-08-23 12:40:11 +02:00
2022-04-18 11:25:13 +08:00
2022-06-28 17:11:48 -04:00
2022-07-08 09:05:47 -04:00
2022-07-08 09:05:47 -04:00
2022-07-07 14:01:09 -04:00
2022-07-08 09:05:47 -04:00
2021-12-27 16:20:18 -05:00
2022-09-01 17:18:42 -04:00
2022-06-06 12:09:27 -04:00
2022-06-28 17:11:48 -04:00
2022-07-11 14:58:57 -04:00
2022-07-11 14:58:57 -04:00
2022-07-11 14:58:57 -04:00
2022-07-07 14:01:09 -04:00
2022-06-06 12:09:27 -04:00
2022-03-03 16:51:19 -05:00
2022-07-11 14:58:57 -04:00
2022-06-06 12:09:27 -04:00
2021-09-07 16:22:30 -04:00
2021-12-27 16:20:18 -05:00
2022-06-28 17:11:48 -04:00
2022-09-01 17:18:42 -04:00
2022-06-28 17:03:32 -04:00
2022-07-08 09:05:47 -04:00
2021-12-05 09:26:26 -07:00
2022-07-05 17:04:59 -04:00