diff options
author | Tom Rini | 2016-09-19 21:55:34 -0400 |
---|---|---|
committer | Tom Rini | 2016-09-20 09:30:25 -0400 |
commit | adf32adb706760b1c527d0d4d6b4976b36f19338 (patch) | |
tree | e5cde6d5f66b5dd1521568f59a0a51a8b1bf19a4 /configs | |
parent | a4d88920e5d0b67a92f8041f5e0fac0ce027bb48 (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>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/MIP405T_defconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configs/MIP405T_defconfig b/configs/MIP405T_defconfig index 360170e030a..e5910cd3b14 100644 --- a/configs/MIP405T_defconfig +++ b/configs/MIP405T_defconfig @@ -1,8 +1,7 @@ CONFIG_PPC=y CONFIG_IDENT_STRING="\n(c) 2003 by MPL AG Switzerland, MEV-10082-001 released" CONFIG_4xx=y -CONFIG_TARGET_MIP405=y -CONFIG_SYS_EXTRA_OPTIONS="MIP405T" +CONFIG_TARGET_MIP405T=y CONFIG_BOOTDELAY=5 CONFIG_HUSH_PARSER=y CONFIG_CMD_I2C=y |