diff options
author | Tom Rini <trini@konsulko.com> | 2017-07-31 18:59:01 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-07-31 18:59:01 -0400 |
commit | eddc7dabe03927fdcdea7d2e5db0822673e1cd6e (patch) | |
tree | 12756d0cfc19c7d2f2309f9ecf15ca13d054e8ec /configs/kylin-rk3036_defconfig | |
parent | 8f1a80e99e4a838d1540cdb1d59ccc7785fe4618 (diff) | |
download | u-boot-eddc7dabe03927fdcdea7d2e5db0822673e1cd6e.tar.gz |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/kylin-rk3036_defconfig')
-rw-r--r-- | configs/kylin-rk3036_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/kylin-rk3036_defconfig b/configs/kylin-rk3036_defconfig index e725e1013d..2ee83b84a2 100644 --- a/configs/kylin-rk3036_defconfig +++ b/configs/kylin-rk3036_defconfig @@ -7,8 +7,8 @@ CONFIG_ROCKCHIP_RK3036=y CONFIG_TARGET_KYLIN_RK3036=y CONFIG_SPL_STACK_R_ADDR=0x80000 CONFIG_DEFAULT_DEVICE_TREE="rk3036-sdk" -CONFIG_ENV_IS_IN_MMC=y CONFIG_SPL_SYS_MALLOC_F_LEN=0x0 +CONFIG_ENV_IS_IN_MMC=y # CONFIG_DISPLAY_CPUINFO is not set CONFIG_SPL_STACK_R=y # CONFIG_CMD_IMLS is not set |