Re: [U-Boot] [PATCH v2 4/7] powerpc/km82xx: rework DIP switch detection

2011-05-10 Thread Wolfgang Denk
Dear Holger Brunck, In message you wrote: > From: Huber, Andreas > > Introduce a struct for the BFTICU FPGA to increase the readability of > the code. And the define CONFIG_SYS_BFTICU_BASE was removed because > the CONFIG_SYS_FPGA_BASE is already the base value for BFTICU registers. > > Sign

[U-Boot] [PATCH v2 4/7] powerpc/km82xx: rework DIP switch detection

2011-05-03 Thread Holger Brunck
From: Huber, Andreas Introduce a struct for the BFTICU FPGA to increase the readability of the code. And the define CONFIG_SYS_BFTICU_BASE was removed because the CONFIG_SYS_FPGA_BASE is already the base value for BFTICU registers. Signed-off-by: Andreas Huber Signed-off-by: Holger Brunck Sign