diff options
author | Amit Singh Tomar | 2020-04-19 19:28:34 +0530 |
---|---|---|
committer | Tom Rini | 2020-04-24 16:40:09 -0400 |
commit | d5c819b885c217f545f9d86bc7f18f6adc739e47 (patch) | |
tree | 947843a91901baa75df4af5c8aab3613c01d5f91 /configs | |
parent | 78e4f4594de0c0ab873a038379d958f7fa669069 (diff) |
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 'configs')
-rw-r--r-- | configs/bubblegum_96_defconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configs/bubblegum_96_defconfig b/configs/bubblegum_96_defconfig index e76e9a2e5a3..2228fafac6c 100644 --- a/configs/bubblegum_96_defconfig +++ b/configs/bubblegum_96_defconfig @@ -1,7 +1,6 @@ CONFIG_ARM=y CONFIG_ARCH_OWL=y CONFIG_ENV_SIZE=0x2000 -CONFIG_NR_DRAM_BANKS=1 CONFIG_MACH_S900=y CONFIG_IDENT_STRING="\nBubblegum-96" CONFIG_DISTRO_DEFAULTS=y @@ -16,4 +15,3 @@ CONFIG_CMD_MEMINFO=y CONFIG_CMD_CACHE=y CONFIG_CMD_TIMER=y CONFIG_DEFAULT_DEVICE_TREE="bubblegum_96" -CONFIG_SYS_RELOC_GD_ENV_ADDR=y |