diff options
author | Wolfgang Denk <wd@denx.de> | 2010-03-12 23:06:04 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-03-12 23:06:04 +0100 |
commit | 93910edb595a88d394da3eb2cf5148096155dfe9 (patch) | |
tree | fc14bd3093f04c730b5c8d79e57707fada0d6159 /include | |
parent | 4e72fb15c9073129e05820cc9c54f54bc4985835 (diff) | |
download | u-boot-imx-93910edb595a88d394da3eb2cf5148096155dfe9.zip u-boot-imx-93910edb595a88d394da3eb2cf5148096155dfe9.tar.gz u-boot-imx-93910edb595a88d394da3eb2cf5148096155dfe9.tar.bz2 |
Prepare v2010.03-rc1v2010.03-rc1
Coding style cleanup, update CHANGELOG.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-arm/arch-a320/a320.h | 1 | ||||
-rw-r--r-- | include/configs/ipek01.h | 3 | ||||
-rw-r--r-- | include/pca9564.h | 1 | ||||
-rw-r--r-- | include/usb/musb_udc.h | 1 |
4 files changed, 0 insertions, 6 deletions
diff --git a/include/asm-arm/arch-a320/a320.h b/include/asm-arm/arch-a320/a320.h index 5c0a097..fbd1583 100644 --- a/include/asm-arm/arch-a320/a320.h +++ b/include/asm-arm/arch-a320/a320.h @@ -32,4 +32,3 @@ #define CONFIG_FTRTC010_BASE 0x98600000 /* Real Time Clock*/ #endif /* __A320_H */ - diff --git a/include/configs/ipek01.h b/include/configs/ipek01.h index d9028fa..d0cb1e1 100644 --- a/include/configs/ipek01.h +++ b/include/configs/ipek01.h @@ -267,8 +267,6 @@ /* End of used area in DPRAM */ #define CONFIG_SYS_INIT_RAM_END MPC5XXX_SRAM_SIZE - - /* size in bytes reserved for initial data */ #define CONFIG_SYS_GBL_DATA_SIZE 128 @@ -315,7 +313,6 @@ /* Boot Argument Buffer Size */ #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE - #define CONFIG_SYS_MEMTEST_START 0x00100000 /* memtest works on */ #define CONFIG_SYS_MEMTEST_END 0x00f00000 /* 1...15 MB in DRAM */ diff --git a/include/pca9564.h b/include/pca9564.h index 3e75259..b80d2e6 100644 --- a/include/pca9564.h +++ b/include/pca9564.h @@ -47,4 +47,3 @@ #define PCA_CON_CR 0x07 /* Clock Rate (MASK) */ #endif - diff --git a/include/usb/musb_udc.h b/include/usb/musb_udc.h index ef37dbb..be808fd 100644 --- a/include/usb/musb_udc.h +++ b/include/usb/musb_udc.h @@ -51,4 +51,3 @@ int udc_init(void); #endif /* CONFIG_USB_TTY */ #endif /* __MUSB_UDC_H__ */ - |