aboutsummaryrefslogtreecommitdiff
path: root/board/liebherr/xea/xea.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/liebherr/xea/xea.c')
-rw-r--r--board/liebherr/xea/xea.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/liebherr/xea/xea.c b/board/liebherr/xea/xea.c
index 8159f3a2d9e..4062c6fb82b 100644
--- a/board/liebherr/xea/xea.c
+++ b/board/liebherr/xea/xea.c
@@ -116,6 +116,7 @@ void board_boot_order(u32 *spl_boot_list)
{
spl_boot_list[0] = BOOT_DEVICE_MMC1;
spl_boot_list[1] = BOOT_DEVICE_SPI;
+ spl_boot_list[2] = BOOT_DEVICE_UART;
}
int spl_start_uboot(void)