]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit73aed76f6d45d3bc5c9b8f3e4b0702e1b1661cd4
tree59ea18d2fa223f2ce370bf510dc8ee19f7dfa36d
parentb165962cc61279e907f1ac3ecc9f1b72bb0ec859
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