zephyr: hello-world: remove BUILD_TIMESTAMP from prj.conf

This feature has been deleted in Zephyr upstream. The project won't
build with this line in anymore due to Kconfig errors.

Signed-off-by: Marti Bolivar <marti@foundries.io>
This commit is contained in:
Marti Bolivar 2018-10-01 18:28:11 -06:00 committed by Fabio Utzig
parent 5f15fe87e9
commit 08b8058b5c
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
# Print a banner on the UART on startup.
CONFIG_BOOT_BANNER=y
CONFIG_BUILD_TIMESTAMP=y
# Enable console and printk()
CONFIG_PRINTK=y