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:
parent
5f15fe87e9
commit
08b8058b5c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue