summaryrefslogtreecommitdiff
path: root/include/configs/grsim.h
diff options
context:
space:
mode:
authorFrancois Retief <fgretief@spaceteq.co.za>2014-10-27 13:39:03 +0200
committerFrancois Retief <fgretief@spaceteq.co.za>2015-11-13 10:23:32 +0200
commit3f33f6a28b7a823bfa19157353e8b7c78c63f63c (patch)
treec87f76da1eb6aa2b3b5e3cb08ed5f1f4fdb46f97 /include/configs/grsim.h
parent898cc81da3dd5bfa0f77f1791f76d3512b5e4dce (diff)
sparc: Kconfig: Move the CMD_AMBAPP command to Kconfig
Add an initr function in the board_r.c file for the AMBA Plug&Play command. Add a Kconfig entry for the ambapp command and remove all CONFIG_CMD_AMBAPP defines from the board configuration headers. Add a Kconfig entry to display the AMBA Plug&Play information on startup. This option is off by default. Remove relevent define from board configuration headers. Signed-off-by: Francois Retief <fgretief@spaceteq.co.za>
Diffstat (limited to 'include/configs/grsim.h')
-rw-r--r--include/configs/grsim.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/grsim.h b/include/configs/grsim.h
index a5387852c2..e07b81641a 100644
--- a/include/configs/grsim.h
+++ b/include/configs/grsim.h
@@ -51,7 +51,6 @@
/*
* Supported commands
*/
-#define CONFIG_CMD_AMBAPP /* AMBA Plyg&Play information */
#define CONFIG_CMD_DIAG
#define CONFIG_CMD_FPGA_LOADMK
#define CONFIG_CMD_IRQ
@@ -262,9 +261,6 @@
/***** Gaisler GRLIB IP-Cores Config ********/
-/* AMBA Plug & Play info display on startup */
-/*#define CONFIG_SYS_AMBAPP_PRINT_ON_STARTUP*/
-
#define CONFIG_SYS_GRLIB_SDRAM 0
#define CONFIG_SYS_GRLIB_MEMCFG1 (0x000000ff | (1<<11))