mirror of
https://xff.cz/git/u-boot/
synced 2025-09-03 01:32:47 +02:00
Minor code cleanup
This commit is contained in:
@@ -2,6 +2,8 @@
|
|||||||
Changes for U-Boot 1.1.3:
|
Changes for U-Boot 1.1.3:
|
||||||
======================================================================
|
======================================================================
|
||||||
|
|
||||||
|
* Minor code cleanup
|
||||||
|
|
||||||
* Add forgotten new fils from latest VoiceBlue update
|
* Add forgotten new fils from latest VoiceBlue update
|
||||||
|
|
||||||
* Make bootretry feature work with hush shell.
|
* Make bootretry feature work with hush shell.
|
||||||
|
@@ -209,4 +209,3 @@ int eeprom(int argc, char *argv[])
|
|||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -9,4 +9,3 @@
|
|||||||
|
|
||||||
.globl _start
|
.globl _start
|
||||||
_start: b eeprom
|
_start: b eeprom
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user