commit | b36f457c1bc726f4452fdc55230a067c1704eaf8 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Wed Dec 04 09:27:35 2013 +0100 |
committer | Tom Rini <trini@ti.com> | Thu Dec 12 14:54:21 2013 -0500 |
tree | 0b443056034263bc8da151474c9d49e04fba0563 | |
parent | a9f524904730a0f722483938bf7eb8baedbc2448 [diff] |
arm: omap3: Remove bootargs mem_size handling The memory size is autodetected and is passed to the Linux kernel either via ATAGs or device-tree (dtb). So there is no need to pass it via the bootargs. Signed-off-by: Stefan Roese <sr@denx.de> Cc: Tapani Utriainen <tapani@technexion.com> Cc: Thorsten Eisbein <thorsten.eisbein@head-acoustics.de> Cc: Tom Rini <trini@ti.com>