1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2025-04-21 12:27:27 +03:00

change-text-base-and-meddle.patch

change the TEXT_BASE and meddle around

Signed-off-by: Andy Green <andy@openmoko.com>
This commit is contained in:
Andy Green
2008-08-13 00:40:01 +01:00
parent 7143408081
commit 0b4bd34f15
6 changed files with 38 additions and 10 deletions

View File

@@ -23,6 +23,6 @@
#ifndef __CONFIG_H
#define __CONFIG_H
#define TEXT_BASE 0x33F80000 /* xiangfu add*/
#define TEXT_BASE 0x33000000
#endif /* __CONFIG_H */