commit | 3c2b1042d2db50506b387611f7a60e81241cfabc | [log] [tgz] |
---|---|---|
author | Magnus Damm <damm@opensource.se> | Mon Jun 10 18:46:57 2013 +0900 |
committer | Simon Horman <horms+renesas@verge.net.au> | Mon Jun 17 16:07:30 2013 +0900 |
tree | 855bfa2472bce0d971de97e676527f0ce764bc54 | |
parent | 69469995980edab1a99f50a51e5e9525b4e11148 [diff] |
ARM: shmobile: Remove MEMORY_START/SIZE Remove CONFIG_MEMORY_START and CONFIG_MEMORY_SIZE from mach-shmobile. Boards should use DT to specify their memory setup. Boards that still not support DT may pass ATAGS with memory information from the boot loader. If those ATAGS turn out to be incorrect then appended DTB with memory information should be used as a workaround. Signed-off-by: Magnus Damm <damm@opensource.se> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>