Restricting memory area for linux kernel
- by user1066789
I am running ltib linux on P1022RDK (P1022 Core) platform. I have 512 MB = 0x20000000 memory. I want my linux kernel to use second half of the board memory (i.e from 256 MB to 512 MB) and want first half of memory to be reserved for some other purpose.
For this I am building linux kernel using ltib. For that purpose I am setting following kernel…