Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/commit/0d9ccc55edf9a7f3c5b2b6263580a6ea8d702a04 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Copy Global Data Pointer to r29 for DECLARE_GLOBAL_DATA_PTR

master
Haiying Wang 19 years ago committed by Jon Loeliger
parent e862ed1c22
commit 0d9ccc55ed
  1. 3
      cpu/mpc86xx/start.S

@ -814,8 +814,9 @@ relocate_code:
mr r1, r3 /* Set new stack pointer */
mr r9, r4 /* Save copy of Global Data pointer */
mr r29, r9 /* Save for DECLARE_GLOBAL_DATA_PTR */
mr r10, r5 /* Save copy of Destination Address */
mr r3, r5 /* Destination Address */
lis r4, CFG_MONITOR_BASE@h /* Source Address */
ori r4, r4, CFG_MONITOR_BASE@l

Loading…
Cancel
Save