summaryrefslogtreecommitdiff
path: root/include/configs/dra7xx_evm.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2015-06-13 00:52:29 (GMT)
committerTom Rini <trini@konsulko.com>2015-06-15 14:57:28 (GMT)
commit08520bf5e4da36ec4a190e7234cac3e7641dc6d5 (patch)
tree51649d92d6961232df22ec53881a48294d4e8423 /include/configs/dra7xx_evm.h
parent6ce8932494043246667979b3efacdee5e4ec5dfd (diff)
downloadu-boot-08520bf5e4da36ec4a190e7234cac3e7641dc6d5.tar.xz
omap5: Exclude more environment from SPL builds
In the cases where we make use of environment in SPL we do not need these defaults compiled in and available. These are taking up space that in some cases now prevent linking, so drop. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/dra7xx_evm.h')
-rw-r--r--include/configs/dra7xx_evm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/dra7xx_evm.h b/include/configs/dra7xx_evm.h
index edd51a2..24fe123 100644
--- a/include/configs/dra7xx_evm.h
+++ b/include/configs/dra7xx_evm.h
@@ -42,6 +42,7 @@
#define CONFIG_SYS_OMAP_ABE_SYSCK
+#ifndef CONFIG_SPL_BUILD
/* Define the default GPT table for eMMC */
#define PARTS_DEFAULT \
"uuid_disk=${uuid_gpt_disk};" \
@@ -95,6 +96,7 @@
#define CONFIG_USB_FASTBOOT_BUF_SIZE 0x2F000000
#define CONFIG_FASTBOOT_FLASH
#define CONFIG_FASTBOOT_FLASH_MMC_DEV 1
+#endif
#include <configs/ti_omap5_common.h>