diff options
author | Adam Ford <aford173@gmail.com> | 2018-09-29 14:10:19 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-10-06 14:09:40 -0400 |
commit | 46580f2fd569946f711af63002e2628b9ff109e3 (patch) | |
tree | 8d85a447f6e4b6efcc031772fa1e96cf03b2891f /include/configs | |
parent | 5ad4212ce0d5f23f4df08b416fe318bab60bfbc6 (diff) |
ARM: LogicPD: omap3logic: Remove Torpedo/SOM-LV autodection
With there now being four device tree files, and 4 separate
defconfig files, the code necessary to determine which board is
being used is no longer necessary as the corresponding pin-muxing
and board names are determined by the device tree.
Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/omap3_logic.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/omap3_logic.h b/include/configs/omap3_logic.h index 2cbdbebb26..8644e16830 100644 --- a/include/configs/omap3_logic.h +++ b/include/configs/omap3_logic.h @@ -116,6 +116,7 @@ "ip=${ipaddr}:${tftpserver}:${gatewayip}:${netmask}::eth0:off\0" \ "nfsrootpath=/opt/nfs-exports/omap\0" \ "autoload=no\0" \ + "fdtimage=" CONFIG_DEFAULT_DEVICE_TREE ".dtb\0" \ "loadfdt=mmc rescan; " \ "load mmc ${mmcdev} ${fdtaddr} ${fdtimage}\0" \ "mmcbootcommon=echo Booting with DT from mmc${mmcdev} ...; " \ |