Hi Patrick,
On 05.08.2009 13:04, Patrick Georgi wrote:
as preparation for the kconfig merge, here are some changes from the kconfig tree that are unrelated to kconfig itself.
20090805-1-ttys0-rename Takes care of the different CONFIG_* names of the variable containing the serial I/O port
There should only be one config variable for this. Wouldn't a global search/replace be able to standardize on either CONFIG_TTYS0_BASE or CONFIG_SERIAL_IOBASE?
20090805-2-config-prefixes Some more CONFIG_* prefixes that were missing
I don't particularly like the CONFIG_MAINBOARD_POWER_ON_AFTER_POWER_FAIL #define, but since that code already looks like this and you only added a prefix, it is Acked-by: Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net
20090805-3-empty-files These changes exist mostly to make diff happy, which ignores empty files (or rather: Make Patrick happy when he's using diff). Maybe the right way would be to delete those files.
If deleting these files doesn't break abuild, please delete them. For the deletion, you can use my ack.
Signed-off-by: Patrick Georgi patrick.georgi@coresystems.de
Regards, Carl-Daniel