commit | 5541543f686b43210fb92181003ff7175d4ab036 | [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 | a35c34025e4ae08441f2e26ddcac86aec63c33af [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>