summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorGilles Gameiro <gguess007@gmail.com>2015-03-23 23:13:03 -0700
committerTom Rini <trini@konsulko.com>2015-03-24 10:56:35 -0400
commitb81bdf62e0cf9b5c64d30284d01658a851f142f7 (patch)
tree4847b21f8ca7ff7f7d5baf94d986a339a2bcb1f3 /configs
parent95b4f112f5197e90906ea701bd8ca5b2cbf46b29 (diff)
downloadtalos-obmc-uboot-b81bdf62e0cf9b5c64d30284d01658a851f142f7.tar.gz
talos-obmc-uboot-b81bdf62e0cf9b5c64d30284d01658a851f142f7.zip
bav335x: Update defconfigs and fix typo in EEPROM config format
After v2015.01 we need to have DM enabled in order to use UART. Also fix a typo in the EEPROM config format. Signed-off-by: Gilles Gameiro <gilles@gigadevices.com> [trini: Reword commit message, re-save defconfigs with 'savedefconfig'] Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/birdland_bav335a_defconfig7
-rw-r--r--configs/birdland_bav335b_defconfig7
2 files changed, 10 insertions, 4 deletions
diff --git a/configs/birdland_bav335a_defconfig b/configs/birdland_bav335a_defconfig
index 60df411cbd..54ac4d1024 100644
--- a/configs/birdland_bav335a_defconfig
+++ b/configs/birdland_bav335a_defconfig
@@ -1,5 +1,8 @@
-CONFIG_SPL=y
-CONFIG_SYS_EXTRA_OPTIONS="SERIAL1,CONS_INDEX=1"
CONFIG_ARM=y
CONFIG_TARGET_BAV335X=y
+CONFIG_DM=y
+CONFIG_DM_SERIAL=y
+CONFIG_SYS_MALLOC_F=y
CONFIG_BAV_VERSION=1
+CONFIG_SPL=y
+CONFIG_SYS_EXTRA_OPTIONS="SERIAL1,CONS_INDEX=1"
diff --git a/configs/birdland_bav335b_defconfig b/configs/birdland_bav335b_defconfig
index ed3f6fa13c..9046553878 100644
--- a/configs/birdland_bav335b_defconfig
+++ b/configs/birdland_bav335b_defconfig
@@ -1,5 +1,8 @@
-CONFIG_SPL=y
-CONFIG_SYS_EXTRA_OPTIONS="SERIAL1,CONS_INDEX=1"
CONFIG_ARM=y
CONFIG_TARGET_BAV335X=y
+CONFIG_DM=y
+CONFIG_DM_SERIAL=y
+CONFIG_SYS_MALLOC_F=y
CONFIG_BAV_VERSION=2
+CONFIG_SPL=y
+CONFIG_SYS_EXTRA_OPTIONS="SERIAL1,CONS_INDEX=1"
OpenPOWER on IntegriCloud