mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-09 20:18:54 -04:00
Cleanup: avoid trigraph warning in fs/ext2/ext2fs.c; rename UC100 -> uc100
This commit is contained in:
parent
f7d1572bf5
commit
ec0aee7b68
@ -2,6 +2,10 @@
|
|||||||
Changes since U-Boot 1.1.1:
|
Changes since U-Boot 1.1.1:
|
||||||
======================================================================
|
======================================================================
|
||||||
|
|
||||||
|
* Cleanup:
|
||||||
|
- avoid trigraph warning in fs/ext2/ext2fs.c
|
||||||
|
- rename UC100 -> uc100
|
||||||
|
|
||||||
* Add support for UC100 board
|
* Add support for UC100 board
|
||||||
|
|
||||||
* Patch by Stefan Roese, 16 Dez 2004:
|
* Patch by Stefan Roese, 16 Dez 2004:
|
||||||
|
3
MAKEALL
3
MAKEALL
@ -51,7 +51,8 @@ LIST_8xx=" \
|
|||||||
FPS850L LANTEC QS850 TQM850L \
|
FPS850L LANTEC QS850 TQM850L \
|
||||||
GEN860T lwmon QS860T TQM855L \
|
GEN860T lwmon QS860T TQM855L \
|
||||||
GEN860T_SC MBX quantum TQM860L \
|
GEN860T_SC MBX quantum TQM860L \
|
||||||
UC100 v37 \
|
uc100 \
|
||||||
|
v37 \
|
||||||
"
|
"
|
||||||
|
|
||||||
#########################################################################
|
#########################################################################
|
||||||
|
2
Makefile
2
Makefile
@ -667,7 +667,7 @@ TTTech_config: unconfig
|
|||||||
@echo "#define CONFIG_SHARP_LQ104V7DS01" >>include/config.h
|
@echo "#define CONFIG_SHARP_LQ104V7DS01" >>include/config.h
|
||||||
@./mkconfig -a TQM823L ppc mpc8xx tqm8xx
|
@./mkconfig -a TQM823L ppc mpc8xx tqm8xx
|
||||||
|
|
||||||
UC100_config : unconfig
|
uc100_config : unconfig
|
||||||
@./mkconfig $(@:_config=) ppc mpc8xx uc100
|
@./mkconfig $(@:_config=) ppc mpc8xx uc100
|
||||||
|
|
||||||
v37_config: unconfig
|
v37_config: unconfig
|
||||||
|
@ -561,7 +561,7 @@ static int ext2fs_iterate_dir (ext2fs_node_t dir, char *name, ext2fs_node_t * fn
|
|||||||
printf (" ");
|
printf (" ");
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
printf ("<???> ");
|
printf ("< ? > ");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
printf ("%10d %s\n",
|
printf ("%10d %s\n",
|
||||||
|
@ -53,7 +53,7 @@
|
|||||||
/*
|
/*
|
||||||
* Supported commands
|
* Supported commands
|
||||||
*/
|
*/
|
||||||
#define CONFIG_COMMANDS (CONFIG_CMD_DFL)
|
#define CONFIG_COMMANDS (CONFIG_CMD_DFL | CFG_CMD_DHCP)
|
||||||
|
|
||||||
/* this must be included AFTER the definition of CONFIG_COMMANDS (if any) */
|
/* this must be included AFTER the definition of CONFIG_COMMANDS (if any) */
|
||||||
#include <cmd_confdefs.h>
|
#include <cmd_confdefs.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user