Re: [PATCH 26/32] x86: Boot coral into Chrome OS by default

2020-10-16 Thread Bin Meng
On Mon, Sep 28, 2020 at 12:26 PM Simon Glass wrote: > > Add a script to boot Chrome OS from the internal MMC. This involved adding > a few commands and options. > > Signed-off-by: Simon Glass > --- > > configs/chromebook_coral_defconfig | 10 +++--- > include/configs/chromebook_coral.h | 9

[PATCH 26/32] x86: Boot coral into Chrome OS by default

2020-09-27 Thread Simon Glass
Add a script to boot Chrome OS from the internal MMC. This involved adding a few commands and options. Signed-off-by: Simon Glass --- configs/chromebook_coral_defconfig | 10 +++--- include/configs/chromebook_coral.h | 9 - 2 files changed, 15 insertions(+), 4 deletions(-) diff --