Minor coding style cleanup.

Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
Wolfgang Denk 2011-05-19 22:21:41 +02:00
parent 4d69e98c06
commit cd6881b519
16 changed files with 11 additions and 21 deletions

View File

@ -79,7 +79,7 @@ _TEXT_BASE:
*/
.globl _armboot_start
_armboot_start:
.word _start
.word _start
#endif
/*

View File

@ -238,4 +238,3 @@ memcpy:
17: forward_copy_shift pull=16 push=16
18: forward_copy_shift pull=24 push=8

View File

@ -64,4 +64,3 @@ int cpu_init_r(void)
return x86_cpu_init_r();
}

View File

@ -61,4 +61,3 @@ int mmc_get_env_addr(struct mmc *mmc, u32 *env_addr)
return 0;
}

View File

@ -88,4 +88,3 @@ void __led_set (led_id_t mask, int state)
}
#endif
}

View File

@ -177,9 +177,9 @@ ip_addr = XXXXXXXXXX
baudrate = XXXXXXXXXX
TLB addr = XXXXXXXXXX
relocaddr = 0x8ff08000
^^^^^^^^^^
^^^^^^^^^^
reloc off = XXXXXXXXXX
irq_sp = XXXXXXXXXX
irq_sp = XXXXXXXXXX
sp start = XXXXXXXXXX
FB base = XXXXXXXXXX

View File

@ -21,4 +21,3 @@ and AUDIO codec clock sources only setting as 11MHz or 12MHz !
'setenv hwconfig 'audclk:12;tdm' --- error !
'setenv hwconfig 'audclk:11;tdm' --- error !
'setenv hwconfig 'audclk:10' --- error !

View File

@ -102,4 +102,3 @@ struct phy_driver gen10g_driver = {
.startup = gen10g_startup,
.shutdown = gen10g_shutdown,
};

View File

@ -593,4 +593,3 @@ int tsec_standard_init(bd_t *bis)
return tsec_eth_init(bis, tsec_info, ARRAY_SIZE(tsec_info));
}

View File

@ -34,4 +34,3 @@
#define CONFIG_ICS307_REFCLK_HZ 25000000 /* ICS307 ref clk freq */
#include "corenet_ds.h"

View File

@ -34,4 +34,3 @@
#define CONFIG_ICS307_REFCLK_HZ 25000000 /* ICS307 ref clk freq */
#include "corenet_ds.h"

View File

@ -59,4 +59,3 @@ struct fsl_pq_mdio_info {
int fsl_pq_mdio_init(bd_t *bis, struct fsl_pq_mdio_info *info);
#endif /* __FSL_PHY_H__ */