commit | 4a2b61bf211cfe479cf06ae5821b3b0dcd489ca9 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Thu May 10 07:15:52 2018 -0400 |
committer | Tom Rini <trini@konsulko.com> | Tue May 22 22:08:57 2018 -0400 |
tree | 59ea18d2fa223f2ce370bf510dc8ee19f7dfa36d | |
parent | 96a5c6776eb730d3f4f6463bef1ca12818c15861 [diff] |
at91: Minor tweaks to SPL logic for space savings on smartweb - spl_board_init is empty on smartweb so drop that function - When CONFIG_AT91SAM9_WATCHDOG is set we do not disable the watchdog in SPL and instead let full U-Boot handle it. Instead of an empty function just do not call a function. Signed-off-by: Tom Rini <trini@konsulko.com>