]> Git Repo - u-boot.git/commit
ppc: Zap Hymod board
authorMarek Vasut <[email protected]>
Wed, 22 Oct 2014 19:34:48 +0000 (21:34 +0200)
committerWolfgang Denk <[email protected]>
Mon, 27 Oct 2014 13:35:55 +0000 (14:35 +0100)
commit5038d7f189267004d924e827cf51d7520d65e42b
tree90b84cc661c559ae4878c0775cd135d32f5baa9c
parent1655f9f6c73c2b4b5d3f3b3c8aab999c194d8486
ppc: Zap Hymod board

Remove this board as this is the only one last user of eeprom_probe(),
which is pretty non-standard stuff.

This patch also removes all the PHP, SQL and CSS stuff from U-Boot,
which probably makes U-Boot a bit less IoT ;-)

Signed-off-by: Marek Vasut <[email protected]>
Cc: Masahiro Yamada <[email protected]>
Cc: Tom Rini <[email protected]>
Cc: Wolfgang Denk <[email protected]>
Cc: Simon Glass <[email protected]>
Cc: Heiko Schocher <[email protected]>
47 files changed:
arch/powerpc/cpu/mpc8260/Kconfig
arch/powerpc/cpu/mpc8260/ether_fcc.c
arch/powerpc/cpu/mpc8260/interrupts.c
arch/powerpc/cpu/mpc8260/start.S
arch/powerpc/cpu/mpc83xx/start.S
arch/powerpc/include/asm/u-boot.h
board/hymod/Kconfig [deleted file]
board/hymod/MAINTAINERS [deleted file]
board/hymod/Makefile [deleted file]
board/hymod/bsp.c [deleted file]
board/hymod/config.mk [deleted file]
board/hymod/eeprom.c [deleted file]
board/hymod/env.c [deleted file]
board/hymod/fetch.c [deleted file]
board/hymod/flash.c [deleted file]
board/hymod/flash.h [deleted file]
board/hymod/global_env [deleted file]
board/hymod/hymod.c [deleted file]
board/hymod/hymod.h [deleted file]
board/hymod/input.c [deleted file]
board/hymod/u-boot.lds [deleted file]
board/hymod/u-boot.lds.debug [deleted file]
configs/hymod_defconfig [deleted file]
doc/README.scrapyard
include/asm-generic/u-boot.h
include/common.h
include/configs/hymod.h [deleted file]
tools/bddb/README [deleted file]
tools/bddb/badsubmit.php [deleted file]
tools/bddb/bddb.css [deleted file]
tools/bddb/brlog.php [deleted file]
tools/bddb/browse.php [deleted file]
tools/bddb/config.php [deleted file]
tools/bddb/create_tables.sql [deleted file]
tools/bddb/defs.php [deleted file]
tools/bddb/dodelete.php [deleted file]
tools/bddb/dodellog.php [deleted file]
tools/bddb/doedit.php [deleted file]
tools/bddb/doedlog.php [deleted file]
tools/bddb/donew.php [deleted file]
tools/bddb/donewlog.php [deleted file]
tools/bddb/edit.php [deleted file]
tools/bddb/edlog.php [deleted file]
tools/bddb/execute.php [deleted file]
tools/bddb/index.php [deleted file]
tools/bddb/new.php [deleted file]
tools/bddb/newlog.php [deleted file]
This page took 0.046172 seconds and 4 git commands to generate.