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/configs | |
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/configs')
-rw-r--r-- | include/configs/ipek01.h | 3 |
1 files changed, 0 insertions, 3 deletions
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 */ |