From 8dbd551c1ce6d7124f4bf70030415bda5f154030 Mon Sep 17 00:00:00 2001 From: Jianxun Zhang Date: Fri, 14 Oct 2016 14:07:54 -0700 Subject: rmc: Add board data for NUC5i5RYB A particular intention of this change is to remove the serial setting in kernel command line that is hardcoded in core2 and corei7 conf files. However we cannot use KBOOTPARAM because it is designed as a fragment appended to hardcoded part at runtime. This is why we need to create more files in this patch to use cmdline in bootloader entry files to bypass whatever from the build. Once we have a clean base (no any preset console setting) in generic configurations, this change can be dropped. Signed-off-by: Jianxun Zhang Signed-off-by: Saul Wold --- common/recipes-bsp/rmc/boards/NUC5i5RYB/BOOTENTRY.CONFIG | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 common/recipes-bsp/rmc/boards/NUC5i5RYB/BOOTENTRY.CONFIG (limited to 'common/recipes-bsp/rmc/boards/NUC5i5RYB/BOOTENTRY.CONFIG') diff --git a/common/recipes-bsp/rmc/boards/NUC5i5RYB/BOOTENTRY.CONFIG b/common/recipes-bsp/rmc/boards/NUC5i5RYB/BOOTENTRY.CONFIG new file mode 100644 index 00000000..b2fabe82 --- /dev/null +++ b/common/recipes-bsp/rmc/boards/NUC5i5RYB/BOOTENTRY.CONFIG @@ -0,0 +1,2 @@ +boot.conf +install.conf -- cgit v1.2.3-54-g00ecf