summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2014-11-17 08:43:40 -0500
committerTom Rini <trini@ti.com>2014-11-17 08:43:40 -0500
commitbdf790fabc8185112b3f699c8a25aab09c50239e (patch)
tree1ad02576f6849a800905eb47ccf4a878c5bfa6d1 /configs
parent256d83cd6d8caf345ffba414a0f77f30d68caf8a (diff)
parent570dd7f441c2d2d2e83a9345608801c92e7d2c6f (diff)
downloadblackbird-obmc-uboot-bdf790fabc8185112b3f699c8a25aab09c50239e.tar.gz
blackbird-obmc-uboot-bdf790fabc8185112b3f699c8a25aab09c50239e.zip
Merge branch 'master' of git://git.denx.de/u-boot-sh
Diffstat (limited to 'configs')
-rw-r--r--configs/sh7752evb_defconfig1
-rw-r--r--configs/sh7753evb_defconfig1
-rw-r--r--configs/sh7757lcr_defconfig1
-rw-r--r--configs/sh7785lcr_32bit_defconfig2
4 files changed, 4 insertions, 1 deletions
diff --git a/configs/sh7752evb_defconfig b/configs/sh7752evb_defconfig
index 124154cc96..1f7c6d0284 100644
--- a/configs/sh7752evb_defconfig
+++ b/configs/sh7752evb_defconfig
@@ -1,2 +1,3 @@
CONFIG_SH=y
+CONFIG_SH_32BIT=y
CONFIG_TARGET_SH7752EVB=y
diff --git a/configs/sh7753evb_defconfig b/configs/sh7753evb_defconfig
index 9ff41218b9..35809e9530 100644
--- a/configs/sh7753evb_defconfig
+++ b/configs/sh7753evb_defconfig
@@ -1,2 +1,3 @@
CONFIG_SH=y
+CONFIG_SH_32BIT=y
CONFIG_TARGET_SH7753EVB=y
diff --git a/configs/sh7757lcr_defconfig b/configs/sh7757lcr_defconfig
index 3066d97f84..ffcf961bb5 100644
--- a/configs/sh7757lcr_defconfig
+++ b/configs/sh7757lcr_defconfig
@@ -1,2 +1,3 @@
CONFIG_SH=y
+CONFIG_SH_32BIT=y
CONFIG_TARGET_SH7757LCR=y
diff --git a/configs/sh7785lcr_32bit_defconfig b/configs/sh7785lcr_32bit_defconfig
index 7cf93b47ed..31b84ff352 100644
--- a/configs/sh7785lcr_32bit_defconfig
+++ b/configs/sh7785lcr_32bit_defconfig
@@ -1,3 +1,3 @@
-CONFIG_SYS_EXTRA_OPTIONS="SH_32BIT=1"
CONFIG_SH=y
+CONFIG_SH_32BIT=y
CONFIG_TARGET_SH7785LCR=y
OpenPOWER on IntegriCloud