From 6f6afe514f508dd1062cc707d259b898eb7d37e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ky=C3=B6sti=20M=C3=A4lkki?= Date: Sun, 26 Jan 2020 10:08:39 +0200 Subject: [PATCH] configs/asus/p2b: Add build-test for DEBUG_RAM_SETUP MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ie1d0a2ed9aa5c0645fa8400ec9af17be592d3dea Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/coreboot/+/38581 Tested-by: build bot (Jenkins) Reviewed-by: Keith Hui Reviewed-by: Angel Pons --- configs/config.asus_p2b_ramdebug | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 configs/config.asus_p2b_ramdebug diff --git a/configs/config.asus_p2b_ramdebug b/configs/config.asus_p2b_ramdebug new file mode 100644 index 000000000000..690000205fa5 --- /dev/null +++ b/configs/config.asus_p2b_ramdebug @@ -0,0 +1,3 @@ +CONFIG_VENDOR_ASUS=y +CONFIG_BOARD_ASUS_P2B=y +CONFIG_DEBUG_RAM_SETUP=y