diff options
| author | Jonas Karlman <[email protected]> | 2024-02-17 00:22:38 +0000 |
|---|---|---|
| committer | Kever Yang <[email protected]> | 2024-03-14 11:40:48 +0800 |
| commit | 2f440ffb1d26e07f14e1d0341ceadfa374bdf8e3 (patch) | |
| tree | b6ed6b935bfbf2373557ee80df4799701517c15e | |
| parent | 9b67e6007cc499e96c13dbf5047439ca17ed24b0 (diff) | |
Revert "rockchip: Allow booting from SPI"
This reverts commit 3523c07867b403d5b3b68812aebac8a5afa5be4c.
Booting from SPI was already allowed before this commit was first
introduced. A few lines further down the exact same code already existed
and still does.
Signed-off-by: Jonas Karlman <[email protected]>
Reviewed-by: Kever Yang <[email protected]>
| -rw-r--r-- | arch/arm/mach-rockchip/spl-boot-order.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-rockchip/spl-boot-order.c b/arch/arm/mach-rockchip/spl-boot-order.c index 2c39a215c10..79c856d2a0a 100644 --- a/arch/arm/mach-rockchip/spl-boot-order.c +++ b/arch/arm/mach-rockchip/spl-boot-order.c @@ -65,9 +65,6 @@ static int spl_node_to_boot_device(int node) default: return -ENOSYS; } - } else if (!uclass_get_device_by_of_offset(UCLASS_SPI_FLASH, node, - &parent)) { - return BOOT_DEVICE_SPI; } /* |
