diff options
Diffstat (limited to 'configs/inteno_xg6846_ram_defconfig')
-rw-r--r-- | configs/inteno_xg6846_ram_defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/inteno_xg6846_ram_defconfig b/configs/inteno_xg6846_ram_defconfig index 3719bf62302..f325a07a522 100644 --- a/configs/inteno_xg6846_ram_defconfig +++ b/configs/inteno_xg6846_ram_defconfig @@ -6,8 +6,9 @@ CONFIG_ENV_SIZE=0x2000 CONFIG_DM_GPIO=y CONFIG_DEFAULT_DEVICE_TREE="inteno,xg6846" CONFIG_DM_RESET=y -CONFIG_IDENT_STRING="Inteno XG6846" +CONFIG_SYS_BOOTM_LEN=0x1000000 CONFIG_SYS_LOAD_ADDR=0x81000000 +CONFIG_IDENT_STRING="Inteno XG6846" CONFIG_ARCH_BMIPS=y CONFIG_SOC_BMIPS_BCM6328=y CONFIG_SYS_MIPS_TIMER_FREQ=160000000 @@ -18,7 +19,6 @@ CONFIG_MIPS_CACHE_DISABLE=y CONFIG_MIPS_BOOT_FDT=y # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set CONFIG_REMAKE_ELF=y -CONFIG_SYS_BOOTM_LEN=0x1000000 CONFIG_BOOTDELAY=1 CONFIG_AUTOBOOT_KEYED=y CONFIG_AUTOBOOT_PROMPT="Boot XG6846 in %d seconds\n" |