diff options
author | Daniel Palmer <daniel@0x0f.com> | 2020-10-18 18:16:32 +0900 |
---|---|---|
committer | Daniel Palmer <daniel@0x0f.com> | 2020-10-18 18:16:32 +0900 |
commit | c25a63fd0b20fb1da5262fb09181adc8e0cbeb22 (patch) | |
tree | ad3173d2fd9ea5a0f038e419f3c83595d2614dbc /include | |
parent | ef178362108415979ec8cfaa051222599d07a68c (diff) |
F
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/olimex_am335x_som.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/olimex_am335x_som.h b/include/configs/olimex_am335x_som.h index 3f26314811..d113ad5b3e 100644 --- a/include/configs/olimex_am335x_som.h +++ b/include/configs/olimex_am335x_som.h @@ -163,4 +163,9 @@ #endif #endif +#ifdef CONFIG_SPL_BUILD +#undef CONFIG_DM_MMC +#undef CONFIG_TIMER +#endif + #endif /* ! __CONFIG_OLIMEX_AM335x_SOM_H */ |