Skip to content

Commit

Permalink
poplar.conf: new kernel enumerates as mmcblk1
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Griffin <[email protected]>
  • Loading branch information
petegriffin authored and fboudra committed Nov 23, 2017
1 parent 1c61097 commit 3cec735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/machine/poplar.conf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "\
u-boot-poplar \
"

CMDLINE_ROOT_EMMC ?= "mmcblk0p3"
CMDLINE_ROOT_EMMC ?= "mmcblk1p3"
CMDLINE ?= "console=ttyAMA0,115200n8 root=/dev/${CMDLINE_ROOT_EMMC} rootwait rw quiet"

# Fastboot expects an ext4 image, which needs to be 4096 bytes aligned
Expand Down

0 comments on commit 3cec735

Please sign in to comment.