summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
diff options
context:
space:
mode:
authorYing Zhang <b40530@freescale.com>2013-09-04 17:03:45 +0800
committerHeiko Schocher <hs@denx.de>2013-09-09 07:43:43 +0200
commit81b867aa4451e745b9706b00e53793df6b52f42a (patch)
treed219187680f9c725b46b56af764f2b8b7f6f2da4 /arch/powerpc
parent1affd4d4a3fe512050e1ad1636d9360c670da531 (diff)
downloadtalos-obmc-uboot-81b867aa4451e745b9706b00e53793df6b52f42a.tar.gz
talos-obmc-uboot-81b867aa4451e745b9706b00e53793df6b52f42a.zip
SPL: P1022DS: switch to new multibus/multiadapter support
- Added section "u_boot_list" in arch/powerpc/cpu/mpc85xx/u-boot-spl.lds - Use the function i2c_init_all instead of i2c_init Signed-off-by: Ying Zhang <b40530@freescale.com>
Diffstat (limited to 'arch/powerpc')
-rw-r--r--arch/powerpc/cpu/mpc85xx/u-boot-spl.lds5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/powerpc/cpu/mpc85xx/u-boot-spl.lds b/arch/powerpc/cpu/mpc85xx/u-boot-spl.lds
index 85ec74ba94..bc132673a5 100644
--- a/arch/powerpc/cpu/mpc85xx/u-boot-spl.lds
+++ b/arch/powerpc/cpu/mpc85xx/u-boot-spl.lds
@@ -44,6 +44,11 @@ SECTIONS
}
_edata = .;
+ . = ALIGN(4);
+ .u_boot_list : {
+ KEEP(*(SORT(.u_boot_list*)));
+ }
+
. = .;
__start___ex_table = .;
__ex_table : { *(__ex_table) }
OpenPOWER on IntegriCloud