commit | 45ae673eb54380a83f75d5c8c5a7b81bd8cd64eb | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Mon Sep 19 21:55:34 2016 -0400 |
committer | Tom Rini <trini@konsulko.com> | Tue Sep 20 09:30:25 2016 -0400 |
tree | e5cde6d5f66b5dd1521568f59a0a51a8b1bf19a4 | |
parent | 809438dbe60b7645607d53b6931c820dbf131bae [diff] |
PowerPC: Update MIP405/MIP405T to use Kconfig better Convert CONFIG_MIP405T from SYS_EXTRA_OPTIONS to a real config There are two boards, MIP405 and MIP405T that have a few differences. Start by checking for CONFIG_TARGET_MIP405. Then introduce CONFIG_TARGET_MIP405T and use that not CONFIG_MIP405T. Next, convert also convert the usage of CONFIG_ISO_STRING to be based on Kconfig. Signed-off-by: Tom Rini <trini@konsulko.com>