commit | e0cc7df9fdf283fd4db9526151ff224281e460e8 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sat Feb 16 16:36:29 2019 -0500 |
committer | Tom Rini <trini@konsulko.com> | Tue Feb 19 16:58:23 2019 -0500 |
tree | 72dda094223e3e91f3498fa17d145671e7a3bd9c | |
parent | 84c7a1398f73d88e8e96dfee137e45e0c85a5d7a [diff] |
omap3_beagle: Update for DM SPL support - Switch to using the omap3-u-boot.dtsi file for needed properties. - Remove a few SPL features to free up more SRAM space. - Switch CONFIG_SYS_TEXT_BASE to the normal default, we don't need to worry about X-Loader at this point anymore. - A few related updates to SPL options as part of switching to DM SPL. Signed-off-by: Tom Rini <trini@konsulko.com> Tested-by: Derald D. Woods <woods.technical@gmail.com>