From mboxrd@z Thu Jan 1 00:00:00 1970 From: Priyanka Jain Date: Thu, 11 Feb 2021 10:34:55 +0000 Subject: [PATCH 10/16] ppc: Remove MPC8544DS board In-Reply-To: <20210210024257.20193-10-trini@konsulko.com> References: <20210210024257.20193-1-trini@konsulko.com> <20210210024257.20193-10-trini@konsulko.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de >-----Original Message----- >From: Tom Rini >Sent: Wednesday, February 10, 2021 8:13 AM >To: u-boot at lists.denx.de >Cc: Priyanka Jain >Subject: [PATCH 10/16] ppc: Remove MPC8544DS board > >This board relies on using CONFIG_LIBATA but does not enable CONFIG_AHCI. >The deadline for this conversion was the v2019.07 release. The use of >CONFIG_AHCI requires CONFIG_DM. The deadline for this conversion was >v2020.01. Remove this board. > >Cc: Priyanka Jain >Signed-off-by: Tom Rini >--- Reviewed-by: Priyanka Jain