arm: k3: j721e: drop spl_spi_boot_cs() override

Commit 4d5ca00405 added an spl_spi_boot_cs() override but this has
been removed upstream. So drop that override.

Signed-off-by: Vaishnav Achath <vaishnav.a@ti.com>
This commit is contained in:
Vaishnav Achath 2022-06-03 15:46:30 -05:00 committed by Anand Gadiyar
parent 4d5ca00405
commit d96c51b59e
1 changed files with 0 additions and 6 deletions

View File

@ -407,12 +407,6 @@ u32 spl_spi_boot_bus(void)
return (bootmode == BOOT_DEVICE_QSPI) ? 1 : 0;
}
/* both OSPI and QSPI flash are in CS0 */
u32 spl_spi_boot_cs(void)
{
return 0;
}
u32 spl_boot_device(void)
{
u32 wkup_devstat = readl(CTRLMMR_WKUP_DEVSTAT);