uboot-mt623x/cpu/pxa
Grant Likely eb867a7623 [PATCH 9_9] Use "void *" not "unsigned long *" for block dev read_write buffer pointers
Block device read/write is anonymous data; there is no need to use a
typed pointer.  void * is fine.  Also add a hook for block_read functions

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
2007-02-20 09:05:45 +01:00
..
Makefile Move "ar" flags to config.mk to allow for silent "make -s" 2006-10-09 01:02:05 +02:00
config.mk Cleanup (get rid of debug code that sneaked in) 2006-03-07 00:22:36 +01:00
cpu.c GCC-4.x fixes: clean up global data pointer initialization for all boards. 2006-03-31 18:32:53 +02:00
i2c.c delta board: DA9030 initialization and i2c support. Some minor changes to 2006-03-24 12:23:27 +01:00
interrupts.c Fix timer code for ARM systems: make sure that udelay() does not 2005-04-04 12:08:28 +00:00
mmc.c [PATCH 9_9] Use "void *" not "unsigned long *" for block dev read_write buffer pointers 2007-02-20 09:05:45 +01:00
pxafb.c * Clean up tools/bmp_logo.c to not add trailing white space 2004-10-09 23:25:58 +00:00
serial.c GCC-4.x fixes: clean up global data pointer initialization for all boards. 2006-03-31 18:32:53 +02:00
start.S Added config options CFG_MONAHANS_RUN_MODE_OSC_RATIO and 2006-03-24 14:35:25 +01:00