diff options
author | Tom Rini <trini@konsulko.com> | 2019-04-29 15:54:04 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-04-29 21:41:40 -0400 |
commit | d168bcb6fe39108042c0c771f0823a95346a8e7e (patch) | |
tree | 040ed446b489b31e90e2bfc33f6dfbafe746b31b /configs/sheep-rk3368_defconfig | |
parent | 6aebc0d11a10f48a54146c5e71bbef15a1a458fc (diff) | |
download | u-boot-d168bcb6fe39108042c0c771f0823a95346a8e7e.tar.gz u-boot-d168bcb6fe39108042c0c771f0823a95346a8e7e.tar.bz2 u-boot-d168bcb6fe39108042c0c771f0823a95346a8e7e.zip |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/sheep-rk3368_defconfig')
-rw-r--r-- | configs/sheep-rk3368_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/sheep-rk3368_defconfig b/configs/sheep-rk3368_defconfig index aac2243208..cff1905ce5 100644 --- a/configs/sheep-rk3368_defconfig +++ b/configs/sheep-rk3368_defconfig @@ -4,10 +4,10 @@ CONFIG_SYS_TEXT_BASE=0x00200000 CONFIG_SYS_MALLOC_F_LEN=0x1000 CONFIG_ROCKCHIP_RK3368=y CONFIG_TARGET_SHEEP=y +CONFIG_NR_DRAM_BANKS=1 CONFIG_DEBUG_UART_BASE=0xFF1b0000 CONFIG_DEBUG_UART_CLOCK=24000000 CONFIG_DEBUG_UART=y -CONFIG_NR_DRAM_BANKS=1 CONFIG_ANDROID_BOOT_IMAGE=y CONFIG_DEFAULT_FDT_FILE="rockchip/rk3368-sheep.dtb" # CONFIG_DISPLAY_CPUINFO is not set |