
Hi All,
Here is a patch-set to cleanup the CONFIG_foo=y options which are present in practically all sunxi defconfigs since Joe's latest patches.
Simon, the first patch in this patchset is necessary to be able to use DM_SERIAL=y on all sunxi boards, without this things do not work as some sunxi tablet motherboards do not have an uart (not even through test pads), as all uart pins are used for other functions. Without this these board will fail to boot due to a panic called from the dm serial code. Can you please add this to u-boot-dm/next ? I'm assuming that you prefer taking this upstream this way rather then through the sunxi tree.
The second patch is a slightly modified version of Tom's patch to cleanup the sunxi defconfigs, and the 3th one is a patch I already had queued up rebased on top of this, and with its commit message altered to reflect the current state of things.
Regards,
Hans