diff options
author | Adam Ford <aford173@gmail.com> | 2018-07-29 13:13:29 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-08-17 13:04:00 -0400 |
commit | 8ccf98b1cfd2811e3121c719e294bdd8ebab1c45 (patch) | |
tree | 9a7c64d76df39cc6bb112e27182af4081d180cea /include/configs/km | |
parent | ca0d535edcd2c2fdbd133575c3b06b583924741c (diff) |
Convert CONFIG_MISC_INIT_R to Kconfig
This converts the following to Kconfig:
CONFIG_MISC_INIT_R
Signed-off-by: Adam Ford <aford173@gmail.com>
[trini: Update the defaults logic slightly]
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/km')
-rw-r--r-- | include/configs/km/km83xx-common.h | 1 | ||||
-rw-r--r-- | include/configs/km/km_arm.h | 1 | ||||
-rw-r--r-- | include/configs/km/kmp204x-common.h | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/km/km83xx-common.h b/include/configs/km/km83xx-common.h index 330c252f7d..337a9cec66 100644 --- a/include/configs/km/km83xx-common.h +++ b/include/configs/km/km83xx-common.h @@ -11,7 +11,6 @@ #include "keymile-common.h" #include "km-powerpc.h" -#define CONFIG_MISC_INIT_R /* * System Clock Setup */ diff --git a/include/configs/km/km_arm.h b/include/configs/km/km_arm.h index 4bb80fc2ca..e3dbbc83e6 100644 --- a/include/configs/km/km_arm.h +++ b/include/configs/km/km_arm.h @@ -80,7 +80,6 @@ "" #define CONFIG_SKIP_LOWLEVEL_INIT /* disable board lowlevel_init */ -#define CONFIG_MISC_INIT_R /* * NS16550 Configuration diff --git a/include/configs/km/kmp204x-common.h b/include/configs/km/kmp204x-common.h index 73506c4e57..0592c9a699 100644 --- a/include/configs/km/kmp204x-common.h +++ b/include/configs/km/kmp204x-common.h @@ -187,7 +187,6 @@ unsigned long get_board_sys_clk(unsigned long dummy); #define CONFIG_SYS_OR1_PRELIM CONFIG_SYS_QRIO_OR_PRELIM /* QRIO Options */ #define CONFIG_MISC_INIT_F -#define CONFIG_MISC_INIT_R #define CONFIG_HWCONFIG |