123456789101112131415161718192021222324252627 |
- From c830e24b1f197e5888a6471dcadb211d0c30c164 Mon Sep 17 00:00:00 2001
- From: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
- Date: Wed, 22 Mar 2017 12:11:36 +0100
- Subject: [PATCH 3/3] Beaglebone green
- Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
- ---
- include/configs/am335x_evm.h | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
- diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
- index 1a7d3e88a3..a6a326d54c 100644
- --- a/include/configs/am335x_evm.h
- +++ b/include/configs/am335x_evm.h
- @@ -105,7 +105,7 @@
- DEFAULT_LINUX_BOOT_ENV \
- DEFAULT_MMC_TI_ARGS \
- DEFAULT_FIT_TI_ARGS \
- - "bootpart=0:1\0" \
- + "bootpart=1:1\0" \
- "bootdir=/boot\0" \
- "bootfile=vmlinuz-linux-libre\0" \
- "ramdiskfile=initramfs-linux-libre.img\0" \
- --
- 2.12.1
|