Skip to content

Commit

Permalink
stm32mp15: Register the target's commands for the Cortex-A cores too
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonmux authored and esden committed Nov 13, 2023
1 parent 9a5e3e7 commit e769298
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/target/stm32mp15.c
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ bool stm32mp15_ca7_probe(target_s *const target)
return false;

target->driver = "STM32MP15";
target_add_commands(target, stm32mp15_cmd_list, target->driver);

/* Figure 4. Memory map from §2.5.2 in RM0436 rev 6, pg158 */
target_add_ram(target, STM32MP15_CA7_RETRAM_BASE, STM32MP15_RETRAM_SIZE);
Expand Down

0 comments on commit e769298

Please sign in to comment.