mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
Convert CONFIG_HUSH_INIT_VAR to Kconfig
This converts the following to Kconfig: CONFIG_HUSH_INIT_VAR Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
6889412ad5
commit
b7fbdc55c7
3 changed files with 3 additions and 3 deletions
|
@ -11,6 +11,9 @@ if VENDOR_KM
|
|||
|
||||
menu "KM Board Setup"
|
||||
|
||||
config HUSH_INIT_VAR
|
||||
def_bool y
|
||||
|
||||
config KM_PNVRAM
|
||||
hex "Pseudo RAM"
|
||||
default 0x80000
|
||||
|
|
|
@ -13,8 +13,6 @@
|
|||
* Miscellaneous configurable options
|
||||
*/
|
||||
|
||||
#define CONFIG_HUSH_INIT_VAR
|
||||
|
||||
#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200, 230400 }
|
||||
|
||||
#define CONFIG_LOADS_ECHO
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
#include <asm/arch/base_addr_ac5.h>
|
||||
#include <linux/stringify.h>
|
||||
|
||||
#define CONFIG_HUSH_INIT_VAR
|
||||
/* Eternal oscillator */
|
||||
#define CONFIG_SYS_TIMER_RATE 40000000
|
||||
|
||||
|
|
Loading…
Reference in a new issue