diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-03-23 01:40:04 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-03-24 01:45:41 +0900 |
commit | cbbc2d80fc58531c59cadc803717c9d53c9543f1 (patch) | |
tree | 2559bedb3220e20e41fbadd30f615bc3fadcf57f /include/configs/uniphier.h | |
parent | 95a2d438c905e78b061768f5339abc9193675df4 (diff) | |
download | u-boot-cbbc2d80fc58531c59cadc803717c9d53c9543f1.tar.gz |
ARM: uniphier: add NOR boot support
This allows to boot from NOR flash (or SRAM) with help of an external
loader (NOR-loader).
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'include/configs/uniphier.h')
-rw-r--r-- | include/configs/uniphier.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/uniphier.h b/include/configs/uniphier.h index 076c733278..dd7b352d0d 100644 --- a/include/configs/uniphier.h +++ b/include/configs/uniphier.h @@ -261,6 +261,7 @@ #define CONFIG_SPL_FRAMEWORK #define CONFIG_SPL_SERIAL_SUPPORT +#define CONFIG_SPL_NOR_SUPPORT #define CONFIG_SPL_NAND_SUPPORT #define CONFIG_SPL_MMC_SUPPORT @@ -270,6 +271,8 @@ #define CONFIG_SPL_BOARD_INIT #define CONFIG_SYS_NAND_U_BOOT_OFFS 0x10000 + +#define CONFIG_SYS_UBOOT_BASE 0x60000 #define CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR 0x80 #define CONFIG_SPL_MAX_FOOTPRINT 0x10000 |