diff options
author | Tom Rini <trini@konsulko.com> | 2019-11-11 20:04:24 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-11-11 20:04:24 -0500 |
commit | 59e5d1e2a51592d33cd5758d746006db96d99163 (patch) | |
tree | 3ffbcf874135974d3a9a4291ce912ab501ca530b /configs/gwventana_nand_defconfig | |
parent | d6da4da3beba40f0c8b54d8f70c627da4d001d94 (diff) |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/gwventana_nand_defconfig')
-rw-r--r-- | configs/gwventana_nand_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/gwventana_nand_defconfig b/configs/gwventana_nand_defconfig index a485fc9b5e..7cd148e5c3 100644 --- a/configs/gwventana_nand_defconfig +++ b/configs/gwventana_nand_defconfig @@ -9,8 +9,8 @@ CONFIG_CMD_EECONFIG=y CONFIG_CMD_GSC=y CONFIG_SPL_MMC_SUPPORT=y CONFIG_SPL_SERIAL_SUPPORT=y -CONFIG_NR_DRAM_BANKS=1 CONFIG_SPL_STACK_R_ADDR=0x18000000 +CONFIG_NR_DRAM_BANKS=1 CONFIG_SPL=y CONFIG_CMD_HDMIDETECT=y CONFIG_SPL_TEXT_BASE=0x00908000 |