
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 10/16/12 08:15, Peter Korsgaard wrote:
The i2c header is specific to ti(-derived) boards, and not generic for all am335x boards.
Signed-off-by: Peter Korsgaard peter.korsgaard@barco.com --- arch/arm/cpu/armv7/am33xx/board.c | 235 -------------------- arch/arm/include/asm/arch-am33xx/sys_proto.h | 27 --- board/ti/am335x/Makefile | 1 + .../armv7/am33xx/board.c => board/ti/am335x/evm.c | 33 +-- .../sys_proto.h => board/ti/am335x/evm.h | 24 +- board/ti/am335x/mux.c | 1 + 6 files changed, 10 insertions(+), 311 deletions(-) copy arch/arm/cpu/armv7/am33xx/board.c => board/ti/am335x/evm.c (90%) copy arch/arm/include/asm/arch-am33xx/sys_proto.h => board/ti/am335x/evm.h (75%)
I'd like to see it as board/ti/am33xx/board.[ch] but other than that I can see where you're coming from. Can you post a WIP version of your s_init / board_init? I'd like to see what maybe we should call __weak or try and restructure a bit more. Thanks!
- -- Tom