From 61031c06e5c4cbd70cc6ab62b61e172b8e070b90 Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Tue, 2 Feb 2021 17:14:11 -0800 Subject: [PATCH] intel/hw: Create an empty bootcmds file You can edit this file to add commands in shell format, i.e. commands with arguments. Quoting is supported. e.g. bootcmds might contain: fitboot -c 'root=/dev/ram0 rw console=ttyS0,115200 earlyprintk=ttyS0,115200' afile Signed-off-by: Ronald G. Minnich --- mainboards/intel/hw/bootcmds | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 mainboards/intel/hw/bootcmds diff --git a/mainboards/intel/hw/bootcmds b/mainboards/intel/hw/bootcmds new file mode 100644 index 0000000..e69de29