diff options
author | Hao Zhang <hzhang@ti.com> | 2014-07-09 23:44:46 +0300 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-07-25 16:26:10 -0400 |
commit | e595107ebbdeb3e50351e703cce08eb07f70c614 (patch) | |
tree | da6817a6937531220cea7c6933d1b18d30be74e4 /include | |
parent | 0bedbb81351193f1507ad127b6b26e19a93c2c42 (diff) | |
download | u-boot-imx-e595107ebbdeb3e50351e703cce08eb07f70c614.zip u-boot-imx-e595107ebbdeb3e50351e703cce08eb07f70c614.tar.gz u-boot-imx-e595107ebbdeb3e50351e703cce08eb07f70c614.tar.bz2 |
ARM: keystone2: move K2HK board files to common KS2 board directory
This patch moves K2HK board directory to a common Keystone II board
directory. The Board related common functions are moved to a common
keystone board file.
Acked-by: Murali Karicheri <m-karicheri2@ti.com>
Signed-off-by: Hao Zhang <hzhang@ti.com>
Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@ti.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/k2hk_evm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/k2hk_evm.h b/include/configs/k2hk_evm.h index bacf3bc..f727882 100644 --- a/include/configs/k2hk_evm.h +++ b/include/configs/k2hk_evm.h @@ -258,6 +258,7 @@ #define CONFIG_OF_BOARD_SETUP #define CONFIG_SYS_BARGSIZE 1024 #define CONFIG_SYS_LOAD_ADDR (CONFIG_SYS_SDRAM_BASE + 0x08000000) +#define CONFIG_LINUX_BOOT_PARAM_ADDR (CONFIG_SYS_SDRAM_BASE + 0x100) #define CONFIG_SUPPORT_RAW_INITRD |