Commit ddf454c
committed
pbio/platform/ev3/start: disable and flush caches
Add a hack to disable and flush the I and D caches at in the startup
code. Previously, when we were using the U-Boot Linux loader to load
our firmware, U-Boot was doing this for us. But since we switched to
a different loader in commit c24798f ("bricks/_common/arm_none_eabi.mk:
ev3 uImage is not Linux"), it broke the display among other things.1 parent 3d0d067 commit ddf454c
1 file changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
54 | 66 | | |
55 | 67 | | |
56 | 68 | | |
| |||
0 commit comments