commit | 0fd1359c5a9ba79a6bb408859e3376242a513ae2 | [log] [tgz] |
---|---|---|
author | Andrew F. Davis <afd@ti.com> | Thu Jan 17 13:43:05 2019 -0600 |
committer | Tom Rini <trini@konsulko.com> | Sat Jan 26 08:13:55 2019 -0500 |
tree | 0146cc37e8e0f2b3c40c746d80eb1ec9869b272a | |
parent | 2dd468dbe13ceafad23e000d250990c7087206d2 [diff] |
ARM: mach-omap2: Kconfig: Allow OMAP5 devices to set entry point Like AM33xx and AM43xx, DRA7xx and AM57xx devices may need to have an non-standard boot address in memory. This may be due to the device being a high security variant, which place the Initial SoftWare (ISW) after certificates and secure software. Allow these devices to set this from Kconfig. Signed-off-by: Andrew F. Davis <afd@ti.com>