
18 Jul
2017
18 Jul
'17
4:01 p.m.
On 14 July 2017 at 05:54, Mario Six mario.six@gdsys.cc wrote:
The ppc4xx architecture was recently removed, and with it several old gdsys 44x boards, but some "debris" from these purged boards was left over.
This patch removes these remnants (mostly entries in Makefiles, some now superfluous data structures and some now obsolete config variables from the whitelist).
Signed-off-by: Mario Six mario.six@gdsys.cc
board/gdsys/common/Makefile | 4 -- board/gdsys/common/miiphybb.c | 128 ------------------------------------------ include/gdsys_fpga.h | 96 ------------------------------- scripts/config_whitelist.txt | 10 ---- 4 files changed, 238 deletions(-) delete mode 100644 board/gdsys/common/miiphybb.c
Reviewed-by: Simon Glass sjg@chromium.org