Searched hist:a5a42eec8ed64cbc72d2e59199819e48f904e38f (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/examples/standalone/ |
| H A D | stubs.c | a5a42eec8ed64cbc72d2e59199819e48f904e38f Thu Nov 21 21:32:51 UTC 2013 Jeroen Hofstee <jeroen@myspectrum.nl> ARM: fix the standalone programs
The standalone programs do not use the api calls, but rely directly on u-boot variable gd->jt for the jump table. Commit fe1378a - "ARM: use r9 for gd" changed the register holding the address of gd, but the assembly code in the standalone examples was not updated accordingly. This broke the programs on ARM relying on the jumptable in the v2013.10 release. This patch unbricks them by using the correct register.
Cc: Michal Simek <monstr@monstr.eu> Cc: Albert ARIBAUD <albert.u.boot@aribaud.net> Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
|