From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Behun Date: Wed, 5 May 2021 18:39:40 +0200 Subject: [PATCH] cmd: mvebu: Rename rx_training to mvebu_comphy_rx_training In-Reply-To: <20210505071510.669590-1-sr@denx.de> References: <20210505071510.669590-1-sr@denx.de> Message-ID: <20210505183940.230215b5@thinkpad> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, 5 May 2021 09:15:10 +0200 Stefan Roese wrote: > Rename the misleading cmd "rx_training" to "mvebu_comphy_rx_training" to > avoid confusion and mixup with DDR3/4 training. This makes it clear, > that this command is platform specific and handles the COMPHY RX > training. > > Also depend this cmd on ARMADA_8K and not TARGET_MVEBU_ARMADA_8K to make > is available for OcteonTX2 CN913x. Acked-by: Marek Beh?n