gtest: remove rtc_drv from boot image

This commit is contained in:
Alexander Senier
2019-08-14 12:14:35 +02:00
committed by Norman Feske
parent 1077ec6a3f
commit 2dc3acddee
2 changed files with 0 additions and 2 deletions

View File

@@ -57,7 +57,6 @@ build_boot_image {
core init ld.lib.so
timer
libc.lib.so vfs.lib.so libm.lib.so posix.lib.so stdcxx.lib.so
rtc_drv
gtest-samples
}

View File

@@ -65,7 +65,6 @@ build_boot_image {
core init ld.lib.so
timer ram_fs
libc.lib.so vfs.lib.so libm.lib.so posix.lib.so stdcxx.lib.so
rtc_drv
gtest
}