]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ppc: Zap Hymod board
authorMarek Vasut <marex@denx.de>
Wed, 22 Oct 2014 19:34:48 +0000 (21:34 +0200)
committerWolfgang Denk <wd@denx.de>
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 <marex@denx.de>
Cc: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Tom Rini <trini@ti.com>
Cc: Wolfgang Denk <wd@denx.de>
Cc: Simon Glass <sjg@chromium.org>
Cc: Heiko Schocher <hs@denx.de>
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]