diff options
author | Sam Protsenko <semen.protsenko@linaro.org> | 2018-04-19 23:57:30 +0300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-05-08 18:50:22 -0400 |
commit | c90a760ffd432803b3c9f60ad3d0ad098f14c8e7 (patch) | |
tree | c454ee4c746fbbb20a1eff540ca659dee3acb197 /include/configs/cl-som-am57x.h | |
parent | 14249635b6aa7615f356099cfb349d0a820f9bed (diff) | |
download | u-boot-c90a760ffd432803b3c9f60ad3d0ad098f14c8e7.tar.gz |
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/cl-som-am57x.h')
-rw-r--r-- | include/configs/cl-som-am57x.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/cl-som-am57x.h b/include/configs/cl-som-am57x.h index 58bf0a6aa4..f0e1e8280c 100644 --- a/include/configs/cl-som-am57x.h +++ b/include/configs/cl-som-am57x.h @@ -17,6 +17,8 @@ #define CONFIG_SYS_OMAP_ABE_SYSCK +#define PARTS_DEFAULT + #include <configs/ti_omap5_common.h> /* misc */ |