mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-05 10:15:21 +00:00
Use a real board name that can run this kernel instead of a generic name. Basic functionality exits on this board with Zephyr. Setup of the board is mostly similar to what we have in galileo (EFI based) Change-Id: Ic8554f26dcac0dbbbb6d35d863482f6207dc63c5 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
8 lines
91 B
Plaintext
8 lines
91 B
Plaintext
|
|
if BOARD_MINNOWBOARD
|
|
|
|
config BOARD
|
|
default minnowboard
|
|
|
|
endif # BOARD_MINNOWBOARD
|