summaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
authorAmit Singh Tomar <amittomer25@gmail.com>2020-04-19 16:58:34 +0300
committerTom Rini <trini@konsulko.com>2020-04-24 23:40:09 +0300
commitd5c819b885c217f545f9d86bc7f18f6adc739e47 (patch)
tree947843a91901baa75df4af5c8aab3613c01d5f91 /Kconfig
parent78e4f4594de0c0ab873a038379d958f7fa669069 (diff)
downloadu-boot-d5c819b885c217f545f9d86bc7f18f6adc739e47.tar.xz
actions: Move defconfig options to Kconfig
This patch moves some of the config options from bubblegum_96_defconfig to respective Kconfig files. Signed-off-by: Amit Singh Tomar <amittomer25@gmail.com>
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kconfig b/Kconfig
index 83b5b05392..9a5e600753 100644
--- a/Kconfig
+++ b/Kconfig
@@ -111,7 +111,7 @@ config ENV_VARS_UBOOT_CONFIG
config NR_DRAM_BANKS
int "Number of DRAM banks"
- default 1 if ARCH_SUNXI
+ default 1 if ARCH_SUNXI || ARCH_OWL
default 4
help
This defines the number of DRAM banks.