diff options
author | Tom Rini <trini@konsulko.com> | 2019-05-26 14:45:25 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-05-26 14:45:25 -0400 |
commit | 344a0e4367d0820b8eb2ea4a90132433e038095f (patch) | |
tree | bf58156bdb467305dac74f175f5c81ef615d49ac /configs/highbank_defconfig | |
parent | cc1e98b559e46630c3421a7762d02a58e5480926 (diff) | |
download | u-boot-344a0e4367d0820b8eb2ea4a90132433e038095f.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/highbank_defconfig')
-rw-r--r-- | configs/highbank_defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/highbank_defconfig b/configs/highbank_defconfig index 50e6bce80b..6873810789 100644 --- a/configs/highbank_defconfig +++ b/configs/highbank_defconfig @@ -4,6 +4,8 @@ CONFIG_SYS_THUMB_BUILD=y CONFIG_ARCH_HIGHBANK=y CONFIG_SYS_TEXT_BASE=0x00008000 CONFIG_NR_DRAM_BANKS=0 +CONFIG_SYS_BOOTCOUNT_SINGLEWORD=y +CONFIG_SYS_BOOTCOUNT_ADDR=0xfff3cf0c CONFIG_DISTRO_DEFAULTS=y CONFIG_FIT=y CONFIG_OF_BOARD_SETUP=y @@ -19,8 +21,6 @@ CONFIG_AUTOBOOT_KEYED_CTRLC=y CONFIG_ENV_IS_IN_NVRAM=y CONFIG_SCSI_AHCI=y CONFIG_BOOTCOUNT_LIMIT=y -CONFIG_SYS_BOOTCOUNT_SINGLEWORD=y -CONFIG_SYS_BOOTCOUNT_ADDR=0xfff3cf0c # CONFIG_MMC is not set CONFIG_SCSI=y CONFIG_CONS_INDEX=0 |