wic: Update the sdcard generation

Update the SD card generation to follow a more standard sdcard boot
flow. At the moment we don't use this new boot flow, but let's at least
have it ready for future use.

Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
This commit is contained in:
Alistair Francis
2019-04-16 13:53:01 -07:00
committed by Khem Raj
parent b9e9d6942e
commit ef0189f2d8
3 changed files with 8 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ CONFIG_BPF_SYSCALL=y
CONFIG_EMBEDDED=y
CONFIG_SMP=y
CONFIG_HZ_100=y
CONFIG_CMDLINE="earlycon=sbi root=/dev/mmcblk0p2 rootwait"
CONFIG_CMDLINE="earlycon=sbi root=/dev/mmcblk0p3 rootwait"
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
# CONFIG_BLK_DEV_BSG is not set