summaryrefslogtreecommitdiffstats
path: root/configs/devkit3250_defconfig
diff options
context:
space:
mode:
authorVladimir Zapolskiy <vz@mleia.com>2015-07-18 01:47:10 +0300
committerTom Rini <trini@konsulko.com>2015-08-12 20:47:34 -0400
commit768ddeeecf7c49f97b6299e37c02332eba031270 (patch)
treef3eace7048d7db2e0e0157c34d04fd2437d4e3cf /configs/devkit3250_defconfig
parentdcfd37e5ef17a3beec212fc4088f14f3fdcba5d1 (diff)
downloadblackbird-obmc-uboot-768ddeeecf7c49f97b6299e37c02332eba031270.tar.gz
blackbird-obmc-uboot-768ddeeecf7c49f97b6299e37c02332eba031270.zip
lpc32xx: devkit3250: update of board configuration
This change adds more peripherals to Timll DevKit3250 board, namely MAC and SMSC phy, SLC NAND, GPIO, SPI and I2C. Also the default serial console is changed to UART5, added an option to pass device tree blob by means of bootm, predefined environment variables are slightly extended and reserved space on NAND to store user defined U-boot environment. Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
Diffstat (limited to 'configs/devkit3250_defconfig')
-rw-r--r--configs/devkit3250_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/devkit3250_defconfig b/configs/devkit3250_defconfig
index f0c4ee12d6..56d719f61e 100644
--- a/configs/devkit3250_defconfig
+++ b/configs/devkit3250_defconfig
@@ -1,3 +1,6 @@
CONFIG_ARM=y
CONFIG_TARGET_DEVKIT3250=y
+# CONFIG_CMD_FPGA is not set
# CONFIG_CMD_SETEXPR is not set
+CONFIG_DM=y
+CONFIG_DM_GPIO=y
OpenPOWER on IntegriCloud