at91: Minor tweaks to SPL logic for space savings on smartweb
authorTom Rini <trini@konsulko.com>
Thu, 10 May 2018 11:15:52 +0000 (07:15 -0400)
committerTom Rini <trini@konsulko.com>
Wed, 23 May 2018 02:08:57 +0000 (22:08 -0400)
commitf58e94602edda7aaa0173e1437bf5972004e133d
tree59ea18d2fa223f2ce370bf510dc8ee19f7dfa36d
parent668e309eff0c54891264903bcbb498d645f090b4
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>
arch/arm/Kconfig
arch/arm/mach-at91/spl.c
arch/arm/mach-at91/spl_at91.c
arch/arm/mach-at91/spl_atmel.c