diff options
author | Wolfgang Denk <wd@denx.de> | 2007-04-04 02:09:30 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-04-04 02:09:30 +0200 |
commit | 31c98a88228021b314c89ebb8104fb6473da4471 (patch) | |
tree | 489bf14db8b98e3388d2d4a4d67a86636483d27b /include/configs | |
parent | c8f228016202aff5ff09cdeeabe8cffd8d898510 (diff) | |
download | u-boot-imx-31c98a88228021b314c89ebb8104fb6473da4471.zip u-boot-imx-31c98a88228021b314c89ebb8104fb6473da4471.tar.gz u-boot-imx-31c98a88228021b314c89ebb8104fb6473da4471.tar.bz2 |
Minor coding style cleanup.
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/ml401.h | 2 | ||||
-rw-r--r-- | include/configs/xupv2p.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/ml401.h b/include/configs/ml401.h index f4a8a1f..cb159e7 100644 --- a/include/configs/ml401.h +++ b/include/configs/ml401.h @@ -66,7 +66,7 @@ * * CFG_GBL_DATA_OFFSET = 0x1000_0000 + 0x0400_0000 - 0x1000 = 0x13FF_F000 * CFG_MONITOR_BASE = 0x13FF_F000 - 0x40000 = 0x13FB_F000 - * CFG_MALLOC_BASE = 0x13FB_F000 - 0x40000 = 0x13F7_F000 + * CFG_MALLOC_BASE = 0x13FB_F000 - 0x40000 = 0x13F7_F000 * * 0x1000_0000 CFG_SDRAM_BASE * FREE diff --git a/include/configs/xupv2p.h b/include/configs/xupv2p.h index 224db5c..a2f4810 100644 --- a/include/configs/xupv2p.h +++ b/include/configs/xupv2p.h @@ -41,7 +41,7 @@ /* * setting reset address - * + * * TEXT_BASE is set to place, where the U-BOOT run in RAM, but * if you want to store U-BOOT in flash, set CFG_RESET_ADDRESS * to FLASH memory and after loading bitstream jump to FLASH. |