mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 06:31:31 +00:00
Merge branch 'master' of git://www.denx.de/git/u-boot-coldfire
This commit is contained in:
commit
2cee0408e5
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
TABILITY or FITNESS FO04-2007 Freescale Semiconductor, Inc.
|
||||
/* Copyright (C) 2004-2007 Freescale Semiconductor, Inc.
|
||||
* Hayden Fraser (Hayden.Fraser@freescale.com)
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-2.0+
|
||||
|
|
|
@ -177,7 +177,7 @@
|
|||
#define CONFIG_SYS_I2C_FSL
|
||||
#define CONFIG_SYS_FSL_I2C_SPEED 80000
|
||||
#define CONFIG_SYS_FSL_I2C_SLAVE 0x7F
|
||||
#define CONFIG_SYS_FSLI2C_OFFSET 0x58000
|
||||
#define CONFIG_SYS_FSL_I2C_OFFSET 0x58000
|
||||
#define CONFIG_SYS_IMMR CONFIG_SYS_MBAR
|
||||
|
||||
/* DSPI and Serial Flash */
|
||||
|
|
|
@ -152,7 +152,7 @@
|
|||
#define CONFIG_SYS_SDRAM_SIZE CONFIG_SYS_SDRAM_SIZE0
|
||||
|
||||
#define CONFIG_SYS_MONITOR_LEN 0x20000
|
||||
#define CONFIG_SYS_MALLOC_LEN (256 << 10)
|
||||
#define CONFIG_SYS_MALLOC_LEN (4 * 1024 * 1024)
|
||||
#define CONFIG_SYS_BOOTPARAMS_LEN 64*1024
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Reference in a new issue