summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorChristoph Muellner <christoph.muellner@theobroma-systems.com>2019-10-07 22:04:38 +0200
committerChristoph Muellner <christoph.muellner@theobroma-systems.com>2019-10-07 22:04:38 +0200
commit0860cb7c8d87d0d3313976bc07d8a71c60363565 (patch)
tree521543de99e4e4aaac84c1f5d41c917c4172b658 /board
parent04474c418196a45aa51cc50084d1f5f0a6b7affb (diff)
lion: Fix path of eMMC.
The path of the eMMC's block device (in Linux) is /dev/mmcblk1p1 on Lion. This patch fixes this. Signed-off-by: Christoph Muellner <christoph.muellner@theobroma-systems.com>
Diffstat (limited to 'board')
-rw-r--r--board/theobroma-systems/lion/boardEnv.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/theobroma-systems/lion/boardEnv.txt b/board/theobroma-systems/lion/boardEnv.txt
index a7dd586c31..74945efb26 100644
--- a/board/theobroma-systems/lion/boardEnv.txt
+++ b/board/theobroma-systems/lion/boardEnv.txt
@@ -2,4 +2,4 @@ kernelfile=Image
fdtfile=rk3368-lion-haikou.dtb
initrdfile=uInitrd
extraargs=loglevel=7
-rootdev_mmc0=/dev/mmcblk0p1
+rootdev_mmc0=/dev/mmcblk1p1