diff options
Diffstat (limited to 'include/configs/origen.h')
-rw-r--r-- | include/configs/origen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/origen.h b/include/configs/origen.h index ef80bf60ca..fa71874f8a 100644 --- a/include/configs/origen.h +++ b/include/configs/origen.h @@ -111,7 +111,7 @@ #define CONFIG_SYS_INIT_SP_ADDR 0x02040000 -/* U-boot copy size from boot Media to DRAM.*/ +/* U-Boot copy size from boot Media to DRAM.*/ #define COPY_BL2_SIZE 0x80000 #define BL2_START_OFFSET ((CONFIG_ENV_OFFSET + CONFIG_ENV_SIZE)/512) #define BL2_SIZE_BLOC_COUNT (COPY_BL2_SIZE/512) |