]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ppc4xx: Sequoia: Add chip_config command
authorStefan Roese <sr@denx.de>
Mon, 19 Oct 2009 14:19:36 +0000 (16:19 +0200)
committerStefan Roese <sr@denx.de>
Fri, 23 Oct 2009 14:05:11 +0000 (16:05 +0200)
commitcfc25874624a328f53ad59b1206e2103f2e62d74
tree2ce4c47a72a042dd9b563845b5b6234681172b90
parentc85b58397030e25e146ccf5085c86221c40c53b3
ppc4xx: Sequoia: Add chip_config command

This patch removes the Sequoia "bootstrap" command and replaces it
with the now common command "chip_config".

Please note that the patches with the dynamic PCI sync clock
configuration have to be applied, before this one should go in.
This is because Sequoia has 2 different bootstrap EEPROMs, and
the old bootstrap command configured different values depending
on the detected PCI async clock (33 vs. 66MHz). With the PCI sync
clock patches, this is not necessary anymore. The PCI sync clock
will be configured correctly on-the-fly now.

Signed-off-by: Stefan Roese <sr@denx.de>
board/amcc/sequoia/Makefile
board/amcc/sequoia/chip_config.c [new file with mode: 0644]
board/amcc/sequoia/cmd_sequoia.c [deleted file]
include/configs/sequoia.h