commit | e035ea75b1151ed7ecf06288f8734ed970897838 | [log] [tgz] |
---|---|---|
author | Wenyou Yang <wenyou.yang@microchip.com> | Thu Sep 14 11:07:44 2017 +0800 |
committer | Tom Rini <trini@konsulko.com> | Thu Sep 14 16:02:48 2017 -0400 |
tree | a9e5f81fe6a382c1caae6eacb4114232c8a8eed6 | |
parent | 5561f6fe4e6c24088390550206ee877e9ce17042 [diff] |
configs: at91: Remove CONFIG_SYS_EXTRA_OPTIONS assignment To remove the assignment of CONFIG_SYS_EXTRA_OPTIONS option, which is deprecated, use the CONFIG_XXXX_BOOT options to indicate the boot media, and the SoC is selected by the board. Signed-off-by: Wenyou Yang <wenyou.yang@microchip.com>