0002-Prevent-fw_dynamic-from-relocation.patch 822 B

123456789101112131415161718192021222324252627
  1. From 4c0c5378d032f2f95577585935624baf7b4decf3 Mon Sep 17 00:00:00 2001
  2. From: Yu Chien Peter Lin <peterlin@andestech.com>
  3. Date: Wed, 5 Jan 2022 11:02:26 +0800
  4. Subject: [PATCH] Prevent fw_dynamic from relocation
  5. This patch prevents OpenSBI relocation, load fw_dynamic to link address
  6. Signed-off-by: Yu Chien Peter Lin <peterlin@andestech.com>
  7. ---
  8. board/AndesTech/ax25-ae350/Kconfig | 2 +-
  9. 1 file changed, 1 insertion(+), 1 deletion(-)
  10. diff --git a/board/AndesTech/ax25-ae350/Kconfig b/board/AndesTech/ax25-ae350/Kconfig
  11. index e50f505a..385c4c11 100644
  12. --- a/board/AndesTech/ax25-ae350/Kconfig
  13. +++ b/board/AndesTech/ax25-ae350/Kconfig
  14. @@ -25,7 +25,7 @@ config SPL_TEXT_BASE
  15. default 0x800000
  16. config SPL_OPENSBI_LOAD_ADDR
  17. - default 0x01000000
  18. + default 0x0
  19. config BOARD_SPECIFIC_OPTIONS # dummy
  20. def_bool y
  21. --
  22. 2.25.1