diff options
author | Stefano Babic <sbabic@denx.de> | 2013-02-23 00:53:26 +0000 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-03-01 12:01:32 -0500 |
commit | 30372965d3d5d42258ebc39d7d06522b4c18472a (patch) | |
tree | 53856658e597741c563ef46a06f8735a8fb3c6fb /include/configs | |
parent | 3e1b393976ba59045e477fdea0beb69bd29b9102 (diff) | |
download | u-boot-imx-30372965d3d5d42258ebc39d7d06522b4c18472a.zip u-boot-imx-30372965d3d5d42258ebc39d7d06522b4c18472a.tar.gz u-boot-imx-30372965d3d5d42258ebc39d7d06522b4c18472a.tar.bz2 |
OMAP3: drop CONFIG_SPL_OS_BOOT_KEY and use local define
CONFIG_SPL_OS_BOOT_KEY is used only in board files. It is
not required to have a general CONFIG_ option. Rename it and
define it in board directory.
Signed-off-by: Stefano Babic <sbabic@denx.de>
Reviewed-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/devkit8000.h | 1 | ||||
-rw-r--r-- | include/configs/twister.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/devkit8000.h b/include/configs/devkit8000.h index d926f74..788227d 100644 --- a/include/configs/devkit8000.h +++ b/include/configs/devkit8000.h @@ -354,7 +354,6 @@ /* SPL OS boot options */ #define CONFIG_SPL_OS_BOOT -#define CONFIG_SPL_OS_BOOT_KEY 26 #define CONFIG_CMD_SPL #define CONFIG_CMD_SPL_WRITE_SIZE 0x400 /* 1024 byte */ diff --git a/include/configs/twister.h b/include/configs/twister.h index a852481..4205a11 100644 --- a/include/configs/twister.h +++ b/include/configs/twister.h @@ -58,7 +58,6 @@ #define CONFIG_CMD_SPL_NAND_OFS (CONFIG_SYS_NAND_SPL_KERNEL_OFFS+\ 0x600000) #define CONFIG_SPL_OS_BOOT -#define CONFIG_SPL_OS_BOOT_KEY 55 #define CONFIG_SYS_SPL_ARGS_ADDR (PHYS_SDRAM_1 + 0x100) #define CONFIG_SPL_BOARD_INIT |