diff options
Diffstat (limited to 'config.mk')
| -rw-r--r-- | config.mk | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -240,6 +240,9 @@ CPPFLAGS += -DCONFIG_SPL_BUILD ifeq ($(CONFIG_TPL_BUILD),y) CPPFLAGS += -DCONFIG_TPL_BUILD endif +ifeq ($(CONFIG_SPL_BOOT_DEVICE),uart) +CPPFLAGS += -DSPL_BOOT_DEVICE_UART +endif endif # Does this architecture support generic board init? |