From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Fri, 8 Apr 2016 15:45:07 -0700 Subject: [U-Boot] Please pull u-boot-mpc85xx master Message-ID: <57083473.3090206@nxp.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Tom, The following changes since commit 46a16bd895144617575c788d9c2554aeef76ac44: kirkwood_nand: claim MPP pins on the fly (2016-04-06 15:40:33 +0200) are available in the git repository at: git://git.denx.de/u-boot-mpc85xx.git master for you to fetch changes up to 50689461205e0125759eb1a43787383a3fa09b48: powerpc: mpc85xx: Enable pre-relocation malloc for MPC85xx (2016-04-08 15:42:10 -0700) ---------------------------------------------------------------- Codrin Ciubotariu (1): powerpc: t1040qds: Use generic ethsw commands York Sun (1): powerpc: Replace CONFIG_SYS_INIT_RAM_END with CONFIG_SYS_INIT_RAM_SIZE mario.six at gdsys.cc (1): powerpc: mpc85xx: Enable pre-relocation malloc for MPC85xx arch/powerpc/cpu/mpc85xx/cpu_init_early.c | 9 ++------- arch/powerpc/cpu/mpc85xx/start.S | 30 +++++++++++++++++++++++++++++ include/configs/BSC9131RDB.h | 4 ++-- include/configs/BSC9132QDS.h | 4 ++-- include/configs/C29XPCIE.h | 4 ++-- include/configs/P1010RDB.h | 4 ++-- include/configs/T1040QDS.h | 2 +- include/configs/a3m071.h | 4 ++-- include/configs/ac14xx.h | 4 ++-- include/configs/dlvision-10g.h | 4 ++-- include/configs/io.h | 4 ++-- include/configs/iocon.h | 4 ++-- include/configs/o2dnt-common.h | 6 +++--- include/ppc_asm.tmpl | 3 +++ 14 files changed, 57 insertions(+), 29 deletions(-) Thanks. York