mirror of
https://xff.cz/git/u-boot/
synced 2025-09-02 17:22:22 +02:00
Code cleanup
This commit is contained in:
@@ -2,6 +2,8 @@
|
|||||||
Changes since U-Boot 1.1.4:
|
Changes since U-Boot 1.1.4:
|
||||||
======================================================================
|
======================================================================
|
||||||
|
|
||||||
|
* Code cleanup
|
||||||
|
|
||||||
* Update NetStar board
|
* Update NetStar board
|
||||||
Patch by Ladislav Michl, 03 Nov 2005
|
Patch by Ladislav Michl, 03 Nov 2005
|
||||||
|
|
||||||
|
@@ -147,14 +147,14 @@ void _EVT_pumpMessages(void)
|
|||||||
if (EVT.oldMove != -1) {
|
if (EVT.oldMove != -1) {
|
||||||
EVT.evtq[EVT.oldMove].where_x = evt.where_x;/* Modify existing one */
|
EVT.evtq[EVT.oldMove].where_x = evt.where_x;/* Modify existing one */
|
||||||
EVT.evtq[EVT.oldMove].where_y = evt.where_y;
|
EVT.evtq[EVT.oldMove].where_y = evt.where_y;
|
||||||
/* EVT.evtq[EVT.oldMove].relative_x += mickeyX; // TODO! */
|
/* EVT.evtq[EVT.oldMove].relative_x += mickeyX; / / TODO! */
|
||||||
/* EVT.evtq[EVT.oldMove].relative_y += mickeyY; // TODO! */
|
/* EVT.evtq[EVT.oldMove].relative_y += mickeyY; / / TODO! */
|
||||||
evt.what = 0;
|
evt.what = 0;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
EVT.oldMove = EVT.freeHead; /* Save id of this move event */
|
EVT.oldMove = EVT.freeHead; /* Save id of this move event */
|
||||||
/* evt.relative_x = mickeyX; // TODO! */
|
/* evt.relative_x = mickeyX; / / TODO! */
|
||||||
/* evt.relative_y = mickeyY; // TODO! */
|
/* evt.relative_y = mickeyY; / / TODO! */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
@@ -213,4 +213,3 @@ int eeprom(int argc, char *argv[])
|
|||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -64,4 +64,3 @@ void board_nand_init(struct nand_chip *nand)
|
|||||||
nand->chip_delay = 18;
|
nand->chip_delay = 18;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@@ -59,4 +59,3 @@ int board_late_init(void)
|
|||||||
{
|
{
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -22,7 +22,6 @@
|
|||||||
# along with this program; if not, write to the Free Software
|
# along with this program; if not, write to the Free Software
|
||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
|
||||||
# MA 02111-1307 USA
|
# MA 02111-1307 USA
|
||||||
#
|
|
||||||
|
|
||||||
TEXT_BASE = 0xFFF00000
|
TEXT_BASE = 0xFFF00000
|
||||||
TEXT_END = 0xFFF40000
|
TEXT_END = 0xFFF40000
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* (C) Copyright 2000
|
* (C) Copyright 2000-2006
|
||||||
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
||||||
*
|
*
|
||||||
* See file CREDITS for list of people who contributed to this
|
* See file CREDITS for list of people who contributed to this
|
||||||
|
Reference in New Issue
Block a user