]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
MPC8308RDB: various clean ups
authorIlya Yanok <yanok@emcraft.com>
Fri, 17 Sep 2010 21:41:49 +0000 (23:41 +0200)
committerWolfgang Denk <wd@denx.de>
Thu, 23 Sep 2010 19:14:08 +0000 (21:14 +0200)
commit65ea758939a7bcbc87fe1c1bd816a98176bc2a9b
tree13048971c089c4ed70f7012cbbec1f6d7e4c2f10
parentf3ce250d96588d96bd4148883455e00ea14adca5
MPC8308RDB: various clean ups

This patch cleans up the Freescale MPC8308RDB Development board support.
Things fixed:
 - Removed unused PCIE2 definitions from configuration
 - SICR{L,H} defines used for System I/O Configuration Registers values
   instead of hardcoding
 - CONFIG_SYS_SCCR_PCIEXP1CM used to enable PCIE clock instead of
   writing to SCCR from the board code
 - sleep mode stuff removed as MPC8308 has no support for deep sleep and
   PMCCR1 register. board_early_init_f() removed.
 - MPC8308 has no ERRATA for DDR controller so workaround removed
 - 'assignment in if statement' issues solved
 - use LBLAWAR_* defines instead of hardcoding

Signed-off-by: Ilya Yanok <yanok@emcraft.com>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
board/freescale/mpc8308rdb/mpc8308rdb.c
board/freescale/mpc8308rdb/sdram.c
include/configs/MPC8308RDB.h