X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=README;h=3d8742386c0b30616f373738f8aa7f701cb9f95b;hb=553f09823cced77296825f615f00321d932bf914;hp=a507a1f434b5e9e54f445fa05cdeeeb64098c8aa;hpb=9685951464c9c17f075d50081b1ee15659f5740d;p=platform%2Fkernel%2Fu-boot.git diff --git a/README b/README index a507a1f..3d87423 100644 --- a/README +++ b/README @@ -2686,7 +2686,7 @@ Low Level (hardware related) configuration options: area defined by CONFIG_SYS_INIT_RAM_ADDR. Usually CONFIG_SYS_GBL_DATA_OFFSET is chosen such that the initial data is located at the end of the available space - (sometimes written as (CONFIG_SYS_INIT_RAM_END - + (sometimes written as (CONFIG_SYS_INIT_RAM_SIZE - CONFIG_SYS_INIT_DATA_SIZE), and the initial stack is just below that area (growing from (CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_GBL_DATA_OFFSET) downward.