We do not need all that space anymore

This commit is contained in:
Aurora 2016-04-29 18:07:00 +02:00
parent df112b550b
commit a28b50cee8
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
ENTRY(_start)
SECTIONS
{
. = 0x24F03000;
. = 0x24F02000;
.text.start : { *(.text.start) }
.text : { *(.text) }
.data : { *(.data) }

View File

@ -3,7 +3,7 @@
void main(void)
{
const u32 brightness[4] = {0x5F, 0x4C, 0x39, 0x26};
u32 brightnessLevel = *(vu32 *)0x24F03008;
u32 brightnessLevel = *(vu32 *)0x24F02008;
vu32 *const arm11 = (u32 *)0x1FFFFFF8;
*(vu32 *)0x10141200 = 0x1007F;

View File

@ -12,7 +12,7 @@
#include "i2c.h"
#include "../build/screeninit.h"
#define SCREENINIT_ADDRESS 0x24F03000
#define SCREENINIT_ADDRESS 0x24F02000
vu32 *arm11Entry = (u32 *)0x1FFFFFF8;