Coding Style cleanup; update CHANGELOG, prepare -rc1

Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
Wolfgang Denk 2009-10-28 00:49:47 +01:00
parent 246c69225c
commit 4946775c6d
16 changed files with 6210 additions and 56 deletions

6162
CHANGELOG

File diff suppressed because it is too large Load Diff

View File

@ -22,9 +22,9 @@
#
VERSION = 2009
PATCHLEVEL = 08
PATCHLEVEL = 11
SUBLEVEL =
EXTRAVERSION =
EXTRAVERSION = -rc1
ifneq "$(SUBLEVEL)" ""
U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
else

View File

@ -28,4 +28,3 @@ int board_init(void)
return 0;
}

View File

@ -268,4 +268,3 @@ void ft_board_setup(void *blob, bd_t *bd)
ft_cpu_setup( blob, bd);
}
#endif /* defined(CONFIG_OF_BOARD_SETUP) && defined(CONFIG_OF_LIBFDT) */

View File

@ -48,4 +48,3 @@ include $(SRCTREE)/rules.mk
sinclude $(obj).depend
#########################################################################

View File

@ -328,4 +328,3 @@ void mx27_sd2_init_pins(void)
}
#endif /* CONFIG_MXC_MMC */

View File

@ -414,4 +414,3 @@ fiq:
bl do_fiq
#endif

View File

@ -50,4 +50,3 @@ struct davinci_gpio_bank {
};
#endif

View File

@ -282,7 +282,6 @@ extern unsigned long get_board_sys_clk(unsigned long dummy);
* shorted - index 1
*/
#define CONFIG_CONS_INDEX 1
//#define CONFIG_CONS_INDEX 2
#undef CONFIG_SERIAL_SOFTWARE_FIFO
#define CONFIG_SYS_NS16550
#define CONFIG_SYS_NS16550_SERIAL

View File

@ -129,4 +129,3 @@
#endif
#endif /* __CONFIG_H */