summaryrefslogtreecommitdiff
path: root/configs/cm_t43_defconfig
diff options
context:
space:
mode:
authorSuniel Mahesh <sunil.m@techveda.org>2019-08-31 01:34:59 +0530
committerTom Rini <trini@konsulko.com>2019-09-13 11:56:08 -0400
commitd60eb8e49e9b20cfe2907abf14657d142d13d835 (patch)
tree17b738879b318741e5bd36381edd5d9e49fd10c1 /configs/cm_t43_defconfig
parent62a962013562b51e318be2dba90a1854b8d5e0b5 (diff)
arm: am437x: cm-t43: Add device tree, enable OF_CONTROL
Add device tree from Linux for driver model conversion and enable OF_CONTROL. This will remove the following compile warning: ================================================== Device Tree Source is not correctly specified. Please define 'CONFIG_DEFAULT_DEVICE_TREE' or build with 'DEVICE_TREE=<device_tree>' argument =================================================== Target was compile tested, build was clean. Signed-off-by: Suniel Mahesh <sunil.m@techveda.org>
Diffstat (limited to 'configs/cm_t43_defconfig')
-rw-r--r--configs/cm_t43_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/cm_t43_defconfig b/configs/cm_t43_defconfig
index 214a054ac4..dbc0f7eaff 100644
--- a/configs/cm_t43_defconfig
+++ b/configs/cm_t43_defconfig
@@ -32,6 +32,8 @@ CONFIG_SPL_POWER_SUPPORT=y
CONFIG_SPL_SPI_LOAD=y
CONFIG_SYS_SPI_U_BOOT_OFFS=0x40000
CONFIG_SYS_PROMPT="CM-T43 # "
+CONFIG_OF_CONTROL=y
+CONFIG_DEFAULT_DEVICE_TREE="am437x-cm-t43"
CONFIG_CMD_ASKENV=y
CONFIG_CMD_EEPROM=y
CONFIG_CMD_EEPROM_LAYOUT=y