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

qi-split-board-specific-in-steppingstone.patch

Signed-off-by: Andy Green <andy@openmoko.com>
This commit is contained in:
Andy Green
2008-11-28 10:16:42 +00:00
committed by Andy Green
parent 56841f9f5d
commit b4ac8b9dc9
9 changed files with 168 additions and 152 deletions

View File

@@ -96,8 +96,6 @@ extern ulong virt_to_phy_smdk2416(ulong addr);
extern void test_hsmmc (uint width, uint test, uint start_blk, uint blknum);
/* external variables */
extern struct movi_offset_t ofsinfo;
//#include <asm/hardware.h>
@@ -107,7 +105,7 @@ typedef enum {
S3C64XX_UART2,
} S3C64XX_UARTS_NR;
#define __REG(x) (*((unsigned int *)(x)))
#define __REG(x) (*((volatile unsigned int *)(x)))
//#include <s3c64x0.h>
#endif