mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
sandbox: Move CONFIG_IO_TRACE to Kconfig
This is only used on sandbox, so select it there. Cc: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
c136a86105
commit
68e54040cc
3 changed files with 4 additions and 2 deletions
|
@ -146,6 +146,7 @@ config SANDBOX
|
|||
select DM_SPI
|
||||
select DM_SPI_FLASH
|
||||
select GZIP_COMPRESSED
|
||||
select IO_TRACE
|
||||
select LZO
|
||||
select OF_BOARD_SETUP
|
||||
select PCI_ENDPOINT
|
||||
|
|
|
@ -1086,3 +1086,6 @@ config FDT_SIMPLEFB
|
|||
These functions can be used by board to indicate to the OS
|
||||
the presence of the simple frame buffer with associated reserved
|
||||
memory
|
||||
|
||||
config IO_TRACE
|
||||
bool
|
||||
|
|
|
@ -6,8 +6,6 @@
|
|||
#ifndef __CONFIG_H
|
||||
#define __CONFIG_H
|
||||
|
||||
#define CONFIG_IO_TRACE
|
||||
|
||||
#define CONFIG_MALLOC_F_ADDR 0x0010000
|
||||
|
||||
/* Size of our emulated memory */
|
||||
|
|
Loading…
Reference in a new issue