diff options
author | Wolfgang Denk <wd@denx.de> | 2008-11-02 16:14:22 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-11-02 16:14:22 +0100 |
commit | 3cbd823116ea8b7c654e275a8c2fca87cd1f5dc5 (patch) | |
tree | 8cda4daa32f477368ab3690cdfc879c610ef1b03 /board/freescale/mpc8536ds | |
parent | 3ec53148eb68ddfb0c3311fb4c06cd2bd0ef3eeb (diff) | |
download | u-boot-imx-3cbd823116ea8b7c654e275a8c2fca87cd1f5dc5.zip u-boot-imx-3cbd823116ea8b7c654e275a8c2fca87cd1f5dc5.tar.gz u-boot-imx-3cbd823116ea8b7c654e275a8c2fca87cd1f5dc5.tar.bz2 |
Coding Style cleanup, update CHANGELOG
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'board/freescale/mpc8536ds')
-rw-r--r-- | board/freescale/mpc8536ds/mpc8536ds.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/board/freescale/mpc8536ds/mpc8536ds.c b/board/freescale/mpc8536ds/mpc8536ds.c index 2978b7d..6fed4ea 100644 --- a/board/freescale/mpc8536ds/mpc8536ds.c +++ b/board/freescale/mpc8536ds/mpc8536ds.c @@ -439,8 +439,8 @@ int board_early_init_r(void) */ /* Flush d-cache and invalidate i-cache of any FLASH data */ - flush_dcache(); - invalidate_icache(); + flush_dcache(); + invalidate_icache(); /* invalidate existing TLB entry for flash + promjet */ disable_tlb(flash_esel); @@ -646,7 +646,7 @@ int board_eth_init(bd_t *bis) #if defined(CONFIG_OF_BOARD_SETUP) extern void ft_fsl_pci_setup(void *blob, const char *pci_alias, - struct pci_controller *hose); + struct pci_controller *hose); void ft_board_setup(void *blob, bd_t *bd) { |