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/xupv2p.h | |
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/xupv2p.h')
-rw-r--r-- | include/configs/xupv2p.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. |