diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/chromebook_samus.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/chromebook_samus.h b/include/configs/chromebook_samus.h index dfeede7e91..2fe3e72199 100644 --- a/include/configs/chromebook_samus.h +++ b/include/configs/chromebook_samus.h @@ -15,6 +15,9 @@ #include <configs/x86-common.h> #include <configs/x86-chromebook.h> +/* We can rely on running natively, and this saves code size */ +#undef CONFIG_BIOSEMU + #undef CONFIG_STD_DEVICES_SETTINGS #define CONFIG_STD_DEVICES_SETTINGS "stdin=usbkbd,i8042-kbd,serial\0" \ "stdout=vidconsole,serial\0" \ |