summaryrefslogtreecommitdiff
path: root/include/configs/cm_t54.h
diff options
context:
space:
mode:
authorSam Protsenko <semen.protsenko@linaro.org>2018-04-19 23:57:30 +0300
committerTom Rini <trini@konsulko.com>2018-05-08 18:50:22 -0400
commitc90a760ffd432803b3c9f60ad3d0ad098f14c8e7 (patch)
treec454ee4c746fbbb20a1eff540ca659dee3acb197 /include/configs/cm_t54.h
parent14249635b6aa7615f356099cfb349d0a820f9bed (diff)
arm: ti: boot: Extract PARTS_DEFAULT to boot.h
Eliminate code duplication: the same PARTS_DEFAULT was defined in am57xx_evm.h and in dra7xx_evm.h. Extract it to environment/boot.h and use in all OMAP5-based boards. Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
Diffstat (limited to 'include/configs/cm_t54.h')
-rw-r--r--include/configs/cm_t54.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/cm_t54.h b/include/configs/cm_t54.h
index 3787cdc9d4..cda1b5528f 100644
--- a/include/configs/cm_t54.h
+++ b/include/configs/cm_t54.h
@@ -13,6 +13,8 @@
#define CONFIG_CM_T54
#define CONFIG_DRAM_2G
+#define PARTS_DEFAULT
+
#include <configs/ti_omap5_common.h>
/* EEPROM related defines */